]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/commitdiff
Fix aura bootstrap script
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Tue, 5 Jun 2018 18:38:30 +0000 (20:38 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Tue, 5 Jun 2018 18:38:30 +0000 (20:38 +0200)
modules/aur/manifests/aura.pp

index 282ed254ee5b292e6408a527c390f5c27c992bb5..6bca0480744a6d33b428f36aa9a0f0f7b8e1204c 100644 (file)
@@ -20,7 +20,7 @@ class aur::aura(
   exec { 'aur::aura':
     cwd       => "/tmp",
     path      => "/usr/bin",
-    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",
+    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 -rf /tmp/aura-bin",
     user      => "aur-builder",
     unless    => '/usr/bin/pacman -Qo aura',
     require   => Package['base-devel'],