aboutsummaryrefslogtreecommitdiff
path: root/modules/aur
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-06-05 20:36:54 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-06-05 20:36:54 +0200
commit77a508c5463fa193235f56f1e69619154d7510e5 (patch)
tree752cf838ee4be3b5214c80dc8fc5b60cc6cb178c /modules/aur
parent76596414639e3fa676a759a0cc1e0bfb358f9ae8 (diff)
downloadPuppet-77a508c5463fa193235f56f1e69619154d7510e5.tar.gz
Puppet-77a508c5463fa193235f56f1e69619154d7510e5.tar.zst
Puppet-77a508c5463fa193235f56f1e69619154d7510e5.zip
Fix aura bootstrap script
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 47b02f8..282ed25 100644
--- a/modules/aur/manifests/aura.pp
+++ b/modules/aur/manifests/aura.pp
@@ -20,7 +20,7 @@ class aur::aura(
20 exec { 'aur::aura': 20 exec { 'aur::aura':
21 cwd => "/tmp", 21 cwd => "/tmp",
22 path => "/usr/bin", 22 path => "/usr/bin",
23 command => "cd /tmp && curl https://aur.archlinux.org/cgit/aur.git/snapshot/aura-bin.tar.gz | tar xz && cd aura-bin && makepkg aura-bin && mv /tmp/aura-bin/aura-bin-*-x86_64.pkg.tar.xz /tmp/aura-bin-x86_64.pkg.tar.xz && rm /tmp/aur.sh && rm -rf /tmp/aura-bin", 23 command => "curl https://aur.archlinux.org/cgit/aur.git/snapshot/aura-bin.tar.gz | tar xz && cd aura-bin && makepkg aura-bin && mv /tmp/aura-bin/aura-bin-*-x86_64.pkg.tar.xz /tmp/aura-bin-x86_64.pkg.tar.xz && rm /tmp/aur.sh && rm -rf /tmp/aura-bin",
24 user => "aur-builder", 24 user => "aur-builder",
25 unless => '/usr/bin/pacman -Qo aura', 25 unless => '/usr/bin/pacman -Qo aura',
26 require => Package['base-devel'], 26 require => Package['base-devel'],