So if I set the schedule option:
schedule { daily:
period => daily,
range => "0 - 4",
}
package { $packagelist:
ensure => "latest",
schedule => "daily",
}
Is there a way to make it run every time puppet runs between 00:00 and
04:00 ? It looks like the default is run Once.
And if I set repeat to 1000 are there any issues? It won''t schedule
1000 runs between 00:00 and 04:00 will it?
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to
puppet-users+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.