Puppet 2.6.x compatibility

This commit is contained in:
Michiel Brandenburg 2013-11-12 11:36:34 +01:00
parent 8695e7ff63
commit 2ef05a73fe

View file

@ -67,7 +67,7 @@ define concat(
$replace = true,
$order = 'alpha',
$ensure_newline = false,
$gnu = undef,
$gnu = undef
) {
validate_re($ensure, '^present$|^absent$')
validate_absolute_path($path)