Browse Source
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: I1eb243be7bbc38ab5977bcf6a649e98eb6ff77f7changes/95/466095/1
3 changed files with 36 additions and 11 deletions
@ -0,0 +1,5 @@
|
||||
--- |
||||
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). |
Loading…
Reference in new issue