You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
348 B
Markdown

6 years ago
# [fulcrm](https://fulcrm.org/) integration for [SaltStack](https://saltstack.com)
## Configuration
Add to `/etc/salt/master` or `/etc/salt/master.d/fulcrm.conf` or something similar:
``` yaml
extension_modules: /srv/salt/modules
ext_pillar:
- fulcrm:
username: test_api_user
api_key: f097dd69c733854dd8473f3c99179e93838d5999
```