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.
2 parents 877c8a3 + b8c025b commit f3edc7eCopy full SHA for f3edc7e
acceptance/suites/pre_suite/foss/80_configure_puppet.rb
@@ -15,7 +15,8 @@
15
end
16
17
18
- config = { 'certificate-authority' => { 'allow-subject-alt-names' => true }}
+ config = { 'certificate-authority' => { 'allow-subject-alt-names' => true },
19
+ 'dropsonde' => { 'enabled' => false }}
20
path = '/etc/puppetlabs/puppetserver/conf.d/puppetserver.conf'
21
modify_tk_config(master, path, config)
22
0 commit comments