[Pkg-puppet-devel] [facter] 131/180: (maint) Update schema for partitions and ssh ed25519 facts
Stig Sandbeck Mathisen
ssm at debian.org
Mon Jun 30 15:06:39 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 e17acc7f18218c80a335993b4d681e986d80f2c6
Author: Adrien Thebo <git at somethingsinistral.net>
Date: Fri Jun 13 15:19:05 2014 -0700
(maint) Update schema for partitions and ssh ed25519 facts
---
schema/facter.json | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/schema/facter.json b/schema/facter.json
index 42f6e63..8e19b35 100644
--- a/schema/facter.json
+++ b/schema/facter.json
@@ -84,6 +84,17 @@
"operatingsystemrelease" : { "type": "string" },
"osfamily" : { "type": "string" },
"path" : { "type": "string" },
+ "partitions" : { "type": "object",
+ "patternProperties": {
+ "^[A-Za-z0-9_]+$" : { "type": "object",
+ "properties": {
+ "uuid": { "type": "string" },
+ "size": { "type": "string" },
+ "mount": { "type": "string" }
+ }
+ }
+ }
+ },
"physicalprocessorcount" : { "type": "string" },
"processorcount" : { "type": "string" },
"processor" : { "type": "string" },
@@ -123,8 +134,10 @@
"sp_user_name" : { "type": "string" },
"sshdsakey" : { "type": "string" },
"sshecdsakey" : { "type": "string" },
+ "sshed25519key": { "type": "string" },
"sshfp_dsa" : { "type": "string" },
"sshfp_ecdsa" : { "type": "string" },
+ "sshfp_ed25519": { "type": "string" },
"sshfp_rsa" : { "type": "string" },
"sshrsakey" : { "type": "string" },
"swapencrypted" : { "type": "boolean" },
--
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