diff --git a/manifests/init.pp b/manifests/init.pp index ab63971..ecb0d2b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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)