aboutsummaryrefslogtreecommitdiff
path: root/modules/aur
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-12-01 11:40:36 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-12-01 11:40:36 +0100
commitf1381616b96c6cffad1bbc75eec1b80d93431865 (patch)
tree6db900e95a7c664224216aa25256753c30647101 /modules/aur
parentcbb2c25bf2f71c7840bd599739e8d2569b159c8a (diff)
downloadPuppet-f1381616b96c6cffad1bbc75eec1b80d93431865.tar.gz
Puppet-f1381616b96c6cffad1bbc75eec1b80d93431865.tar.zst
Puppet-f1381616b96c6cffad1bbc75eec1b80d93431865.zip
Try to fix the pacman not fetching its base
Diffstat (limited to 'modules/aur')
-rw-r--r--modules/aur/manifests/aura.pp2
1 files changed, 1 insertions, 1 deletions
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(
7 } 7 }
8 8
9 exec { 'pacman-base-devel': 9 exec { 'pacman-base-devel':
10 command => '/usr/bin/pacman -S base-devel --needed --noconfirm', 10 command => '/usr/bin/pacman -Sy base-devel --needed --noconfirm',
11 unless => '/usr/bin/pacman -Qo aura', 11 unless => '/usr/bin/pacman -Qo aura',
12 logoutput => 'on_failure', 12 logoutput => 'on_failure',
13 } 13 }