Created
March 16, 2012 09:24
-
-
Save jeroenr/2049258 to your computer and use it in GitHub Desktop.
Using puppet filebucket example
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
file { "/etc/apt/trusted.gpg.d/mozilla.gpg": | |
ensure => present, | |
source => $operatingsystem ? { | |
"ubuntu" => "puppet:///elmar/apt/trusted.gpg.d/mozilla_ubuntu.gpg", | |
"debian" => "puppet:///elmar/apt/trusted.gpg.d/mozilla_debian.gpg", | |
}, | |
notify => Exec["aptgetupdate"], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment