]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/systemd/resources/timer.rb
Tweak some tile sandboxes
[chef.git] / cookbooks / systemd / resources / timer.rb
index c18db64c8882db757480aef22562db48016cb8d0..8ace5bfe9e5738250bf8383440c6fca5080137dd 100644 (file)
 # 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]