Project

General

Profile

« Previous | Next » 

Revision d8c04f97

Added by Eric Helms about 10 years ago

Updating variable names changed in puppet-certs.

View differences:

.gitignore
.vagrant
*.swp
*.swo
.bundle
vendor/
pkg/
Gemfile.lock
.rbenv*
.rvmrc*
.ruby-version
spec/fixtures/
manifests/init.pp
server_foreman_url => $foreman_url,
server_foreman_ssl_cert => $::certs::puppet::client_cert,
server_foreman_ssl_key => $::certs::puppet::client_key,
server_foreman_ssl_ca => $::certs::puppet::client_ca,
server_foreman_ssl_ca => $::certs::puppet::client_ca_cert,
server_storeconfigs_backend => false,
server_dynamic_environments => true,
server_environments_owner => 'apache',
......
puppetca => $puppetca,
ssl_cert => $::certs::foreman_proxy::proxy_cert,
ssl_key => $::certs::foreman_proxy::proxy_key,
ssl_ca => $::certs::foreman_proxy::proxy_ca,
ssl_ca => $::certs::foreman_proxy::proxy_ca_cert,
tftp => $tftp,
tftp_servername => $tftp_servername,
dhcp => $dhcp,
manifests/params.pp
# when not specified, we expect all in one installation
$parent_fqdn = $::fqdn
$certs_tar = undef
# OAuth credentials
# shares cached_data with the foreman module so they're the same

Also available in: Unified diff