Use base + apt

This commit is contained in:
Jake Howard 2017-10-08 14:04:57 +01:00
parent 1139f06f27
commit 0bb830af5a
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -3,10 +3,10 @@ version: 2.0
jobs:
build:
docker:
- image: fr3nd/puppet
- image: circleci/ruby:latest
working_directory: ~/dotfiles
steps:
- run: apt update && apt install git -y
- checkout
- run: git submodule update --init
- run: wget https://apt.puppetlabs.com/puppet5-release-stretch.deb && dpkg -i puppet5-release-stretch.deb
- run: puppet parser validate manifests/main.pp --modulepath=modules/ --verbose