From b830dcc6dfff4eeb6437740c82ed27afd73711d4 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 24 Sep 2015 09:19:31 +0200 Subject: install saml-md-tools - anonymous git --- global/overlay/etc/puppet/manifests/cosmos-site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'global/overlay/etc/puppet') diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 2b686ad..95925b2 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -243,7 +243,7 @@ class swamid_static_signer { exec { 'install_saml_md_tools': command => './configure --prefix=/usr/local && make && make install', path => '/opt/saml-md-tools', - onlyif => 'test ! -f /usr/local/bin/saml-md-tool' + onlyif => '/usr/bin/test ! -f /usr/local/bin/saml-md-tool' } -> cron { 'publish-swamid-metadata': command => "/opt/swamid-metadata/scripts/update.sh", -- cgit v1.1