From 47c223eaddffe3e1c8924e7673c26948ff1f28b3 Mon Sep 17 00:00:00 2001 From: Nate Riffe Date: Tue, 4 Sep 2012 22:57:23 -0500 Subject: [PATCH] Fix typo --- manifests/zone.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/zone.pp b/manifests/zone.pp index c592bc4..0b1ea97 100644 --- a/manifests/zone.pp +++ b/manifests/zone.pp @@ -34,7 +34,7 @@ define bind::zone ( group => $bind::params::bind_group, mode => '0644', content => template('bind/zone.conf.erb'), - notify => Service[$bind::params::bind_server], + notify => Service[$bind::params::bind_service], } }