Skip to content

Instantly share code, notes, and snippets.

@bscott
Created January 9, 2012 22:26
Show Gist options
  • Save bscott/1585329 to your computer and use it in GitHub Desktop.
Save bscott/1585329 to your computer and use it in GitHub Desktop.
class munin {}
class cleanup {
exec { "rm -rf /etc/munin/munin-conf.d/*" }
}
import "definitions/*.pp"
class {
'cleanup': stage => first;
'nagios': stage => main;
}
stage { 'first': before => Stage['main'] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment