https://github.com/bawuenet/authd-formula
Saltstack formula to manage the authd ident daemon
https://github.com/bawuenet/authd-formula
identd saltstack saltstack-formula
Last synced: over 1 year ago
JSON representation
Saltstack formula to manage the authd ident daemon
- Host: GitHub
- URL: https://github.com/bawuenet/authd-formula
- Owner: bawuenet
- License: other
- Created: 2017-08-30T11:56:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T10:29:48.000Z (about 2 years ago)
- Last Synced: 2024-06-18T11:46:51.069Z (about 2 years ago)
- Topics: identd, saltstack, saltstack-formula
- Language: SaltStack
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
=============
authd-formula
=============
A saltstack formula for authd. Authd is a simple RFC 1413 ident protocol
daemon that is commonly available for the Red Hat family of operating
systems.
The upstream project for authd is at .
.. note::
See the full `Salt Formulas installation and usage instructions
`_.
Available states
================
.. contents::
:local:
``authd``
------------
Installs the authd package and starts the associated systemd socket service.
``authd.package``
------------
Installs the authd package.
``authd.service``
------------
Ensures the service is running.
``authd.config``
------------
Configures the service by using a systemd override file to reconfigure the ExecStart parameter.
``authd.remove``
------------
Stop the service, remove the authd package.