Make a couple of formatting changes
* Line up the parameter defaults in init.pp * Put the leading whitespace ahead of the statistics-channel conditional block inside the condition to avoid superfluous blank lines in the generated file
This commit is contained in:
+6
-6
@@ -1,12 +1,12 @@
|
||||
# ex: syntax=puppet si ts=4 sw=4 et
|
||||
|
||||
class bind (
|
||||
$confdir = undef,
|
||||
$cachedir = undef,
|
||||
$forwarders = undef,
|
||||
$dnssec = undef,
|
||||
$version = undef,
|
||||
$rndc = undef,
|
||||
$confdir = undef,
|
||||
$cachedir = undef,
|
||||
$forwarders = undef,
|
||||
$dnssec = undef,
|
||||
$version = undef,
|
||||
$rndc = undef,
|
||||
$statistics_port = undef,
|
||||
) {
|
||||
include params
|
||||
|
||||
Reference in New Issue
Block a user