diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
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' |