Issue #9574 has been updated by Andrew Parker.

Target version changed from 2.0.0 to 1.7.0

This was actually released in 1.7.0

----------------------------------------
Feature #9574: Add fact that exposes available file systems on Linux
https://projects.puppetlabs.com/issues/9574#change-94860

* Author: Krzysztof Wilczynski
* Status: Closed
* Priority: Normal
* Assignee: 
* Category: library
* Target version: 1.7.0
* Keywords: 
* Branch: 
* Affected Facter version: 
----------------------------------------
I needed to know what file systems were available on a particular systems with 
a distribution-agnostic take on it.

Example of the output:

<pre>
root@yemen:~# facter -p | grep -i filesystems
filesystems => ext2,ext3,ext4
</pre>

The code can be reviewed here: 
[filesystems.rb](https://github.com/kwilczynski/facter-facts/blob/master/filesystems.rb);
 or available in the repository: 
[facter-facts](https://github.com/kwilczynski/facter-facts).

I need to write tests for it :–)

KW


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
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/groups/opt_out.


Reply via email to