puppet manifest was adding rabbit users right at the moment when pacemaker decided to restart some rabbits. Funny thing is that adding users in puppet is a useless operation in presence of pacemaker: those created users will be lost during resets/joins performed by OCF script.
We need to disable this user-creation activity completely - and the ONLY thing that puppet should do is to install package and drop 2 config files into their proper locations (i.e. no user management, no (re)starting/stopping/enabling of systemd unit, etc.)
puppet manifest was adding rabbit users right at the moment when pacemaker decided to restart some rabbits. Funny thing is that adding users in puppet is a useless operation in presence of pacemaker: those created users will be lost during resets/joins performed by OCF script.
We need to disable this user-creation activity completely - and the ONLY thing that puppet should do is to install package and drop 2 config files into their proper locations (i.e. no user management, no (re)starting/ stopping/ enabling of systemd unit, etc.)