bundles: various fixes for telegraf plugins
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
a980e22ecb
commit
6772b3b5d0
11 changed files with 39 additions and 10 deletions
|
@ -13,6 +13,9 @@ server-id=${my_hostname}
|
|||
|
||||
default-ttl=60
|
||||
|
||||
setuid=pdns
|
||||
setgid=pdns
|
||||
|
||||
% if is_secondary:
|
||||
allow-notify-from=${','.join(sorted(my_primary_servers))}
|
||||
|
||||
|
|
|
@ -44,6 +44,9 @@ if node.has_bundle('telegraf'):
|
|||
'powerdns': [{}],
|
||||
},
|
||||
},
|
||||
'additional_groups': {
|
||||
'pdns',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue