Created
March 1, 2011 19:51
-
-
Save duritong/849750 to your computer and use it in GitHub Desktop.
Hopefully this is the right chain
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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