Project

General

Profile

« Previous | Next » 

Revision 4ea5cf8a

Added by Bastian Schmidt over 2 years ago

Add parameter autosign_key_file and Salt Master configuration

  • Add parameter autosign_key_file
  • Add docs for autosign_key_file
  • Add Salt Master configuration

Co-authored-by: Ewoud Kohl van Wijngaarden <>

View differences:

templates/plugin/salt.yml.erb
---
:enabled: <%= @module_enabled %>
:autosign_file: <%= scope.lookupvar('::foreman_proxy::plugin::salt::autosign_file') %>
:autosign_key_file: <%= scope.lookupvar('::foreman_proxy::plugin::salt::autosign_key_file') %>
:salt_command_user: <%= scope.lookupvar('::foreman_proxy::plugin::salt::user') %>
# Some features require using the Salt API - such as listing environments and retrieving state info
:use_api: <%= scope.lookupvar('::foreman_proxy::plugin::salt::api') %>

Also available in: Unified diff