Skip to content

linuxpatch/linuxpatch-saltstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

SaltStack Module: Install and Manage linuxpatch.com Agent and Service

Description

This SaltStack state module automates the process of downloading, executing, and cleaning up an installation script from linuxpatch.com. Additionally, it ensures that the linuxpatch-agent service is running and enabled at startup. The script is only executed if the file /opt/linuxpatch/bin/linuxpatch does not exist.

Prerequisites

  • SaltStack installed on the master and minion nodes.
  • Properly configured pillar file with the API key for linuxpatch.com.

Pillar Configuration

Create a pillar file (e.g., linuxpatch.sls) with the following content:

linuxpatch:
  lp_key: 'your_lp_key_here'  # Replace with your actual API key

About

SaltStack Module for linuxpatch.com's agent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published