Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
AIX 5-7
-
3
-
Client 2015-11-11
-
Bug Fix
-
Description
In AIX, when we stop the puppet service with puppet resource service puppet ensure=stopped,
puppet returns before the service has actually finished stopping. AIX's service manager takes a while to stop the service, and for a brief period puppet doesn't understand what state the service is in:
-bash-3.2# /opt/puppetlabs/puppet/bin/puppet resource service puppet
|
service { 'puppet':
|
enable => 'false',
|
}
|