PuppetDB: change PEM certificate location
Default is not to /etc/puppet/ssl/puppetdb.pem Change-Id: I7b56b6cddbbf8bf0dbdcb92e048843623880dc47
This commit is contained in:
parent
61ebbfa956
commit
81e60292dc
@ -25,8 +25,8 @@ class cloud::install::puppetdb::server {
|
||||
apache::vhost { 'puppetdb' :
|
||||
docroot => '/tmp',
|
||||
ssl => true,
|
||||
ssl_cert => '/etc/ssl/certs/puppetdb.pem',
|
||||
ssl_key => '/etc/ssl/certs/puppetdb.pem',
|
||||
ssl_cert => '/etc/puppet/ssl/puppetdb.pem',
|
||||
ssl_key => '/etc/puppet/ssl/puppetdb.pem',
|
||||
port => '8081',
|
||||
servername => $::fqdn,
|
||||
proxy_pass => [
|
||||
|
@ -17,8 +17,8 @@ include 'apache::mod::wsgi'
|
||||
apache::vhost { 'puppetdb' :
|
||||
docroot => '/tmp',
|
||||
ssl => true,
|
||||
ssl_cert => '/etc/ssl/certs/puppetdb.pem',
|
||||
ssl_key => '/etc/ssl/certs/puppetdb.pem',
|
||||
ssl_cert => '/etc/puppet/ssl/puppetdb.pem',
|
||||
ssl_key => '/etc/puppet/ssl/puppetdb.pem',
|
||||
port => '8081',
|
||||
servername => $::fqdn,
|
||||
proxy_pass => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user