From 53bd9c79f1aaf210aabd7a6850e836965095b248 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Thu, 10 Nov 2011 11:14:53 -0800 Subject: (#10707) Add os linux to el list This patch adds amazon linux support by adding 'linux' to the list of platforms that are from the redhat os family. Currently amazon linux is showing up as operatingsystem linux. This manifest will need to be updated when platform detection with facter works properly in the future. --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index ee655f7..d7dd06c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -63,7 +63,7 @@ class ntp($servers="UNSET", $servers_real = $servers } } - centos, redhat, oel: { + centos, redhat, oel, linux: { $supported = true $pkg_name = [ "ntp" ] $svc_name = "ntpd" -- cgit v1.2.3