Skip to content

Commit

Permalink
Merge pull request #369 from mhaskel/future_parser
Browse files Browse the repository at this point in the history
Missed one case for _kick_apt needed for strict variables
  • Loading branch information
cmurphy committed Oct 6, 2014
2 parents 4b66a64 + 049e993 commit ac15a0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/update.pp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@
$_kick_apt = false
}
}
} else {
$_kick_apt = false
}

if $_kick_apt {
$_refresh = false
} else {
Expand Down

0 comments on commit ac15a0e

Please sign in to comment.