#335 puppet is constantly trying to start postgresql on db2
Closed: Fixed None Opened 16 years ago by mikeb.

postgresql is running on db2, but puppet thinks it's stopped on every run, and tries to start it. /var/log/messages is filled with entries like this:

Jan 9 09:47:16 db2 puppetd[1800]: Starting configuration run
Jan 9 09:48:16 db2 puppetd[1800]: (/Class[main]/Node[db2]/Class[db]/Class[postgresserver]/Service[postgresql]/ensure) ensure changed 'stopped' to
'running'
Jan 9 09:48:22 db2 puppetd[1800]: Finished configuration run in 65.54 seconds

postgresql is smart enough to not start another instance, but this should probably be fixed.


I've disabled this alltogether, no sense in puppet managing the postgres service.

Login to comment on this ticket.

Metadata