]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
apt::params: Complete $xfacts.
authorDaniele Sluijters <daenney@users.noreply.github.com>
Tue, 3 Mar 2015 17:07:48 +0000 (18:07 +0100)
committerDaniele Sluijters <daenney@users.noreply.github.com>
Tue, 3 Mar 2015 17:07:48 +0000 (18:07 +0100)
`$xfacts` now contains and guards all `lsb*` facts. Looking up any
`lsb*`-related fact should now always be done through `$::apt::xfacts`
to ensure that the values are always set to either the value of the fact
or undef. This avoids all sorts of kerfuffles with strict variables.


No differences found