[Pkg-puppet-devel] [facter] 277/352: (fact-234) Add newly defined blockdevice dynamic facts to the schema

Stig Sandbeck Mathisen ssm at debian.org
Sun Apr 6 22:21:53 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 0b1d424ae67a79d0072f4d2dad409a2ad79ddc5a
Author: Kylo Ginsberg <kylo at puppetlabs.com>
Date:   Tue Feb 18 07:51:10 2014 -0800

    (fact-234) Add newly defined blockdevice dynamic facts to the schema
---
 schema/facter.json | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/schema/facter.json b/schema/facter.json
index da40fe3..70bac16 100644
--- a/schema/facter.json
+++ b/schema/facter.json
@@ -18,6 +18,8 @@
         "^blockdevice_[A-Za-z0-9]+_size$" : { "type": "integer" },
         "^blockdevice_[A-Za-z0-9]+_vendor$" : { "type": "string" },
         "^blockdevice_[A-Za-z0-9]+_model$" : { "type": "string" },
+        "^blockdevice_[A-Za-z0-9]+_uuid$" : { "type": "string" },
+        "^blockdevice_[A-Za-z0-9]+_partitions$" : { "type": "string" },
         "^mtu_[A-Za-z0-9]+$" : { "type": "string" },
         "^netmask_[A-Za-z0-9_]+$" : { "$ref" : "#/definitions/ipaddress" },
         "^network_[A-Za-z0-9_]+$" : { "$ref" : "#/definitions/ipaddress" },

-- 
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