Title: Message Title
Rahul Gopinath commented on an issue
Puppet / Bug PUP-2509
puppet resource service on Solaris needs -H flag
On Solaris 11.2, the following behavior happens when 'puppet resource service' runs:

root@solaris:~# puppet resource service
service { 'FMRI':
  ensure => 'stopped',
  enable => 'false',
}
service { 'PRESERVE':
  ensure => 'stopped',
}
<...>

Those entries are due to the header output of /usr/bin/svcs:

$ /usr/bin/svcs | head -5
ST...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to