diff options
Diffstat (limited to 'global/overlay/etc/puppet/manifests/cosmos-site.pp')
-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 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' } -> |