summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2015-09-24 09:22:36 +0200
committerLeif Johansson <leifj@sunet.se>2015-09-24 09:22:36 +0200
commit6cc0105f672a4db3020ed38a50fd3dd5527680b3 (patch)
tree343ceae82ef5bb4a076bca3005a5642aea40edd7
parent99490dccbcad8ba3729f13c7dc4b941f6e0132d4 (diff)
install saml-md-tools - anonymous gitsunet-ops-2015-09-24-v13
-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 dc676a1..3ea51a6 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 => 'sh bootstrap.sh && ./configure --prefix=/usr/local && make && make install',
+ command => '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'
} ->