Skip to content

Commit

Permalink
Merge pull request #80 from netors/master
Browse files Browse the repository at this point in the history
Bugfix: changed - to _ to match default value yum::repo::remi_php56
  • Loading branch information
fpletz committed May 4, 2015
2 parents f1c6b68 + b521b58 commit a49a4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/repo/redhat.pp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#

class php::repo::redhat (
$yum_repo = 'remi-php56',
$yum_repo = 'remi_php56',
) {
contain "::yum::repo::${yum_repo}"
}

0 comments on commit a49a4fe

Please sign in to comment.