[Pkg-puppet-devel] [facter] 99/352: (fact-79) Add a bunch of missing facts
Stig Sandbeck Mathisen
ssm at debian.org
Sun Apr 6 22:21:35 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 9036329c1c42df03f921b2da061e82cfa0ce2962
Author: Kylo Ginsberg <kylo at puppetlabs.com>
Date: Fri Dec 20 14:27:23 2013 -0800
(fact-79) Add a bunch of missing facts
---
schema/facter.json | 21 ++++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)
diff --git a/schema/facter.json b/schema/facter.json
index 2c90536..bb8b299 100644
--- a/schema/facter.json
+++ b/schema/facter.json
@@ -9,10 +9,11 @@
"^blockdevice_[A-Za-z0-9]+_vendor$" : { "type": "string" },
"^blockdevice_[A-Za-z0-9]+_model$" : { "type": "string" },
"^mtu_[A-Za-z0-9]+$" : { "type": "string" },
- "^netmask_[A-Za-z0-9]+$" : { "type": "string" },
- "^network_[A-Za-z0-9]+$" : { "type": "string" },
- "^ipaddress_[A-Za-z0-9]+$" : { "type": "string" },
- "^macaddress_[A-Za-z0-9]+$" : { "type": "string" },
+ "^netmask_[A-Za-z0-9_]+$" : { "type": "string" },
+ "^network_[A-Za-z0-9_]+$" : { "type": "string" },
+ "^ipaddress_[A-Za-z0-9_]+$" : { "type": "string" },
+ "^ipaddress6_[A-Za-z0-9_]+$" : { "type": "string" },
+ "^macaddress_[A-Za-z0-9_]+$" : { "type": "string" },
"^processor[0-9]+" : { "type": "string" }
},
"properties": {
@@ -26,6 +27,7 @@
"boardmanufacturer" : { "type": "string" },
"boardproductname" : { "type": "string" },
"boardserialnumber" : { "type": "string" },
+ "cfkey" : { "type": "string" },
"domain" : { "type": "string" },
"facterversion" : { "type": "string" },
"filesystems" : { "type": "string" },
@@ -37,6 +39,7 @@
"id" : { "type": "string" },
"interfaces" : { "type": "string" },
"ipaddress" : { "type": "string" },
+ "ipaddress6" : { "type": "string" },
"is_virtual" : { "type": "string" },
"kernel" : { "type": "string" },
"kernelmajversion" : { "type": "string" },
@@ -47,6 +50,7 @@
"lsbdistid" : { "type": "string" },
"lsbdistrelease" : { "type": "string" },
"lsbmajdistrelease" : { "type": "string" },
+ "lsbrelease" : { "type": "string" },
"macaddress" : { "type": "string" },
"macosx_buildversion" : { "type": "string" },
"macosx_productname" : { "type": "string" },
@@ -67,8 +71,10 @@
"path" : { "type": "string" },
"physicalprocessorcount" : { "type": "string" },
"processorcount" : { "type": "string" },
+ "processor" : { "type": "string" },
"productname" : { "type": "string" },
"ps" : { "type": "string" },
+ "puppetversion" : { "type": "string" },
"rubysitedir" : { "type": "string" },
"rubyversion" : { "type": "string" },
"selinux" : { "type": "string" },
@@ -121,6 +127,11 @@
"uptime_hours" : { "type": "integer" },
"uptime_seconds" : { "type": "integer" },
"uuid" : { "type": "string" },
- "virtual" : { "type": "string" }
+ "virtual" : { "type": "string" },
+ "vlans" : { "type": "string" },
+ "xendomains" : { "type": "string" },
+ "zfs_version" : { "type": "string" },
+ "zonename" : { "type": "string" },
+ "zpool_version" : { "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