diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-03-20 13:14:41 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-03-20 13:14:41 +0100 |
commit | 9155df0063c42e02fcf989da6b58f7a3d06e428d (patch) | |
tree | d0b8571c0d7d20298f89ca08947ead21cc4abbcf /scripts/arch_puppet_configuration_script.sh | |
parent | ca4a52d503d433064019e234212fcf7c211761fe (diff) | |
parent | 5a1aab82ab45c14db40026bb7b1f19d0ee8a3cb3 (diff) | |
download | Puppet-9155df0063c42e02fcf989da6b58f7a3d06e428d.tar.gz Puppet-9155df0063c42e02fcf989da6b58f7a3d06e428d.tar.zst Puppet-9155df0063c42e02fcf989da6b58f7a3d06e428d.zip |
Merge branch 'dev'
Diffstat (limited to 'scripts/arch_puppet_configuration_script.sh')
-rwxr-xr-x | scripts/arch_puppet_configuration_script.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/arch_puppet_configuration_script.sh b/scripts/arch_puppet_configuration_script.sh new file mode 100755 index 0000000..caf8987 --- /dev/null +++ b/scripts/arch_puppet_configuration_script.sh | |||
@@ -0,0 +1,8 @@ | |||
1 | #!/bin/bash | ||
2 | |||
3 | git_branch="$1" | ||
4 | environment="$2" | ||
5 | CODE_PATH="/etc/puppetlabs/code" | ||
6 | |||
7 | puppet apply --environment $environment --tags base_installation --test $CODE_PATH/manifests/site.pp | ||
8 | |||