X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/45dde9418dd342bb1a632d82559201c0b3becf1a..408f8f15779069865660e5d3215d235688a920ce:/cookbooks/systemd/resources/path.rb 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