aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-06-30 20:10:34 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-06-30 20:10:34 +0200
commite5cc123b5d9d871cf20ea947df9352a54a007b7b (patch)
tree8c3002f94a4bf4f8789a43f87fa328cdb7eceb87 /scripts
parent54460a893b4266d88fe23eb114a5b4e8a5b79077 (diff)
parentd83778a66ca5effd6489fc56be2834adcf93fa58 (diff)
downloadPuppet-e5cc123b5d9d871cf20ea947df9352a54a007b7b.tar.gz
Puppet-e5cc123b5d9d871cf20ea947df9352a54a007b7b.tar.zst
Puppet-e5cc123b5d9d871cf20ea947df9352a54a007b7b.zip
Merge branch 'dev'
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/arch_install_script.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/arch_install_script.sh b/scripts/arch_install_script.sh
index 2d0d695..3f99ec9 100755
--- a/scripts/arch_install_script.sh
+++ b/scripts/arch_install_script.sh
@@ -9,7 +9,9 @@ rm -rf $CODE_PATH
9pacman-key --init 9pacman-key --init
10pacman-key --populate archlinux 10pacman-key --populate archlinux
11 11
12git clone -b $git_branch --recursive https://git.immae.eu/perso/Immae/Projets/Puppet.git $CODE_PATH 12git clone -b $git_branch https://git.immae.eu/perso/Immae/Projets/Puppet.git $CODE_PATH
13cd $CODE_PATH
14git submodule update --init
13 15
14export FACTER_in_chroot="yes" 16export FACTER_in_chroot="yes"
15puppet apply --environment $environment --tags base_installation --modulepath $CODE_PATH/modules:$CODE_PATH/external_modules --test $CODE_PATH/manifests/site.pp 17puppet apply --environment $environment --tags base_installation --modulepath $CODE_PATH/modules:$CODE_PATH/external_modules --test $CODE_PATH/manifests/site.pp