Age | Commit message (Collapse) | Author | Files | Lines |
|
This was causing failures when hiera was not configured properly since we
aren't trying to test hiera in these tests.
|
|
Refactor the set_default_parameters method in Puppet::Resource to be split
into several methods and improve the test coverage around default parameters
and undef.
|
|
In 2.7.x, passing undef as an argument to a parameterized class will result in
the argument using the default value given in the class definition. This was
inadvertently changed, so the variable would not be set at all. This change
reverts to the 2.7.x behavior.
|
|
The semantics of passing undef has changed from 2.7, to 3.x. These tests
assert that the behavior is the expected behavior of 3.x.
Reviewed-by: Jeff McCune <jeff@puppetlabs.com>
|