Skip to content

Commit

Permalink
added RedHat/Amazon support
Browse files Browse the repository at this point in the history
  • Loading branch information
BIAndrews committed Sep 18, 2015
1 parent 73406e2 commit 8120226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8120226

Please sign in to comment.