diff options
author | Leif Johansson <leifj@sunet.se> | 2015-05-26 14:21:18 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2015-05-26 14:21:18 +0200 |
commit | 097a6fd80db407d614c52d4cec70817fbc14e4cc (patch) | |
tree | 5d271d2e56bb27ca1fb375ee015c9131b04c32c1 /global/overlay/etc/puppet/manifests/catlfish/storage.pp | |
parent | d284dcced21429aa414f21b4f5e67bdebc651971 (diff) |
logname as argument to containersct-ops-2015-05-26-v02
Diffstat (limited to 'global/overlay/etc/puppet/manifests/catlfish/storage.pp')
-rw-r--r-- | global/overlay/etc/puppet/manifests/catlfish/storage.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global/overlay/etc/puppet/manifests/catlfish/storage.pp b/global/overlay/etc/puppet/manifests/catlfish/storage.pp index 2e7191e..f7b7de5 100644 --- a/global/overlay/etc/puppet/manifests/catlfish/storage.pp +++ b/global/overlay/etc/puppet/manifests/catlfish/storage.pp @@ -13,7 +13,7 @@ define catlfish::storage( imagetag => $version, volumes => ["/usr/local/etc/catlfish:/usr/local/etc/catlfish:ro","${db}:/var/local/db/catlfish"], ports => ["8081:8081"], - command => ["storage ${name}"] + command => ["storage ${name} ${logname}"] } ufw:allow { "${name}-allow-8081-acl0": ip => '130.242.125.0/24', |