We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3863e commit b39cef4Copy full SHA for b39cef4
manifests/agent.pp
@@ -57,7 +57,7 @@
57
$use_srv_records = false,
58
$srv_domain = undef,
59
$ordering = undef,
60
- $templatedir = '$confdir/templates',
+ $templatedir = undef,
61
$trusted_node_data = undef,
62
$listen = false,
63
$reportserver = '$server',
spec/classes/puppet_agent_spec.rb
@@ -465,6 +465,7 @@
465
:puppet_run_interval => 30,
466
:puppet_server_port => 8140,
467
:use_srv_records => false,
468
+ :templatedir => '$confdir/templates'
469
}
470
end
471
@@ -491,8 +492,7 @@
491
492
:environment => 'production',
493
494
- :use_srv_records => false,
495
- :templatedir => 'undef'
+ :use_srv_records => false
496
497
498
0 commit comments