Giuseppe Lavagetto has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/370612 )
Change subject: puppet-compiler use the correct CA for puppedb
......................................................................
puppet-compiler use the correct CA for puppedb
Change-Id: Ie66fb4b0a4159b256a950aa562aefc945e34d86f
---
M modules/puppet_compiler/manifests/init.pp
1 file changed, 8 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/12/370612/1
diff --git a/modules/puppet_compiler/manifests/init.pp
b/modules/puppet_compiler/manifests/init.pp
index de5f30f..a0ead7e 100644
--- a/modules/puppet_compiler/manifests/init.pp
+++ b/modules/puppet_compiler/manifests/init.pp
@@ -111,6 +111,7 @@
# Add a puppetdb instance with a local database.
class { 'puppetdb::app':
db_driver => 'hsqldb',
+ ca_path => '/etc/puppetdb/ssl/ca.pem'
heap_size => '2G',
db_rw_host => undef,
perform_gc => true,
@@ -119,6 +120,13 @@
require => Exec['Generate CA for the compiler']
}
+ file { '/etc/puppetdb/ssl/ca.pem':
+ source => "${libdir}/production/ssl/certs/ca.pem",
+ owner => $user,
+ group => $group,
+ before => Service['puppetdb']
+ }
+
class { 'puppetmaster::puppetdb::client':
host => $::fqdn,
port => 8081,
--
To view, visit https://gerrit.wikimedia.org/r/370612
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie66fb4b0a4159b256a950aa562aefc945e34d86f
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Giuseppe Lavagetto <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits