Commit 9ce9c75b authored by Łukasz Nowak's avatar Łukasz Nowak

Follow instance name change.

parent f25cd4a7
......@@ -13,7 +13,7 @@ offline = true
[publish-kumofs-connection-information]
recipe = slapos.cookbook:publishurl
url = memcached://$${kumofs:ip}:$${kumofs:gateway-port}/
url = memcached://$${kumofs-instance:ip}:$${kumofs-instance:gateway-port}/
[kumofs-instance]
recipe = slapos.cookbook:generic.kumofs
......@@ -47,8 +47,8 @@ kumo-server-binary = ${kumo:location}/bin/kumo-server
<= logrotate
recipe = slapos.cookbook:logrotate.d
name = mariadb
log = $${kumofs:kumo-gateway-log} $${kumofs:kumo-manager-log}
$${kumofs:kumo-server-log}
log = $${kumofs-instance:kumo-gateway-log} $${kumofs-instance:kumo-manager-log}
$${kumofs-instance:kumo-server-log}
frequency = daily
rotate-num = 30
sharedscripts = true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment