From 7e222ae8a851266e286d2d1083740a3a03a4daec Mon Sep 17 00:00:00 2001 From: Matt Ezell Date: Tue, 2 Sep 2014 14:39:37 -0400 Subject: [PATCH] Remove documentation for deprecated $warn_message parameter Commit 8a500af removed $warn_message. Also remove it from the documentation --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b884a0a..f01c287 100644 --- a/README.md +++ b/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.