X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/741593ee2bf203c9261f604d094e3d8e621698a8..440743879646b28a9fc271d04c6be6fe6ae74606:/cookbooks/systemd/resources/timer.rb diff --git a/cookbooks/systemd/resources/timer.rb b/cookbooks/systemd/resources/timer.rb index 91de6e909..7dc4cab65 100644 --- a/cookbooks/systemd/resources/timer.rb +++ b/cookbooks/systemd/resources/timer.rb @@ -20,7 +20,7 @@ default_action :create property :timer, String, :name_property => true -property :description, String, :required => true +property :description, String, :required => [:create] property :after, [String, Array] property :wants, [String, Array] property :on_active_sec, [Integer, String] @@ -44,7 +44,7 @@ action :create do source "timer.erb" owner "root" group "root" - mode 0o644 + mode "644" variables timer_variables end