Re: [Puppet Users] facter vs specs

2013-02-28 Thread Felix Frank
Hi,

the goals seem to be different enough.

Facter tries not only to gather certain pieces of system information, it
also strives to
a) serialize them into a canonical format and
b) do everything platform independently (for supported platforms, i.e.)

Facter has absolutely no capacity to supply a command for retrieving a
given fact on any machine that does not itself have facter installed.
That's because facts can and should have lots of ruby code around the
system level invocations that can process the output.

So no, I don't see them overlapping much.

Cheers,
Felix

On 02/27/2013 06:14 PM, Andrew Pennebaker wrote:
 A friend pointed out that I may have been reinventing the wheel: My
 specs project is very similar to Puppet Labs' facter. What do you think?
 
 https://github.com/mcandre/specs#readme

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[Puppet Users] facter vs specs

2013-02-27 Thread Andrew Pennebaker
A friend pointed out that I may have been reinventing the wheel: My specs 
project is very similar to Puppet Labs' facter. What do you think?

https://github.com/mcandre/specs#readme

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.