aboutsummaryrefslogtreecommitdiff
path: root/scripts/arch_install_script.sh
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-29 20:34:04 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-29 20:35:51 +0200
commit48f15fb381adfa2e75ffda099f54088edec9f7bb (patch)
tree88be90caca8024f47e0b242e09547dbefeec76b0 /scripts/arch_install_script.sh
parentd13887c5bf74b1d2dc4a82bd1ab38aab561f84d5 (diff)
downloadPuppet-48f15fb381adfa2e75ffda099f54088edec9f7bb.tar.gz
Puppet-48f15fb381adfa2e75ffda099f54088edec9f7bb.tar.zst
Puppet-48f15fb381adfa2e75ffda099f54088edec9f7bb.zip
Add at daemon, and ensure running service
Diffstat (limited to 'scripts/arch_install_script.sh')
-rwxr-xr-xscripts/arch_install_script.sh2
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
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 --recursive https://git.immae.eu/perso/Immae/Projets/Puppet.git $CODE_PATH
13
14export FACTER_in_chroot="yes"
13puppet apply --environment $environment --tags base_installation --test $CODE_PATH/manifests/site.pp 15puppet 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
15puppet apply --environment $environment --tags base_installation --test $CODE_PATH/manifests/site.pp 17puppet apply --environment $environment --tags base_installation --test $CODE_PATH/manifests/site.pp