From: Stephen Gran Date: Sun, 15 Mar 2009 00:42:49 +0000 (+0000) Subject: And another X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=38e8d2cb048d655050ef69e16756231222967987;p=mirror%2Fdsa-puppet.git And another Signed-off-by: Stephen Gran --- diff --git a/facts/mounts.rb b/facts/mounts.rb index f27ec35d4..2a075ccba 100644 --- a/facts/mounts.rb +++ b/facts/mounts.rb @@ -2,7 +2,7 @@ begin require 'filesystem' Facter.add("mounts") do - ignorefs = ["NFS", "nfs", "nfs4", "afs", "binfmt_misc", "proc", "smbfs", + ignorefs = ["NFS", "nfs", "nfs4", "nfsd", "afs", "binfmt_misc", "proc", "smbfs", "autofs", "iso9660", "ncpfs", "coda", "devpts", "ftpfs", "devfs", "mfs", "shfs", "sysfs", "cifs", "lustre_lite", "tmpfs", "usbfs", "udf", "fusectl", "fuse.snapshotfs", "rpc_pipefs"]