From 48f15fb381adfa2e75ffda099f54088edec9f7bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 29 Mar 2018 20:34:04 +0200 Subject: Add at daemon, and ensure running service --- scripts/arch_install_script.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/arch_install_script.sh') 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 pacman-key --populate archlinux git clone -b $git_branch --recursive https://git.immae.eu/perso/Immae/Projets/Puppet.git $CODE_PATH + +export FACTER_in_chroot="yes" puppet apply --environment $environment --tags base_installation --test $CODE_PATH/manifests/site.pp # The password seed requires puppet to be run twice puppet apply --environment $environment --tags base_installation --test $CODE_PATH/manifests/site.pp -- cgit v1.2.3