fix a typo in the onionbalance config file
authorPeter Palfrader <peter@palfrader.org>
Fri, 29 Jul 2016 06:36:24 +0000 (08:36 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 29 Jul 2016 06:36:24 +0000 (08:36 +0200)
modules/onion/manifests/balance.pp

index 80f3ea8..2d72573 100644 (file)
@@ -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",
        }
 }