https://github.com/marclop/common_pkg-formula
https://github.com/marclop/common_pkg-formula
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marclop/common_pkg-formula
- Owner: marclop
- Created: 2015-02-19T17:44:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-19T18:01:25.000Z (over 11 years ago)
- Last Synced: 2025-06-03T00:15:51.008Z (about 1 year ago)
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NRPE formula
Formula to install packages defined in pillar. Made for the RHEL family exclusively
### Note
See the full [Salt Formulas installation and usage instructions](http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html)
Available states
================
- [common_pkg](#common_pkg)
``common_pkg``
------------
Installs the pillar specified packages from distribution repositories
```
common_pkg:
pkgs:
- sysstat
- tcptraceroute
- nc
- bind-utils
- vim
```