Title: Message Title
Rahul Gopinath commented on an issue
Facter / Bug FACT-658
facter doesn't parse gnu uptime output
On Solaris if the user has changed there path to use the gnu utilities bin directory before /usr/bin facter will fail to output uptime information

$ echo $PATH
/usr/sbin:/usr/bin
$ facter | grep uptime
uptime => 1 day
uptime_days => 1
uptime_hours => 46
uptime_seconds => 167460

$ PATH=/usr/gnu/bin:/usr/sbin:/usr/bin facter | grep uptime
uptim...

--
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
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