Hi,

I am trying to cleanup the puppet reports on the master by puppet itself using 
the tidy type however want to run it once a day not every 30 minutes. I would 
expect following code does the trick:

schedule { daily:
  period => daily,
}


tidy { "/var/lib/puppet/reports":
  age => "1w",
  recurse => true,
  matches => "*.yaml",
  schedule => daily
}

however it runs still every 30 minutes and I am getting huge report of tidied 
logs every half an hour.

what am I doing wrong? how can I change the scheduler for this job to be run 
only once a day?

thanks Antony.


      

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to