More adjustments

- Use the generated_by() utility function to
  give the ruby template a better header comment
- Set special parameters after selecting the basic
  chef parameters.
This commit is contained in:
Joshua Harlow
2014-10-11 16:59:50 -07:00
parent d40f2a152a
commit 4b53ce5e10
3 changed files with 31 additions and 11 deletions

View File

@@ -9,12 +9,11 @@ you need to add the following to config:
validation_name: XYZ
server_url: XYZ
-#}
{{generated_by}}
{#
The reason these are not in quotes is because they are ruby
symbols that will be placed inside here, and not actual strings...
#}
# This is a generated file, created on {{generated_on}}.
{% if log_level %}
log_level {{log_level}}
{% endif %}