[Pkg-puppet-devel] [facter] 133/180: (FACT-234) Add filesystem key to the partitions schema

Stig Sandbeck Mathisen ssm at debian.org
Mon Jun 30 15:06:40 UTC 2014


This is an automated email from the git hooks/post-receive script.

ssm pushed a commit to branch master
in repository facter.

commit 22b6b46673f092841773745110b7cb24a2e8f7e7
Author: Kylo Ginsberg <kylo at puppetlabs.com>
Date:   Fri Jun 13 22:16:00 2014 -0700

    (FACT-234) Add filesystem key to the partitions schema
---
 schema/facter.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/schema/facter.json b/schema/facter.json
index 8e19b35..c351a35 100644
--- a/schema/facter.json
+++ b/schema/facter.json
@@ -90,7 +90,8 @@
                     "properties": {
                         "uuid": { "type": "string" },
                         "size": { "type": "string" },
-                        "mount": { "type": "string" }
+                        "mount": { "type": "string" },
+                        "filesystem": { "type": "string" }
                     }
                 }
             }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/facter.git



More information about the Pkg-puppet-devel mailing list