diff options
author | Leif Johansson <leifj@sunet.se> | 2015-09-24 09:28:46 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2015-09-24 09:28:46 +0200 |
commit | 07e25e929adbcc7a35914f241c2231bf826ea69f (patch) | |
tree | e3ccf5fce3f671c5eb8c337c68dc43e6eed44188 /global/overlay/etc/puppet/manifests | |
parent | 0739b5b129db8bd470e9ffee5897046832a726dd (diff) |
set cwdsunet-ops-2015-09-24-v17
Diffstat (limited to 'global/overlay/etc/puppet/manifests')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 205485a..ccf1bd9 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -241,7 +241,8 @@ class swamid_static_signer { source => 'git://git.nordu.net/saml-md-tools.git' } -> exec { 'install_saml_md_tools': - command => 'cd /opt/saml-md-tools && /usr/bin/autoreconf -is && ./configure --prefix=/usr/local && make && make install', + command => '/usr/bin/autoreconf -is && ./configure --prefix=/usr/local && make && make install', + cwd => '/opt/saml-md-tools', path => '/bin:/usr/bin:/usr/sbin', onlyif => '/usr/bin/test ! -f /usr/local/bin/saml-md-tool' } -> |