Created
September 22, 2014 20:27
-
-
Save petems/7878cfd4401012d9b051 to your computer and use it in GitHub Desktop.
First time beaker setup
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
Go here: | |
https://github.com/garethr/puppet-module-skeleton | |
Get the skeleton | |
Then generate a new module | |
puppet module yourname-nameofmodule | |
cd yourname-nameofmodule | |
bundle install | |
bundle exec rake acceptance | |
That'll work! :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
... thanks!