puppet-ceilometer/releasenotes/notes/ceilo-expirer-3b86bfc71c21aa08.yaml
Emilien Macchi 1ef657da0e expirer: remove the crontab if enable_cron is False
Allow to let Puppet removing the crontab when
ceilometer::expirer::enable_cron is set to False.
It's useful when you want to upgrade from Ocata to Pike and you want the
crontab to be removed, since ceilometer-expirer is deprecated in Pike.

Change-Id: I1eb243be7bbc38ab5977bcf6a649e98eb6ff77f7
2017-05-18 16:16:40 -04:00

6 lines
235 B
YAML

---
upgrade:
- When ceilometer::expirer::enable_cron is set to False, Puppet will
try to remove the crontab. It's useful when you upgrade from Ocata
to Pike and you want the crontab to be removed (the service is deprecated).