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/salt/params.pp
# Default parameters for the Salt smart proxy plugin
class foreman_proxy::plugin::salt::params {
$enabled = true
$listen_on = 'https'
$autosign_file = '/etc/salt/autosign.conf'
$user = 'root'
$group = undef
include ::foreman_proxy
$api = false
$api_url = 'https://localhost:8080'
$api_auth = 'pam'
$api_username = 'saltuser'
$api_password = 'saltpassword'
$enabled = true
$listen_on = 'https'
$autosign_file = "${foreman_proxy::etc}/salt/autosign.conf"
$user = 'root'
$group = undef
$api = false
$api_url = 'https://localhost:8080'
$api_auth = 'pam'
$api_username = 'saltuser'
$api_password = 'saltpassword'
}

Also available in: Unified diff