diff options
Diffstat (limited to 'external/concat/manifests/init.pp')
-rw-r--r-- | external/concat/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/concat/manifests/init.pp b/external/concat/manifests/init.pp index e7b2f4b1..c2039349 100644 --- a/external/concat/manifests/init.pp +++ b/external/concat/manifests/init.pp @@ -86,7 +86,7 @@ # # ALIASES: # - The exec can notified using Exec["concat_/path/to/file"] or Exec["concat_/path/to/directory"] -# - The final file can be referened as File["/path/to/file"] or File["concat_/path/to/file"] +# - The final file can be referenced as File["/path/to/file"] or File["concat_/path/to/file"] define concat($mode = 0644, $owner = "root", $group = "root", $warn = "false", $force = "false", $backup = "puppet") { $safe_name = regsubst($name, '/', '_', 'G') $concatdir = $concat::setup::concatdir |