Avoid naming collision
This commit is contained in:
parent
e5cac24358
commit
6ac1a1cefa
@ -1,5 +1,5 @@
|
||||
define bind::zone (
|
||||
$type,
|
||||
$zone_type,
|
||||
$domain = '',
|
||||
$masters = [],
|
||||
$allow_updates = [],
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
|
||||
# This file managed by puppet - changes will be lost
|
||||
zone "<%= _domain %>" {
|
||||
type <%= type %>;
|
||||
type <%= zone_type %>;
|
||||
<%- if file != '' -%>
|
||||
file "<%= file %>";
|
||||
<%- end -%>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user