]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - scripts/arch_install_script.sh
Populate keyring at install
[perso/Immae/Projets/Puppet.git] / scripts / arch_install_script.sh
index 21e202f35af8452cd3b1bb264dd478a31c902e6c..d2c6107123a7205a017a41a3ecc538c18d0cbe3a 100755 (executable)
@@ -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