]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - modules/aur/manifests/aura.pp
Try to fix the pacman not fetching its base
[perso/Immae/Projets/Puppet.git] / 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',
   }