dns: Add bootstrap tag to dns::node
This commit is contained in:
parent
64ba0cb78d
commit
01a37e8bf7
1 changed files with 2 additions and 0 deletions
|
@ -552,6 +552,8 @@ define dns::zone($role = "master", $master = "", $slaves = [], $forwarders = [],
|
|||
#
|
||||
class dns::node {
|
||||
|
||||
tag("bootstrap")
|
||||
|
||||
if !$dns_node_name {
|
||||
$dns_node_name = $::hostname
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue