Skip to content

Instantly share code, notes, and snippets.

@duritong
Created March 1, 2011 19:51
Show Gist options
  • Save duritong/849750 to your computer and use it in GitHub Desktop.
Save duritong/849750 to your computer and use it in GitHub Desktop.
Hopefully this is the right chain
class site-puppet::cron inherits puppet::cron {
include site-puppet::cron::debian
}
class site-puppet::cron::debian inherits puppet::cron::linux {
if $hostname != 'puppetmaster' {
File['puppet_config']{ source => undef, content => template("site-puppet/client/puppet.conf") }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment