]> git.openstreetmap.org Git - chef.git/commitdiff
Don't require description for timers
authorTom Hughes <tom@compton.nu>
Mon, 13 Feb 2023 19:07:11 +0000 (19:07 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 13 Feb 2023 19:07:11 +0000 (19:07 +0000)
cookbooks/systemd/resources/timer.rb

index 1ebae847d7082a8078f4f876ec94962799a4e321..7029816c246f2f1c9e98e1ff8c168edaf709415c 100644 (file)
@@ -23,7 +23,7 @@ default_action :create
 
 property :timer, String, :name_property => true
 property :dropin, String
-property :description, String, :required => [:create]
+property :description, String
 property :after, [String, Array]
 property :wants, [String, Array]
 property :on_active_sec, [Integer, String]