From 8d89257d288c8f910f92e73c2c90da3d7d898eec Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 8 Oct 2017 14:16:29 +0100 Subject: [PATCH] Just lint files --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ed0f20a..bf3b232 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,6 +7,6 @@ jobs: working_directory: ~/dotfiles steps: - checkout - - run: git submodule update --init - - run: wget https://apt.puppetlabs.com/puppet5-release-stretch.deb && sudo dpkg -i puppet5-release-stretch.deb - - run: puppet parser validate manifests/main.pp --modulepath=modules/ --verbose + - run: gem install puppet-lint + - run: puppet-lint modules/ + - run: puppet-lint manifests/