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:
@@ -29,9 +29,7 @@ class profiles::base (
|
||||
include profiles::base::hosts
|
||||
include profiles::accounts::sysadmin
|
||||
include profiles::ntp::client
|
||||
|
||||
# configure dns records for client
|
||||
profiles::dns::client {"${facts['networking']['fqdn']}-default":}
|
||||
include profiles::dns::base
|
||||
|
||||
# include the python class
|
||||
class { 'python':
|
||||
|
||||
Reference in New Issue
Block a user