feat: find resolvers by role
- use puppetdbquery module to query puppetdb for resolvers - move dns client config to profiles::dns::base - manage the /etc/resolv.conf file
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# profiles::dns::client
|
||||
define profiles::dns::client (
|
||||
Boolean $forward = true,
|
||||
Boolean $reverse = true,
|
||||
Integer $order = 10,
|
||||
Boolean $forward = true,
|
||||
Boolean $reverse = true,
|
||||
Integer $order = 10,
|
||||
){
|
||||
|
||||
$intf = $facts['networking']['primary']
|
||||
|
||||
Reference in New Issue
Block a user