use correct config filename for onionbalance
authorPeter Palfrader <peter@palfrader.org>
Fri, 29 Jul 2016 06:33:01 +0000 (08:33 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 29 Jul 2016 06:33:01 +0000 (08:33 +0200)
modules/onion/manifests/service.pp

index 36b5809..726f6c8 100644 (file)
@@ -14,7 +14,7 @@ define onion::service (
        $onion_hn = onion_hostname($name)
        if $onion_hn {
                @@concat::fragment { "onion::balance::instance::$name::$fqdn":
-                       target  => "/etc/onionbalance/config",
+                       target  => "/etc/onionbalance/config.yaml",
                        content => "      - address: ${onion_hn}\n        name: ${hostname}-${name}\n",
                        order   => "50-${name}-20",
                        tag     => "onion::balance::$name",