Puppet 2.6.x compatibility
This commit is contained in:
parent
8695e7ff63
commit
2ef05a73fe
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ define concat(
|
||||||
$replace = true,
|
$replace = true,
|
||||||
$order = 'alpha',
|
$order = 'alpha',
|
||||||
$ensure_newline = false,
|
$ensure_newline = false,
|
||||||
$gnu = undef,
|
$gnu = undef
|
||||||
) {
|
) {
|
||||||
validate_re($ensure, '^present$|^absent$')
|
validate_re($ensure, '^present$|^absent$')
|
||||||
validate_absolute_path($path)
|
validate_absolute_path($path)
|
||||||
|
|
Loading…
Reference in a new issue