Merge pull request #212 from mattaezell/doc-remove-warn_message-param
Remove documentation for reverted $warn_message parameter
This commit is contained in:
commit
ebadb90818
1 changed files with 3 additions and 7 deletions
10
README.md
10
README.md
|
@ -173,17 +173,13 @@ Set the mode of the combined file.
|
|||
|
||||
#####`warn`
|
||||
Determine if a warning message should be added at the top of the file to let
|
||||
users know it was autogenerated by Puppet.
|
||||
users know it was autogenerated by Puppet. It should be a boolean or a string
|
||||
containing the contents of the warning message.
|
||||
|
||||
######Example
|
||||
- warn => true
|
||||
- warn => false
|
||||
|
||||
#####`warn_message`
|
||||
Set the contents of the warning message.
|
||||
|
||||
######Example
|
||||
- warn_message => 'This file is autogenerated!'
|
||||
- warn => '# This file is autogenerated!'
|
||||
|
||||
#####`force`
|
||||
Determine if empty files are allowed when no fragments were added.
|
||||
|
|
Loading…
Reference in a new issue