summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorDan Bode <dan@puppetlabs.com>2011-11-10 11:14:53 -0800
committerDan Bode <dan@puppetlabs.com>2011-11-10 11:14:53 -0800
commit53bd9c79f1aaf210aabd7a6850e836965095b248 (patch)
tree3a8778917d31c39243e089ed33d8b13c2b7b390f /manifests/init.pp
parent5a65579e95732443eacf4dee4221b5e0e384acea (diff)
(#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.
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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"