Community maintained cdist types.
Go to file
ander 0827558160 new type: __find_exec 2020-04-28 01:32:40 +03:00
type new type: __find_exec 2020-04-28 01:32:40 +03:00
CHANGELOG.md Initial project structure, README 2020-04-21 08:02:51 +02:00
LICENSE Initial project structure, README 2020-04-21 08:02:51 +02:00
README.md [docs] Improve README for newcomers. 2020-04-26 19:19:31 +02:00

README.md

cdist-contrib

This project extends the cdist configuration management tool with community-maitained types which are either too specific to fit/be maintained in cdist itself or were not accepted in code cdist but could still be useful.

The releases of cdist-contrib are not necessarly synced with cdist itself.

Using cdist-contrib

We would recommend that you clone this repository next to your regular cdist config directory, then setup conf_dir with relative paths in cdist configuration.

An example of this would be:

# contents of cdist.cfg next to cdist-contrib
[GLOBAL]
# Notice that types defined in last dir win and can override native types.
# Consider using a prefix for your own types to avoid collisions.
conf_dir = cdist-contrib:cdist-private

And you would run cdist from the same directory as follows:

cdist config -g cdist.cfg
# Or setup your CDIST_CONFIG_FILE environment variable and run as usual

Participating in the cdist community

Join us on #cdist:ungleich.ch on matrix or on #cdist over mattermost.