Skip to content

Commit

Permalink
sles testing
Browse files Browse the repository at this point in the history
  • Loading branch information
BIAndrews committed Dec 14, 2016
1 parent 8ede570 commit 2dbc0dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@
$awscli_pkg = 'apt'
}
'SLES', 'SLED', 'OpenSuSE', 'SuSE': {
$pippkg = false
$pippkg = 'python-pip'
$rubyjsonpkg = 'ruby-json'
$awscli = 'aws-cli'
$enable_epel = false
$awscli_pkg = 'zypper'
$awscli_pkg = 'pip'
}
default: {
fail("Unsupported platform: ${::osfamily}/${::operatingsystem}")
Expand Down

0 comments on commit 2dbc0dc

Please sign in to comment.