And collect new snippets on balance host
authorPeter Palfrader <peter@palfrader.org>
Wed, 3 Aug 2016 19:00:12 +0000 (21:00 +0200)
committerPeter Palfrader <peter@palfrader.org>
Wed, 3 Aug 2016 19:00:12 +0000 (21:00 +0200)
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" |>>
 }