Skip to content

Commit f3edc7e

Browse files
(maint) Merge up b8c025b to main
Generated by CI * commit 'b8c025b5416e944ae2c04948fad1ae6f8a7827bb': (maint) disable dropsonde during acceptance tests
2 parents 877c8a3 + b8c025b commit f3edc7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

acceptance/suites/pre_suite/foss/80_configure_puppet.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
end
1616
end
1717

18-
config = { 'certificate-authority' => { 'allow-subject-alt-names' => true }}
18+
config = { 'certificate-authority' => { 'allow-subject-alt-names' => true },
19+
'dropsonde' => { 'enabled' => false }}
1920
path = '/etc/puppetlabs/puppetserver/conf.d/puppetserver.conf'
2021
modify_tk_config(master, path, config)
2122
end

0 commit comments

Comments
 (0)