aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-04-28 16:59:07 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-04-28 16:59:07 +0200
commitbfd8ca3f9b05a8d8028bca0845e579f45156f244 (patch)
treebbff3931428be81a867a3585f445547ce2141369 /scripts
parent5d110ba1a1e8b2e0e7ab2cb0499940df86aebad3 (diff)
downloadPuppet-bfd8ca3f9b05a8d8028bca0845e579f45156f244.tar.gz
Puppet-bfd8ca3f9b05a8d8028bca0845e579f45156f244.tar.zst
Puppet-bfd8ca3f9b05a8d8028bca0845e579f45156f244.zip
Move external modules to other place
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/arch_install_script.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/arch_install_script.sh b/scripts/arch_install_script.sh
index a16b796..2d0d695 100755
--- a/scripts/arch_install_script.sh
+++ b/scripts/arch_install_script.sh
@@ -12,7 +12,7 @@ pacman-key --populate archlinux
12git clone -b $git_branch --recursive https://git.immae.eu/perso/Immae/Projets/Puppet.git $CODE_PATH 12git clone -b $git_branch --recursive https://git.immae.eu/perso/Immae/Projets/Puppet.git $CODE_PATH
13 13
14export FACTER_in_chroot="yes" 14export FACTER_in_chroot="yes"
15puppet apply --environment $environment --tags base_installation --test $CODE_PATH/manifests/site.pp 15puppet apply --environment $environment --tags base_installation --modulepath $CODE_PATH/modules:$CODE_PATH/external_modules --test $CODE_PATH/manifests/site.pp
16# The password seed requires puppet to be run twice 16# The password seed requires puppet to be run twice
17puppet apply --environment $environment --tags base_installation --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
18 18