diff options
Diffstat (limited to 'scripts/arch_install_script.sh')
-rwxr-xr-x | scripts/arch_install_script.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/arch_install_script.sh b/scripts/arch_install_script.sh index d2c6107..a16b796 100755 --- a/scripts/arch_install_script.sh +++ b/scripts/arch_install_script.sh | |||
@@ -10,6 +10,8 @@ pacman-key --init | |||
10 | pacman-key --populate archlinux | 10 | pacman-key --populate archlinux |
11 | 11 | ||
12 | git clone -b $git_branch --recursive https://git.immae.eu/perso/Immae/Projets/Puppet.git $CODE_PATH | 12 | git clone -b $git_branch --recursive https://git.immae.eu/perso/Immae/Projets/Puppet.git $CODE_PATH |
13 | |||
14 | export FACTER_in_chroot="yes" | ||
13 | puppet apply --environment $environment --tags base_installation --test $CODE_PATH/manifests/site.pp | 15 | puppet apply --environment $environment --tags base_installation --test $CODE_PATH/manifests/site.pp |
14 | # The password seed requires puppet to be run twice | 16 | # The password seed requires puppet to be run twice |
15 | puppet apply --environment $environment --tags base_installation --test $CODE_PATH/manifests/site.pp | 17 | puppet apply --environment $environment --tags base_installation --test $CODE_PATH/manifests/site.pp |