summaryrefslogtreecommitdiff
path: root/global
diff options
context:
space:
mode:
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':