Displaying 2 results from an estimated 2 matches for "update_initiator".
2007 Mar 07
2
Doing something ''on demand''
What techniques are people using to do particular tasks once in a great
while?
For example, usually you don''t want to automatically upgrade the kernel
until it''s fully tested but, of course one day you will.
How do you work through Puppet to perform this activity on an on-demand
basis instead of a periodic job.
Are you using state files like "if file X exists do Y"
2007 Nov 04
21
Package management
Anyone care to share how they handle yum updates?
We have a script that runs yum update nightly and then emails us the
results when there are packages to be updated. Ideally I''d like a way to
keep a class in site.pp that can be uncommented to run yum update -y
after the update list is reviewed by a human.
Tim