https://github.com/jacobweinstock/config-formula
saltstack formula to recursively copy directories to a minion
https://github.com/jacobweinstock/config-formula
config configuration-management files salt-formula saltstack saltstack-formula
Last synced: about 1 year ago
JSON representation
saltstack formula to recursively copy directories to a minion
- Host: GitHub
- URL: https://github.com/jacobweinstock/config-formula
- Owner: jacobweinstock
- License: other
- Created: 2018-06-16T21:17:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T04:22:49.000Z (almost 8 years ago)
- Last Synced: 2025-02-03T15:55:38.248Z (over 1 year ago)
- Topics: config, configuration-management, files, salt-formula, saltstack, saltstack-formula
- Language: SaltStack
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
================
config-formula
================
A SaltStack formula that puts directories onto minions. It will take the directory structure in ``config/files/`` and recursively copy it onto a minion.
By default, it copies the directory structure to ``/app/config/`` on the minion.
Different directories can be put into different locations by specifying a ``base_location`` in the pillar data. See ``pillar.example``.
Files can be jinja templated.
**NOTE**
See the full `Salt Formulas installation and usage instructions
`_.
Available states
================
.. contents::
:local:
``config``
------------
Installs the directories found in ``config/files/``.