File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ bind::params::supported : true
3
+ bind::params::bind_user : ' named'
4
+ bind::params::bind_group : ' named'
5
+ bind::params::bind_package : ' bind'
6
+ bind::params::bind_service : ' named'
7
+ bind::params::nsupdate_package : ' bind-utils'
8
+
9
+ bind::confdir : ' /etc/named'
10
+ bind::cachedir : ' /var/named'
11
+ bind::rndc : true
12
+
13
+ bind::updater::keydir : ' /etc/named/keys'
Original file line number Diff line number Diff line change 25
25
" ${::bind::confdir} /zones.rfc1918" ,
26
26
]
27
27
}
28
+ elsif $::osfamily == ' RedHat' {
29
+ $bind_files = [" /etc/named.root.key" ]
30
+ }
28
31
}
Original file line number Diff line number Diff line change 16
16
{
17
17
"operatingsystem" : " Ubuntu" ,
18
18
"operatingsystemrelease" : [ " 12.04" , " 14.04" ]
19
+ },
20
+ {
21
+ "operatingsystem" : " CentOS" ,
22
+ "operatingsystemrelease" : [ " 6" ]
23
+ },
24
+ {
25
+ "operatingsystem" : " RedHat" ,
26
+ "operatingsystemrelease" : [ " 6" ]
19
27
}
20
28
],
21
29
"dependencies" : [
You can’t perform that action at this time.
0 commit comments