diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2017-08-10 23:38:02 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2017-08-10 23:38:02 +0200 |
commit | 43b3ddf702c49a201029ae35908ba7965c414735 (patch) | |
tree | fa7d382bf9e25c37e52758edb4b39d08bfa28366 /modules/aur/manifests | |
parent | eb98a76ae8e2b3778b9fbcbdcb77558055f87f5d (diff) | |
download | Puppet-43b3ddf702c49a201029ae35908ba7965c414735.tar.gz Puppet-43b3ddf702c49a201029ae35908ba7965c414735.tar.zst Puppet-43b3ddf702c49a201029ae35908ba7965c414735.zip |
Remove abs dependency
Diffstat (limited to 'modules/aur/manifests')
-rw-r--r-- | modules/aur/manifests/aura.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aur/manifests/aura.pp b/modules/aur/manifests/aura.pp index 625cc35..2dbcf39 100644 --- a/modules/aur/manifests/aura.pp +++ b/modules/aur/manifests/aura.pp | |||
@@ -12,7 +12,7 @@ class aur::aura( | |||
12 | logoutput => 'on_failure', | 12 | logoutput => 'on_failure', |
13 | } | 13 | } |
14 | 14 | ||
15 | ensure_packages(['gmp', 'pcre', 'abs'], { 'install_options' => '--asdeps' }) | 15 | ensure_packages(['gmp', 'pcre'], { 'install_options' => '--asdeps' }) |
16 | 16 | ||
17 | exec { 'aur::aura': | 17 | exec { 'aur::aura': |
18 | cwd => "/tmp", | 18 | cwd => "/tmp", |