Hardcode fragment order
This commit is contained in:
parent
ebfa2455a1
commit
ca3cdb064e
@ -5,12 +5,11 @@ define bind::server (
|
|||||||
$edns = true,
|
$edns = true,
|
||||||
$key = undef,
|
$key = undef,
|
||||||
$transfers = undef,
|
$transfers = undef,
|
||||||
$order = '10',
|
|
||||||
) {
|
) {
|
||||||
include bind
|
include bind
|
||||||
|
|
||||||
concat::fragment { "bind-server-${name}":
|
concat::fragment { "bind-server-${name}":
|
||||||
order => $order,
|
order => 10,
|
||||||
target => "${::bind::confdir}/servers.conf",
|
target => "${::bind::confdir}/servers.conf",
|
||||||
content => template('bind/server.erb'),
|
content => template('bind/server.erb'),
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user