Lint says these are bad
This commit is contained in:
parent
286dc6f361
commit
eb6d3f5d63
@ -60,7 +60,7 @@ class bind (
|
|||||||
recurse => true,
|
recurse => true,
|
||||||
}
|
}
|
||||||
|
|
||||||
file { "${namedconf}":
|
file { $namedconf:
|
||||||
content => template('bind/named.conf.erb'),
|
content => template('bind/named.conf.erb'),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -26,6 +26,6 @@ class bind::params (
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
elsif $::osfamily == 'RedHat' {
|
elsif $::osfamily == 'RedHat' {
|
||||||
$bind_files = ["/etc/named.root.key"]
|
$bind_files = ['/etc/named.root.key']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user