X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/aeaa46f3071de018b5c5e0f5678cb5b4082e3ddc..9506b2a9f6cfc2bf3fcf41b0ac351f7af0a9b4ab:/cookbooks/systemd/resources/path.rb?ds=sidebyside diff --git a/cookbooks/systemd/resources/path.rb b/cookbooks/systemd/resources/path.rb index 918e5f801..29bbfa51c 100644 --- a/cookbooks/systemd/resources/path.rb +++ b/cookbooks/systemd/resources/path.rb @@ -20,7 +20,7 @@ default_action :create property :path, String, :name_property => true -property :description, String, :required => true +property :description, String, :required => [:create] property :after, [String, Array] property :wants, [String, Array] property :path_exists, [String, Array]