lib/poolparty/resources/cron.rb in auser-poolparty-1.2.2 vs lib/poolparty/resources/cron.rb in auser-poolparty-1.2.3
- old
+ new
@@ -30,13 +30,17 @@
end
=end
class Cron < Resource
- default_options({
+ default_options(
:command => nil,
- :user => "root"
- })
+ :user => "root",
+ :minute => "*",
+ :hour => "*",
+ :month => "*",
+ :weekday => "*"
+ )
def present
:create
end
\ No newline at end of file