X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/45dde9418dd342bb1a632d82559201c0b3becf1a..605d99f67ad361a244d3ea699181aa14aca5d9ec:/cookbooks/systemd/resources/timer.rb diff --git a/cookbooks/systemd/resources/timer.rb b/cookbooks/systemd/resources/timer.rb index b33cff2d0..91de6e909 100644 --- a/cookbooks/systemd/resources/timer.rb +++ b/cookbooks/systemd/resources/timer.rb @@ -32,9 +32,9 @@ property :on_calendar, String property :accuracy_sec, [Integer, String] property :randomized_delay_sec, [Integer, String] property :unit, String -property :persistent, [TrueClass, FalseClass] -property :wake_system, [TrueClass, FalseClass] -property :remain_after_elapse, [TrueClass, FalseClass] +property :persistent, [true, false] +property :wake_system, [true, false] +property :remain_after_elapse, [true, false] action :create do timer_variables = new_resource.to_hash