From 4772e48cc9e2e6ed39776b007cbf0d5514f4c7b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 19 Mar 2018 19:06:22 +0100 Subject: Populate keyring at install --- scripts/arch_install_script.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/arch_install_script.sh') diff --git a/scripts/arch_install_script.sh b/scripts/arch_install_script.sh index 21e202f..d2c6107 100755 --- a/scripts/arch_install_script.sh +++ b/scripts/arch_install_script.sh @@ -6,6 +6,9 @@ CODE_PATH="/etc/puppetlabs/code" rm -rf $CODE_PATH +pacman-key --init +pacman-key --populate archlinux + git clone -b $git_branch --recursive https://git.immae.eu/perso/Immae/Projets/Puppet.git $CODE_PATH puppet apply --environment $environment --tags base_installation --test $CODE_PATH/manifests/site.pp # The password seed requires puppet to be run twice -- cgit v1.2.3