fix a typo in the onionbalance config file
[mirror/dsa-puppet.git] / 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",
        }
 }