summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorOhad Levy <ohadlevy@gmail.com>2012-07-01 16:42:09 +0300
committerOhad Levy <ohadlevy@gmail.com>2012-07-01 16:42:09 +0300
commitc9278501f02cbd2311d767f57d9119e630ca83dc (patch)
treefd2842ec32060d4b06df8f60eb78c3cb3fb3e1ab /manifests
parentd626f7eda802d9da904e5ff70f219fc1e5f6ead9 (diff)
added fedora support
Diffstat (limited to 'manifests')
-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'