aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }