diff options
author | Jasper Poppe <jpoppe@ebay.com> | 2012-12-12 15:14:51 +0100 |
---|---|---|
committer | Jasper Poppe <jpoppe@ebay.com> | 2012-12-12 15:14:51 +0100 |
commit | c854799c53e8c40a437f42a44b0b0decc7746285 (patch) | |
tree | bf71719c9708286290190ead4e8160aa5683fb02 | |
parent | 2f35c78a9ec0adbe1f83b9107ae9d5e3b3f58e1c (diff) | |
download | puppet-concat-c854799c53e8c40a437f42a44b0b0decc7746285.tar.gz puppet-concat-c854799c53e8c40a437f42a44b0b0decc7746285.tar.bz2 |
added description of replace in the comment block
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 44d69d4..b309059 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -102,6 +102,8 @@ # that it is built by puppet # - backup Controls the filebucketing behavior of the final file and # see File type reference for its use. Defaults to 'puppet' +# - replace Whether to replace a file that already exists on the local +# system # # ACTIONS: # - Creates fragment directories if it didn't exist already |