Ryan Dooley wrote:
> Howdy Alan,
>
> On 7/21/2010 6:04 PM, Alan Sparks wrote:
>
>> Is there an issue with --onetime and schedules? Is there something else
>> that needs to be supplied to make --onetime work as expected (aside from
>> --ignoreschedules; I don't want to ignore schedule limitations, I'd like
>> to apply whatever would apply that the schedule would permit).
>>
>
> I pretty much use this setup. My clients run randomly once an hour for
> most operations. Disk intensive operations (package installs) are dealt
> with during the configured schedule. My configuration has something
> that looks like this:
>
> class Foo {
> package {
> bar:
> schedule => daily, ensure => present;
> }
> }
>
> any operation that I want to restrict includes the schedule.
>
> Cheers,
> Ryan
>
And are you using --onetime to trigger these random runs, via cron or
something?
-Alan
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.