]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - modules/aur/manifests/aura.pp
Remove abs dependency
[perso/Immae/Projets/Puppet.git] / modules / aur / manifests / aura.pp
index fff988b02f1e86d060b28f6ae8def6855a488f20..2dbcf39b1d2ab3dad023f0a5e9206c26ce04790e 100644 (file)
@@ -7,12 +7,12 @@ 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',
   }
 
-  ensure_packages(['gmp', 'pcre', 'abs'], { 'install_options' => '--asdeps' })
+  ensure_packages(['gmp', 'pcre'], { 'install_options' => '--asdeps' })
 
   exec { 'aur::aura':
     cwd       => "/tmp",