X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/45dde9418dd342bb1a632d82559201c0b3becf1a..605d99f67ad361a244d3ea699181aa14aca5d9ec:/cookbooks/systemd/resources/path.rb?ds=sidebyside diff --git a/cookbooks/systemd/resources/path.rb b/cookbooks/systemd/resources/path.rb index 139f4b8db..448a47cd6 100644 --- a/cookbooks/systemd/resources/path.rb +++ b/cookbooks/systemd/resources/path.rb @@ -29,7 +29,7 @@ property :path_changed, [String, Array] property :path_modified, [String, Array] property :directory_not_empty, [String, Array] property :unit, String -property :make_directory, [TrueClass, FalseClass] +property :make_directory, [true, false] property :directory_mode, Integer action :create do