Skip to content

Instantly share code, notes, and snippets.

@kjhenner
Created December 11, 2017 17:59
Show Gist options
  • Save kjhenner/c2e2869c833539f778fd1c89c913173b to your computer and use it in GitHub Desktop.
Save kjhenner/c2e2869c833539f778fd1c89c913173b to your computer and use it in GitHub Desktop.
cd /usr/src/puppet-quest-guide
git fetch origin code_management_arc
git pull origin code_management_arc
cd tests
for q in 'welcome' 'hello_puppet' 'agent_run' 'manifests_and_classes' 'package_file_service' 'variables_and_templates' 'class_parameters' 'facts' 'conditional_statements' 'the_forge' 'roles_and_profiles'; do
rspec $q\_spec.rb --tag solution --tag validation
done
quest begin hiera
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment