summaryrefslogtreecommitdiff
path: root/global/overlay/etc/puppet/manifests
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2015-09-24 09:23:51 +0200
committerLeif Johansson <leifj@sunet.se>2015-09-24 09:23:51 +0200
commitdf71611d65b84ad0897c31823111083cecea61f1 (patch)
treecd214531ce29a498125690ab5c50fa955e71376f /global/overlay/etc/puppet/manifests
parent6cc0105f672a4db3020ed38a50fd3dd5527680b3 (diff)
install saml-md-tools - anonymous gitsunet-ops-2015-09-24-v14
Diffstat (limited to 'global/overlay/etc/puppet/manifests')
-rw-r--r--global/overlay/etc/puppet/manifests/cosmos-site.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp
index 3ea51a6..b466cb8 100644
--- a/global/overlay/etc/puppet/manifests/cosmos-site.pp
+++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp
@@ -241,7 +241,7 @@ class swamid_static_signer {
source => 'git://git.nordu.net/saml-md-tools.git'
} ->
exec { 'install_saml_md_tools':
- command => 'autoreconf -is && ./configure --prefix=/usr/local && make && make install',
+ command => '/usr/bin/autoreconf -is && ./configure --prefix=/usr/local && make && make install',
path => '/opt/saml-md-tools',
onlyif => '/usr/bin/test ! -f /usr/local/bin/saml-md-tool'
} ->