Added variable for puppet key length and increased default to 2048.
This commit is contained in:
parent
de8f831f79
commit
0f87959499
2 changed files with 7 additions and 0 deletions
|
@ -40,6 +40,9 @@
|
|||
pluginsignore = .svn CVS RCS
|
||||
factpath = $vardir/lib/facter
|
||||
|
||||
# The bit length of keys.
|
||||
keylength = <%= puppet_keylength %>
|
||||
|
||||
<% if puppetversion[/\d+/].to_i >= 2 -%>
|
||||
[agent]
|
||||
<% else -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue