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