Skip to content

Commit 53bd9c7

Browse files
author
Dan Bode
committed
(#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.
1 parent 5a65579 commit 53bd9c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/init.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
$servers_real = $servers
6464
}
6565
}
66-
centos, redhat, oel: {
66+
centos, redhat, oel, linux: {
6767
$supported = true
6868
$pkg_name = [ "ntp" ]
6969
$svc_name = "ntpd"

0 commit comments

Comments
 (0)