Skip to content

Commit

Permalink
Merge pull request #35 from disconn3ct/develop
Browse files Browse the repository at this point in the history
Fix disabling of repository
  • Loading branch information
maxchk committed Aug 22, 2014
2 parents c2bc498 + dccce94 commit 05e78f8
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 @@ -36,7 +36,7 @@
else {
$osver = $osver_array[0]
}
if $enable {
if str2bool($enable) {
case $::osfamily {
redhat: {
yumrepo { 'varnish':
Expand Down

0 comments on commit 05e78f8

Please sign in to comment.