Stub librarian-puppet callout
This is currently broken. Whee.
This commit is contained in:
parent
322bc8aefa
commit
2c11df2304
4 changed files with 8 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
/.bundle
|
||||
/bin
|
||||
/spec/fixtures/.librarian
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
1
spec/fixtures/Puppetfile
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
mod 'boxen', '0.0.26', :github_tarball => 'boxen/puppet-boxen'
|
Loading…
Reference in a new issue