any maybe a combination of --tags for the rest of the time
On Tue, Nov 24, 2009 at 2:28 AM, Scott Smith wrote:
> Christopher Johnston wrote:
> > I would like to schedule puppet to only run EVERYTHING once a day at a
> > specific time, what would be the best approach to do that?
> >
>
> Use cron.
Christopher Johnston wrote:
> I would like to schedule puppet to only run EVERYTHING once a day at a
> specific time, what would be the best approach to do that?
>
Use cron.
-scott
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to t
I would like to schedule puppet to only run EVERYTHING once a day at a
specific time, what would be the best approach to do that?
-Chris
On Mon, Nov 23, 2009 at 9:21 AM, Thomas Bellman wrote:
> mk wrote:
>
> > What I want to do is puppet client( puppetd ) tries to syncronize /etc/
> > hosts per
mk wrote:
> What I want to do is puppet client( puppetd ) tries to syncronize /etc/
> hosts permission as 644, and puppetd tries to check every 3 minutes.
> ( I know 3 min is so quick, this is just a test of "schedule")
>
> So I wrote manifests/site.pp,
>
>> node default {
>>schedule { e
Hello,
I'm newbie for puppet.
I would appreciate someone tells me how to use "shedule".
What I want to do is puppet client( puppetd ) tries to syncronize /etc/
hosts permission as 644, and puppetd tries to check every 3 minutes.
( I know 3 min is so quick, this is just a test of "schedule")
So I