aboutsummaryrefslogtreecommitdiff
path: root/scripts/arch_puppet_configuration_script.sh
blob: caf8987e50fbd7e28bd624959d12ba510565f79c (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash

git_branch="$1"
environment="$2"
CODE_PATH="/etc/puppetlabs/code"

puppet apply --environment $environment --tags base_installation --test $CODE_PATH/manifests/site.pp