From f12130fd28c36b244287413ec0535330cc44455d Mon Sep 17 00:00:00 2001 From: ActionJack Date: Tue, 9 Oct 2012 15:34:28 +0200 Subject: Added support for Amazon linux --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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' -- cgit v1.2.3