Project

General

Profile

« Previous | Next » 

Revision b7eab059

Added by Michael Moll over 8 years ago

prepare support for more OSes & refactor few tests

View differences:

manifests/plugin/chef/params.pp
# Default parameters for the Chef smart proxy plugin
class foreman_proxy::plugin::chef::params {
include ::foreman_proxy
$enabled = true
$group = undef
$listen_on = 'https'
$version = undef
$server_url = "https://${::fqdn}"
$client_name = $::fqdn
$private_key = '/etc/chef/client.pem'
$private_key = "${foreman_proxy::etc}/chef/client.pem"
$ssl_verify = true
$ssl_pem_file = undef
}

Also available in: Unified diff