Age | Commit message (Collapse) | Author |
|
compatibility with Puppet < 3.5.0
|
|
Using `include apt` causes problems. If someone in the catalogue does an
`class { 'apt: }` and we come after it with `include apt` this will
work. However if the order is reversed we'll get a duplicate resource
definition.
Closes #12
|
|
The `size` hash could only ever have the `max` key so it makes more
sense to have this as a plain value.
This also upgrades the dependency on stdlib to 4.6.0 since we're using
the new `validate_integer` function.
|
|
Setting it to 'undef' makes it the string undef, not having it set makes
it undef/nil for Puppet.
|
|
|
|
First take the defaults and the merge the user passed in options into
them, not the other way around as then our defaults end up overriding
some of the keys users pass in.
|
|
|
|
Apt class takes care of this well enough for us.
|
|
|