Hardcode fragment order
This commit is contained in:
+1
-2
@@ -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'),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user