From 3edd0c4f39ad4f211df4810a80bc403034845cf9 Mon Sep 17 00:00:00 2001 From: Ossi Herrala Date: Thu, 29 Nov 2012 14:21:39 +0000 Subject: [PATCH] Add missing commas before anyone wonders why they are missing.. ;) --- dns/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dns/manifests/init.pp b/dns/manifests/init.pp index 7a6a87e..1f0a23f 100644 --- a/dns/manifests/init.pp +++ b/dns/manifests/init.pp @@ -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"], } }