Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve httpd management or add option to disable #5

Open
neoice opened this issue Aug 28, 2014 · 0 comments
Open

improve httpd management or add option to disable #5

neoice opened this issue Aug 28, 2014 · 0 comments

Comments

@neoice
Copy link

neoice commented Aug 28, 2014

we re-use Puppet PKI for https servers, typically something like this:

  SSLEngine on
  SSLCertificateFile      "/var/lib/puppet/ssl/certs/puppet-1601.pem"
  SSLCertificateKeyFile   "/var/lib/puppet/ssl/private_keys/puppet-1601.pem"
  SSLCertificateChainFile "/var/lib/puppet/ssl/ca/ca_crt.pem"
  SSLCACertificatePath    "/etc/pki/tls/certs"
  SSLCACertificateFile    "/var/lib/puppet/ssl/ca/ca_crt.pem"
  SSLCARevocationFile     "/var/lib/puppet/ssl/ca/ca_crl.pem"

I would like to either pass in SSL variables or a custom httpd template to the pulp::server class or pass in a parameter to skip httpd package install so I don't get resource conflicts when managing httpd with another class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant