summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Bode <bodepd@gmail.com>2012-07-01 08:56:26 -0700
committerDan Bode <bodepd@gmail.com>2012-07-01 08:56:26 -0700
commit27f2bc72110b1001233eb0907aa07e06cdf33194 (patch)
treefd2842ec32060d4b06df8f60eb78c3cb3fb3e1ab
parentd626f7eda802d9da904e5ff70f219fc1e5f6ead9 (diff)
parentc9278501f02cbd2311d767f57d9119e630ca83dc (diff)
Merge pull request #21 from ohadlevy/patch-1
added fedora support
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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'