The Enable Presence job is not available in the SaltStack UI, preventing administrators from enabling Presence on Salt Minions.
Aria Config 8.x
The job is missing by default and must be created manually.
Navigate to Configuration → File Server in the SaltStack UI.
Select the base Salt environment.
Create a new file at the following path:presence/init.sls
Paste the required content for the Presence feature into this file: refer attachment for the content to be pasted.
Navigate to Jobs → Create Job.
Create a new job referencing the presence/init.sls file.
Use the job configuration shown in your internal screenshot/documentation.
When configuring the job, ensure that the following parameter is added under Pillar override:
This parameter is required for successful Presence activation.
NOTE: The above value of 600 is the typical default, 3600 is recommended especially for larger environments or anything used in production.
Run the job on any Salt Minion.
Verify that Presence is successfully enabled by checking the Minion status in the SaltStack (RaaS) UI.