And collect new snippets on balance host
[mirror/dsa-puppet.git] / modules / onion / manifests / balance.pp
index 06ada88..ce5c06f 100644 (file)
@@ -35,4 +35,11 @@ class onion::balance {
                content => "${onion_balance_service_hostname}\n",
                tag     => "onionbalance-services.yaml",
        }
+
+
+       concat { '/etc/onionbalance/config-dsa-snippet.yaml':
+               # notify  => Service['onionbalance'],
+               # require => Package['onionbalance'],
+       }
+       Concat::Fragment <<| tag == "onion::balance::dsa-snippet" |>>
 }