Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Removed optional ssl client verification (caused errors)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Mar 12, 2014
1 parent 33f0fca commit 9e331f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion manifests/server.pp
Expand Up @@ -28,7 +28,7 @@

user { 'foreman':
ensure => 'present',
shell => '/sbin/nologin',
shell => '/usr/sbin/nologin',
comment => 'Foreman',
home => '/usr/share/foreman',
gid => 'foreman',
Expand Down Expand Up @@ -131,6 +131,7 @@
require => [ Service['foreman'] , Class[$foreman_backend_class] ],
subscribe => Package['foreman'],
refreshonly => true,
user => 'foreman',
}
}

Expand Down
2 changes: 1 addition & 1 deletion templates/foreman-passenger.conf.erb
Expand Up @@ -25,7 +25,7 @@
SSLCertificateKeyFile <%= scope.lookupvar('foreman::ssl_key') %>
SSLCertificateChainFile /var/lib/puppet/ssl/certs/ca.pem
SSLCACertificateFile /var/lib/puppet/ssl/certs/ca.pem
SSLVerifyClient optional
# SSLVerifyClient optional
SSLOptions +StdEnvVars
SSLVerifyDepth 3
<% end %>
Expand Down

0 comments on commit 9e331f3

Please sign in to comment.