From 45476b0210f13c329df3df25120b6d208beb21f1 Mon Sep 17 00:00:00 2001 From: Brett Porter Date: Wed, 15 Aug 2012 22:19:20 +1000 Subject: [PATCH] add support for Amazon Linux as an operating system --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 02386ff6..17f0a62b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -24,7 +24,7 @@ case $operatingsystem { - centos, redhat, oel: { + centos, redhat, oel, amazon: { class { 'java::package_redhat': version => $version,