Skip to content

Commit 80e1218

Browse files
author
Bastian Schmidt
committed
Update Salt Master configuration template
* Add netapi_enable_clients explicitly due to 3006 changes https://docs.saltproject.io/en/master/topics/netapi/netapi-enable-clients.html#select-client-interfaces-to-enable * Set user for running Salt Master service due to 3006 changes https://docs.saltproject.io/en/3006/topics/releases/3006.0.html#linux-packaging-salt-master-salt-user-and-group
1 parent 45d900d commit 80e1218

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

templates/plugin/salt_master.conf.erb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ autosign_file: <%= scope.lookupvar('foreman_proxy::plugin::salt::autosign_file')
1515
# permissive_pki_access: True
1616

1717

18+
##
19+
# Salt Master service user
20+
user: <%= scope.lookupvar('::foreman_proxy::plugin::salt::user') %>
21+
22+
1823
##
1924
# Node classifier
2025
master_tops:
@@ -39,6 +44,10 @@ rest_cherrypy:
3944
ssl_key: <%= @foreman_ssl_key %>
4045
ssl_crt: <%= @foreman_ssl_cert %>
4146

47+
netapi_enable_clients:
48+
- local
49+
- local_async
50+
4251

4352
##
4453
# Remote execution provider

0 commit comments

Comments
 (0)