Add variable to control Puppet's own diffing of various files.
This commit is contained in:
parent
621b220de2
commit
600548e214
2 changed files with 7 additions and 0 deletions
|
@ -13,6 +13,10 @@ class puppet::client {
|
|||
$puppet_keylength = "2048"
|
||||
}
|
||||
|
||||
if ! $puppet_diffargs {
|
||||
$puppet_diffargs = "-u"
|
||||
}
|
||||
|
||||
case $operatingsystem {
|
||||
openbsd: { $vardir = "/var/puppet" }
|
||||
default: { $vardir = "/var/lib/puppet" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue