Skip to content

Instantly share code, notes, and snippets.

@briancain
Last active August 29, 2015 14:05
Show Gist options
  • Save briancain/4e93e48b34a098d4671b to your computer and use it in GitHub Desktop.
Save briancain/4e93e48b34a098d4671b to your computer and use it in GitHub Desktop.
beaker config for pe acceptance tests
HOSTS:
puppetmaster.local:
roles:
- master
- database
- agent
- dashboard
platform: el-6-x86_64
CONFIG:
#!/usr/bin/env bash
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" && rvm use 2.0.0@pe_acceptance --create
bundle install
bundle exec beaker --hosts conf.cfg --tests acceptance/tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment