Created
July 5, 2013 15:28
-
-
Save ferventcoder/5935294 to your computer and use it in GitHub Desktop.
Boxen config for mongodb - an example
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
#https://github.com/ferventcoder/boxen#including-boxen-modules-from-github-boxenpuppet- | |
github "mongodb", "1.0.4" |
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
#https://github.com/ferventcoder/boxen#node-definitions | |
node default { | |
#other stuff removed | |
include mongodb | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment