Created
January 6, 2014 07:59
-
-
Save danieldreier/8279651 to your computer and use it in GitHub Desktop.
Sample Puppetfile
This file contains 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
forge "http://forge.puppetlabs.com" | |
mod "puppetlabs/razor" | |
mod "puppetlabs/ntp", "0.0.3" | |
mod "apt", | |
:git => "git://github.com/puppetlabs/puppetlabs-apt.git" | |
mod "stdlib", | |
:git => "git://github.com/puppetlabs/puppetlabs-stdlib.git" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment