Isolated the problem.... Facter 2.1.0 introduced the partitions fact. This 
fact calls Facter::Core::Execution::Posix.which('blkid') to locate the 
blkid executable.  Turns out there is a directory /etc/blkid which 
unfortunately for us is on the PATH before /sbin/blkid.  
Facter::Core::Execution::Posix.which() is incorrectly returning the 
directory instead of a true executable.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/1d433162-195b-4246-a33d-503af792439c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to