Removed default value for puppet_diffargs
This commit is contained in:
parent
ca9aa3c997
commit
35c874a59d
2 changed files with 13 additions and 4 deletions
|
@ -39,9 +39,11 @@
|
|||
# The bit length of keys.
|
||||
keylength = <%= puppet_keylength %>
|
||||
|
||||
<% if has_variable?("puppet_diffargs") -%>
|
||||
# Arguments for puppet's use of diff
|
||||
diff_args = <%= puppet_diffargs %>
|
||||
|
||||
<% end -%>
|
||||
<% if puppetversion[/\d+/].to_i >= 2 -%>
|
||||
[agent]
|
||||
# Ignore site manifest when run as agent. Fixes warnings about
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue