- State:
- seems to work with pillar[radicale:auth:type] = htpasswd on
- Ubuntu 14.04.1 (with radicale 0.8-1)
- Fedora 20 (radicale 0.9)
- FreeBSD 10.0 (radicale 0.8_1)
- seems to work with pillar[radicale:auth:type] = htpasswd on
- fixed problem with radicale/map.jinja messing with the logfile's location on Fedora
- Fixed service not starting on FreeBSD at first run of state: The logfile writable for radicale was created after the state tried to start the service. Added 'file: radicale-logfile' to require.
- possible to disable radicale by setting pillar[radicale:disabled] to True
- manage /etc/default/radicale on Ubuntu
- added a bunch of salt['pillar.get'] to config.jinja
- manage a htpasswd-file with user:hash pairs from pillar
- added logging.jinja
- create storage-directory if storage:type == filesystem
...and for some stupid reason it just won't work...
- Used template-formula for the layout
- Installing pkg and starting service on FreeBSD works
- Added basic template for {{ radicale.config }} base on /usr/local/etc/radicale/config.sample from FreeBSD's pkg py27-radicale-0.8.1