From: Peter Palfrader Date: Fri, 29 Jul 2016 06:36:24 +0000 (+0200) Subject: fix a typo in the onionbalance config file X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=68ac1934cb606b4265e07a3907857078d95b9532;p=mirror%2Fdsa-puppet.git fix a typo in the onionbalance config file --- diff --git a/modules/onion/manifests/balance.pp b/modules/onion/manifests/balance.pp index 80f3ea85a..2d7257383 100644 --- a/modules/onion/manifests/balance.pp +++ b/modules/onion/manifests/balance.pp @@ -27,6 +27,6 @@ class onion::balance { concat::fragment { 'onion::balance::config_header': target => "/etc/onionbalance/config.yaml", order => 05, - content => "service:\n", + content => "services:\n", } }