diff options
author | Leif Johansson <leifj@sunet.se> | 2015-03-24 22:54:29 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2015-03-24 22:54:29 +0100 |
commit | 0cd1fcfaf4d8f709452be999cac175b0970e4d85 (patch) | |
tree | 81a9a8ee9cb6c41b56c9e18832a9ccdfe0d8d491 /global/overlay/etc/puppet/manifests | |
parent | 20f66d2afbd36710e41edaa1daee88ad6eacac0a (diff) |
volume mountsunet-ops-2015-03-24-v10
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 6d2f34c..85cc24b 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:/var/www/html"] } sunet::ici_ca{"infra_ca": pkcs11_pin => hiera('ca_infra_pkcs11_pin'), |