diff options
author | Leif Johansson <leifj@sunet.se> | 2015-09-24 09:21:10 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2015-09-24 09:21:10 +0200 |
commit | 99490dccbcad8ba3729f13c7dc4b941f6e0132d4 (patch) | |
tree | 0f46686a7dfb5d0389c8cbae1cd9aeae70b253aa /global | |
parent | b328bd76cfaa13bff13f1398cf2e782cca1b5628 (diff) |
install saml-md-tools - anonymous gitsunet-ops-2015-09-24-v12
Diffstat (limited to 'global')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 2 |
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 cf63c74..dc676a1 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 => './configure --prefix=/usr/local && make && make install', + command => 'sh bootstrap.sh && ./configure --prefix=/usr/local && make && make install', path => '/opt/saml-md-tools', onlyif => '/usr/bin/test ! -f /usr/local/bin/saml-md-tool' } -> |