diff options
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', |