|
The SMF provider on solaris will claim that a service is "stopped" or "running" when it is actually transitioning to that state. This transitional states don't currently have a common representation in Puppet, although AIX also has them.
AIX currently solves this by simply not claiming to be in any state at all, which will more correct than lying is still bad.
Really, Puppet should understand transitional service states on platforms that have them, and it should be able to "do the right thing" to those services.
|