HomePhorge

(#16178) Handle the case where temp_answer is false but defined.
376601448e3aUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(#16178) Handle the case where temp_answer is false but defined.

Consider:

`
  class foomodule::params {
    $myitem = false
    ...
`

The current code won't handle this because if temp_answer is the same
as if false.

This commit changes it to use temp_anser.nil? instead.

Details

Provenance
Matt Callaway <mcallawa@genome.wustl.edu>Authored on
Andrew Parker <andy@puppetlabs.com>Committed on Nov 16 2012, 1:23 AM
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUf0785ffdda04: Merge branch 'bug/master/12833_fix_salt' into 3.0.x
Branches
Unknown
Tags
Unknown

Event Timeline

Andrew Parker <andy@puppetlabs.com> committed rPU376601448e3a: (#16178) Handle the case where temp_answer is false but defined. (authored by Matt Callaway <mcallawa@genome.wustl.edu>).Nov 16 2012, 1:23 AM