diff options
author | Leif Johansson <leifj@sunet.se> | 2015-03-24 23:05:18 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2015-03-24 23:05:18 +0100 |
commit | 2e3740cae920bf6f3e4f36e6688aa311e4f7a134 (patch) | |
tree | 5d9f3567c9d782abc3b9fbaa5bd7231b5655da21 /global/overlay/etc/puppet/manifests | |
parent | 38b455db328348d952d33b7608e7cbcd771e9bea (diff) |
htdocssunet-ops-2015-03-24-v13
Diffstat (limited to 'global/overlay/etc/puppet/manifests')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 86a47f4..eb2781e 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -821,7 +821,7 @@ node 'ca.sunet.se' { image => 'httpd', imagetag => '2.4', ports => ["80:80"], - volumes => ["/var/www/html:/var/www/html"] + volumes => ["/var/www/html:/usr/local/apache2/htdocs"] } sunet::ici_ca{"infra_ca": pkcs11_pin => hiera('ca_infra_pkcs11_pin'), |