From 8120226b2ecd929d65b1099aae064143c4b36d81 Mon Sep 17 00:00:00 2001 From: Bryan Andrews Date: Fri, 18 Sep 2015 16:07:09 -0700 Subject: [PATCH] added RedHat/Amazon support --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index fc69d6c..fddec34 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -33,7 +33,7 @@ # case just in case I'm wrong about SLES or they change in the future case $::operatingsystem { - 'RedHat', 'Fedora', 'CentOS', 'Scientific', 'SLC', 'Ascendos', 'CloudLinux', 'PSBM', 'OracleLinux', 'OVS', 'OEL': { + 'RedHat', 'RedHat/Amazon', 'Fedora', 'CentOS', 'Scientific', 'SLC', 'Ascendos', 'CloudLinux', 'PSBM', 'OracleLinux', 'OVS', 'OEL': { $pippkg = 'python-pip' $rubyjsonpkg = 'ruby-json' $awscli = 'awscli'