summaryrefslogtreecommitdiff
path: root/global
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2015-09-24 09:26:53 +0200
committerLeif Johansson <leifj@sunet.se>2015-09-24 09:26:53 +0200
commit0739b5b129db8bd470e9ffee5897046832a726dd (patch)
tree615ac664acf9eb860524f6b8fa8769969ed80014 /global
parent444f9092d4e8e8a422137057011d786b11165bf2 (diff)
Diffstat (limited to 'global')
-rw-r--r--global/overlay/etc/puppet/manifests/cosmos-site.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp
index 803a382..205485a 100644
--- a/global/overlay/etc/puppet/manifests/cosmos-site.pp
+++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp
@@ -242,6 +242,7 @@ class swamid_static_signer {
} ->
exec { 'install_saml_md_tools':
command => 'cd /opt/saml-md-tools && /usr/bin/autoreconf -is && ./configure --prefix=/usr/local && make && make install',
+ path => '/bin:/usr/bin:/usr/sbin',
onlyif => '/usr/bin/test ! -f /usr/local/bin/saml-md-tool'
} ->
cron { 'publish-swamid-metadata':