8000 improve httpd management or add option to disable · Issue #5 · hawknewton/puppet-pulp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
improve httpd management or add option to disable #5
Open
@neoice

Description

@neoice

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0