diff --git a/templates/plugin/salt_master.conf.erb b/templates/plugin/salt_master.conf.erb index 89e2ba65..7b383295 100644 --- a/templates/plugin/salt_master.conf.erb +++ b/templates/plugin/salt_master.conf.erb @@ -15,6 +15,11 @@ autosign_file: <%= scope.lookupvar('foreman_proxy::plugin::salt::autosign_file') # permissive_pki_access: True +## +# Salt Master service user +user: <%= scope.lookupvar('::foreman_proxy::plugin::salt::user') %> + + ## # Node classifier master_tops: @@ -39,6 +44,10 @@ rest_cherrypy: ssl_key: <%= @foreman_ssl_key %> ssl_crt: <%= @foreman_ssl_cert %> +netapi_enable_clients: + - local + - local_async + ## # Remote execution provider