summaryrefslogtreecommitdiff
path: root/global/overlay/etc/puppet
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2015-09-24 09:25:55 +0200
committerLeif Johansson <leifj@sunet.se>2015-09-24 09:25:55 +0200
commit444f9092d4e8e8a422137057011d786b11165bf2 (patch)
treec82fc2a97b207e40e80de30661a9570b88c8a511 /global/overlay/etc/puppet
parentdf71611d65b84ad0897c31823111083cecea61f1 (diff)
Diffstat (limited to 'global/overlay/etc/puppet')
-rw-r--r--global/overlay/etc/puppet/manifests/cosmos-site.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp
index b466cb8..803a382 100644
--- a/global/overlay/etc/puppet/manifests/cosmos-site.pp
+++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp
@@ -241,8 +241,7 @@ class swamid_static_signer {
source => 'git://git.nordu.net/saml-md-tools.git'
} ->
exec { 'install_saml_md_tools':
- command => '/usr/bin/autoreconf -is && ./configure --prefix=/usr/local && make && make install',
- path => '/opt/saml-md-tools',
+ command => 'cd /opt/saml-md-tools && /usr/bin/autoreconf -is && ./configure --prefix=/usr/local && make && make install',
onlyif => '/usr/bin/test ! -f /usr/local/bin/saml-md-tool'
} ->
cron { 'publish-swamid-metadata':