From 7c39256faf11eb5a8a57915a0409b0c759ca70d2 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 26 Oct 2010 23:16:32 +0000 Subject: - fix subscribe --- modules/ntp/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/ntp/manifests') diff --git a/modules/ntp/manifests/init.pp b/modules/ntp/manifests/init.pp index 2b668589..96f9d03a 100644 --- a/modules/ntp/manifests/init.pp +++ b/modules/ntp/manifests/init.pp @@ -7,7 +7,7 @@ class ntp { service { ntp: ensure => running, path => "/etc/init.d/ntpd", - subscribe => [ Package["ntpd"], File["ntp.conf"] ] + subscribe => [ Package["ntp"], File["ntp.conf"] ] } file { "ntp.conf": -- cgit v1.2.1