Fix ssl location for git.o.o on CentOS
Attempted to put Apache ssl certificates for git.o.o into the /etc/ssl/ and /etc/ssl/ directories, but this is a bit of a Debianism. Updating to RedHat style /etc/pki/tls directories. Change-Id: Icb83ee2601d29ad679e7c8503a406faeb5153727
This commit is contained in:
parent
6b12e39792
commit
ceb405b4bb
@ -31,9 +31,9 @@ class openstack_project::git (
|
||||
include pip
|
||||
|
||||
class { '::cgit':
|
||||
ssl_cert_file => '/etc/ssl/certs/git.openstack.org.pem',
|
||||
ssl_key_file => '/etc/ssl/private/git.openstack.org.key',
|
||||
ssl_chain_file => '/etc/ssl/certs/intermediate.pem',
|
||||
ssl_cert_file => '/etc/pki/tls/certs/git.openstack.org.pem',
|
||||
ssl_key_file => '/etc/pki/tls/private/git.openstack.org.key',
|
||||
ssl_chain_file => '/etc/pki/tls/certs/intermediate.pem',
|
||||
ssl_cert_file_contents => $ssl_cert_file_contents,
|
||||
ssl_key_file_contents => $ssl_key_file_contents,
|
||||
ssl_chain_file_contents => $ssl_chain_file_contents,
|
||||
|
Loading…
x
Reference in New Issue
Block a user