diff options
author | ActionJack <martin@uncommonsense-uk.com> | 2012-10-09 15:34:28 +0200 |
---|---|---|
committer | ActionJack <martin@uncommonsense-uk.com> | 2012-10-09 15:34:28 +0200 |
commit | f12130fd28c36b244287413ec0535330cc44455d (patch) | |
tree | 3f5d08f9ecff67cb5e990e1190fc5efe8b96729a /manifests | |
parent | 27f2bc72110b1001233eb0907aa07e06cdf33194 (diff) |
Added support for Amazon linux
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 f61d805..21f4296 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -65,7 +65,7 @@ class ntp($servers='UNSET', $servers_real = $servers } } - centos, redhat, oel, linux, fedora: { + centos, redhat, oel, linux, fedora, Amazon: { $supported = true $pkg_name = [ 'ntp' ] $svc_name = 'ntpd' |