From f1381616b96c6cffad1bbc75eec1b80d93431865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 1 Dec 2016 11:40:36 +0100 Subject: Try to fix the pacman not fetching its base --- modules/aur/manifests/aura.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/aur') diff --git a/modules/aur/manifests/aura.pp b/modules/aur/manifests/aura.pp index fff988b..625cc35 100644 --- a/modules/aur/manifests/aura.pp +++ b/modules/aur/manifests/aura.pp @@ -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', } -- cgit v1.2.3