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
|
@ -9,6 +9,10 @@ class puppet::client {
|
|||
$puppet_server = "puppet"
|
||||
}
|
||||
|
||||
if ! $puppet_keylength {
|
||||
$puppet_keylength = "2048"
|
||||
}
|
||||
|
||||
case $operatingsystem {
|
||||
openbsd: { $vardir = "/var/puppet" }
|
||||
default: { $vardir = "/var/lib/puppet" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue