Skip to content

Commit

Permalink
Support Amazon Linux images under the RPM-based family of Linuxes
Browse files Browse the repository at this point in the history
  • Loading branch information
R. Tyler Croy committed Jun 3, 2012
1 parent 7a74746 commit b79b3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/repo.pp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
anchor { 'jenkins::repo::alpha': }
anchor { 'jenkins::repo::omega': }
case $::operatingsystem {
centos, redhat, oel: {
centos, redhat, oel, Amazon: {
class { 'jenkins::repo::el':
require => Anchor['jenkins::repo::alpha'],
before => Anchor['jenkins::repo::omega'],
Expand Down

0 comments on commit b79b3c0

Please sign in to comment.