Skip to content

Puppet 5 fixes

Jens Larsson requested to merge puppet5-fixes into master

It seems that "if $value {" and the empty string works differently with modern puppet. Adding checks to make sure $value actually contains something or the '' branches that should remove the sysctl doesn't work as intended.

Merge request reports