Issue #9574 has been updated by James Turnbull. Status changed from Unreviewed to Accepted
---------------------------------------- Feature #9574: Add fact that exposes available file systems on Linux https://projects.puppetlabs.com/issues/9574 Author: Krzysztof Wilczynski Status: Accepted Priority: Normal Assignee: Krzysztof Wilczynski Category: Target version: 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 post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
