From 097a6fd80db407d614c52d4cec70817fbc14e4cc Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 26 May 2015 14:21:18 +0200 Subject: logname as argument to containers --- global/overlay/etc/puppet/manifests/catlfish/storage.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'global/overlay/etc/puppet/manifests/catlfish/storage.pp') 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', -- cgit v1.1