Skip to content

Commit

Permalink
Fix disabling of repository
Browse files Browse the repository at this point in the history
  • Loading branch information
vir-dis committed Aug 20, 2014
1 parent eaef404 commit dccce94
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 dccce94

Please sign in to comment.