Skip to content

Instantly share code, notes, and snippets.

@petems
Created September 22, 2014 20:27
Show Gist options
  • Save petems/7878cfd4401012d9b051 to your computer and use it in GitHub Desktop.
Save petems/7878cfd4401012d9b051 to your computer and use it in GitHub Desktop.
First time beaker setup
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! :)
@chadothompson
Copy link

... thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment