summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorActionJack <martin@uncommonsense-uk.com>2012-10-09 15:34:28 +0200
committerActionJack <martin@uncommonsense-uk.com>2012-10-09 15:34:28 +0200
commitf12130fd28c36b244287413ec0535330cc44455d (patch)
tree3f5d08f9ecff67cb5e990e1190fc5efe8b96729a /manifests
parent27f2bc72110b1001233eb0907aa07e06cdf33194 (diff)
Added support for Amazon linux
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 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'