diff options
Diffstat (limited to 'sysutils/py-salt/files/pkg-message.in')
-rw-r--r-- | sysutils/py-salt/files/pkg-message.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/py-salt/files/pkg-message.in b/sysutils/py-salt/files/pkg-message.in index 4aedb8e3c137..49e8d125da15 100644 --- a/sysutils/py-salt/files/pkg-message.in +++ b/sysutils/py-salt/files/pkg-message.in @@ -1,13 +1,13 @@ - -=================================================================================================== - +[ +{ type: install + message: <<EOM To configure a Salt Master, do the following: o Copy %%PREFIX%%/etc/salt/master.sample to %%PREFIX%%/etc/salt/master o Update to meet your needs o sysrc salt_master_enable="YES" ---------------------------------------------------------------------------------------------------- + To configure a Salt Minion, do the following: @@ -15,7 +15,7 @@ To configure a Salt Minion, do the following: o Update 'master: salt' to point to your Salt Master's hostname or IP o sysrc salt_minion_enable="YES" ---------------------------------------------------------------------------------------------------- + To configure a Salt Proxy Minion, do the following: @@ -23,7 +23,7 @@ To configure a Salt Proxy Minion, do the following: o sysrc salt_proxy_list="" o Update the salt_proxy_list with the proxy minion name(s) ---------------------------------------------------------------------------------------------------- + To change the Transport method from the default option of Zeromq to either TCP or RAET: @@ -31,6 +31,6 @@ To change the Transport method from the default option of Zeromq to either TCP o o Ensure the master and minions all have salt installed with these same options and dependencies o Add the line 'transport: [tcp|raet]' to both the master and minion configuration files o Restart salt on the master and minions - -=================================================================================================== - +EOM +} +] |