Hardcode fragment order

This commit is contained in:
makeacode 2017-02-08 12:54:44 -05:00 committed by GitHub
parent ebfa2455a1
commit ca3cdb064e

View File

@ -5,12 +5,11 @@ define bind::server (
$edns = true,
$key = undef,
$transfers = undef,
$order = '10',
) {
include bind
concat::fragment { "bind-server-${name}":
order => $order,
order => 10,
target => "${::bind::confdir}/servers.conf",
content => template('bind/server.erb'),
}