14 lines
277 B
YAML
14 lines
277 B
YAML
language: ruby
|
|
install:
|
|
- sudo apt-get update
|
|
- sudo apt-get install puppet
|
|
- puppet module install puppetlabs-apt
|
|
- puppet apply assets/puppet/site.pp
|
|
- bundle
|
|
script:
|
|
- bundle exec rake preflight
|
|
notifications:
|
|
email:
|
|
- tparnell8@gmail.com
|
|
gemfile: Gemfile
|