use correct config filename for onionbalance
[mirror/dsa-puppet.git] / modules / onion / manifests / balance_service.pp
index 9348692..56131d6 100644 (file)
@@ -12,7 +12,7 @@ define onion::balance_service (
        }
 
        concat::fragment { "onion::balance::service_header::${name}":
-               target  => "/etc/onionbalance/config",
+               target  => "/etc/onionbalance/config.yaml",
                order   => "50-${name}-10",
                content => "  - # ${name} via ${onion_hn}\n    key: private_keys/${name}.key\n    instances:\n",
        }