From 7efde55d4836df42953a3adc0ee32ea098f2dadf Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 13 Feb 2023 19:07:11 +0000 Subject: [PATCH] Don't require description for timers --- cookbooks/systemd/resources/timer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/systemd/resources/timer.rb b/cookbooks/systemd/resources/timer.rb index 1ebae847d..7029816c2 100644 --- a/cookbooks/systemd/resources/timer.rb +++ b/cookbooks/systemd/resources/timer.rb @@ -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] -- 2.45.1