Project

General

Profile

« Previous | Next » 

Revision c8c658e1

Added by Dominic Cleal about 8 years ago

Pass ssl_ca into foreman_smartproxy during registration

closes GH-232

View differences:

manifests/register.pp
consumer_key => $foreman_proxy::oauth_consumer_key,
consumer_secret => $foreman_proxy::oauth_consumer_secret,
effective_user => $foreman_proxy::oauth_effective_user,
ssl_ca => pick($foreman_proxy::foreman_ssl_ca, $foreman_proxy::ssl_ca),
url => $foreman_proxy::real_registered_proxy_url,
}
}

Also available in: Unified diff