======================================
Salt IPS Packages for Solaris 11 SPARC
======================================

Version: 3003.5
Date: 2022-05-31

To Install:
-----------
Salt is installed mainly into the /opt/saltstack directory. Wrapper scripts
for the command-line interfaces are installed in the /usr/bin directory
(see the "Usage on Solaris" section below).
Further documentation can be viewed at
https://saltstack.gitlab.io/open/docs/salt-install-guide/topics/install/native/index.html

1. Download appropriate p5p archive from https://repo.saltproject.io/salt/py3/solaris/11
for your OS version.

2. Using the example commands below for Intel, install Salt from the p5p archive.

pkg install -g file:///<path to p5p archive>/salt-3003.5_solaris11_sparc.p5p library/python/salt-minion

3. Disable the salt-minion, it is automatically started when installed

svcadm disable salt-minion

4. Edit the salt-minion configuration file for your environment:

vim /opt/local/etc/salt/minion

5. Enable the salt-minion, initially by running the command:

svcadm enable salt-minion

6. The salt-minion can be enabled and disabled by the following commands:

svcadm enable salt-minion
svcadm disable salt-minion



To Uninstall:
-------------
1. Run the following commands:

pkg uninstall library/python/salt-minion



Usage on Solaris 11
------------
Wrapper scripts are provided to access the Salt command-line interfaces. These
wrapper scripts execute with environmental variable overrides for library and
python paths. These wrapper scripts are provided in /usr/bin, which is typically
included in the environmental variable PATH.

The following wrapper scripts are available:

  salt-call
  salt-minion


Note: with this release only salt-minion functionality is provided

Salt command line functionality is available through the use of
these wrapper scripts. For example, to start the salt-minion as a daemon:

svcadm enable salt-minion