1
0
Fork 0

Stub librarian-puppet callout

This is currently broken. Whee.
This commit is contained in:
John Barnette 2012-12-17 14:24:13 -08:00
parent 322bc8aefa
commit 2c11df2304
4 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/.bundle
/bin
/spec/fixtures/.librarian

View File

@ -1 +1,6 @@
# Puppet Template for Boxen
## Development
Write code. Run `script/cibuild` to make sure everything's cool. Check
the `script` directory for other useful tools.

View File

@ -8,4 +8,4 @@ cd $(dirname "$0")/..
rm -rf .bundle/config
bundle install --binstubs bin --path .bundle --quiet
bin/cardboard bootstrap
exec bin/cardboard bootstrap "$@"

1
spec/fixtures/Puppetfile vendored Normal file
View File

@ -0,0 +1 @@
mod 'boxen', '0.0.26', :github_tarball => 'boxen/puppet-boxen'