Consistency is awesome

This commit is contained in:
Nate Riffe 2012-09-03 14:34:13 -05:00
parent a6bbb4c2cd
commit e575d3a8b7

View File

@ -4,7 +4,7 @@ class bind::params {
'Debian': { 'Debian': {
$bind_package = 'bind9' $bind_package = 'bind9'
$bind_service = 'bind9' $bind_service = 'bind9'
$bind_confdir = '/etc/bind' $confdir = '/etc/bind'
$bind_user = 'bind' $bind_user = 'bind'
$bind_group = 'bind' $bind_group = 'bind'
} }