]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/commitdiff
Try to fix the pacman not fetching its base
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 1 Dec 2016 10:40:36 +0000 (11:40 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 1 Dec 2016 10:40:36 +0000 (11:40 +0100)
modules/aur/manifests/aura.pp

index fff988b02f1e86d060b28f6ae8def6855a488f20..625cc355ed73f0187af14f27ddaffb8edb97d6cb 100644 (file)
@@ -7,7 +7,7 @@ class aur::aura(
   }
 
   exec { 'pacman-base-devel':
-    command   => '/usr/bin/pacman -S base-devel --needed --noconfirm',
+    command   => '/usr/bin/pacman -Sy base-devel --needed --noconfirm',
     unless    => '/usr/bin/pacman -Qo aura',
     logoutput => 'on_failure',
   }