X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fonion%2Fmanifests%2Fservice.pp;h=726f6c850ae9d9d5c029cb079c047eb6f6359751;hb=a6a6be743832a4d23ba5ba5e66d0ad435429eb0d;hp=36b58098364ce4694f68e37ffedde634558ec226;hpb=8ffe27465670c7e723952febdadd7d9c4c56fbad;p=mirror%2Fdsa-puppet.git diff --git a/modules/onion/manifests/service.pp b/modules/onion/manifests/service.pp index 36b580983..726f6c850 100644 --- a/modules/onion/manifests/service.pp +++ b/modules/onion/manifests/service.pp @@ -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",