Add missing commas before anyone wonders why they are missing.. ;)

This commit is contained in:
Ossi Herrala 2012-11-29 14:21:39 +00:00
parent 954955bd39
commit 3edd0c4f39

View file

@ -180,7 +180,7 @@ class dns::server {
"openbsd" => undef,
default => Package["bind"],
},
notify => Exec["named-checkconf"]
notify => Exec["named-checkconf"],
}
file { "${chroot}${confdir}/named.conf.local":
@ -195,7 +195,7 @@ class dns::server {
"openbsd" => undef,
default => Package["bind"],
},
notify => Exec["named-checkconf"]
notify => Exec["named-checkconf"],
}
}