diff --git a/manifests/install/puppetdb/server.pp b/manifests/install/puppetdb/server.pp index 42a7239e..c486b754 100644 --- a/manifests/install/puppetdb/server.pp +++ b/manifests/install/puppetdb/server.pp @@ -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 => [ diff --git a/scripts/bootstrap.pp b/scripts/bootstrap.pp index 32a85bd7..fbd9c98c 100644 --- a/scripts/bootstrap.pp +++ b/scripts/bootstrap.pp @@ -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 => [