aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-salt
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-14 12:16:12 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-14 12:16:12 +0000
commitbc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38 (patch)
treed93b56c802078ea422367abc82bd53ab1780d10b /sysutils/py-salt
parentd2f3167e02df98ddbed29cbbc2c5ada42eb80e27 (diff)
downloadports-bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38.tar.gz
ports-bc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38.zip
Notes
Diffstat (limited to 'sysutils/py-salt')
-rw-r--r--sysutils/py-salt/files/pkg-message.in18
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
+}
+]