From c9278501f02cbd2311d767f57d9119e630ca83dc Mon Sep 17 00:00:00 2001 From: Ohad Levy Date: Sun, 1 Jul 2012 16:42:09 +0300 Subject: added fedora support --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index 4a1c596..f61d805 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -65,7 +65,7 @@ class ntp($servers='UNSET', $servers_real = $servers } } - centos, redhat, oel, linux: { + centos, redhat, oel, linux, fedora: { $supported = true $pkg_name = [ 'ntp' ] $svc_name = 'ntpd' -- cgit v1.2.3