X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/741593ee2bf203c9261f604d094e3d8e621698a8..d2a0a1163cec42e48cc5585f8dd2a8318997a485:/cookbooks/systemd/resources/timer.rb diff --git a/cookbooks/systemd/resources/timer.rb b/cookbooks/systemd/resources/timer.rb index 91de6e909..8ace5bfe9 100644 --- a/cookbooks/systemd/resources/timer.rb +++ b/cookbooks/systemd/resources/timer.rb @@ -17,10 +17,12 @@ # limitations under the License. # +unified_mode true + 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 +46,7 @@ action :create do source "timer.erb" owner "root" group "root" - mode 0o644 + mode "644" variables timer_variables end