Closed cybacolt closed 9 years ago
It's checking for the existence of the use_ppa
value at all so I can see how this would be problematic, @seldaek concerns over changing this to a default set of False and then checking for False? This is in relation to #38.
@cybacolt If you want to prep a PR to resolve this for a default setting of False, and then the corrected check I'd be happy to merge it in if @Seldaek doesn't have any concerns.
@gravyboat @Seldaek hopefully this will do the trick.... (tests ok for me)
Seems good to me, I think this can be closed.
merged PR in reference to https://github.com/saltstack-formulas/php-formula/issues/36 checks use_ppa for its absence, but does not check value.
if you set use_ppa: False, it installs the ppa anyway.