[Pkg-puppet-devel] [facter] 90/352: (fact-79) Enforce that all built-in facts must have a schema defined

Stig Sandbeck Mathisen ssm at debian.org
Sun Apr 6 22:21:34 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 5e4e265dae87026121ca1727ad19db5c9ca7c9d3
Author: Kylo Ginsberg <kylo at puppetlabs.com>
Date:   Fri Dec 20 12:23:38 2013 -0800

    (fact-79) Enforce that all built-in facts must have a schema defined
---
 schema/facter.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/schema/facter.json b/schema/facter.json
index c689c6c..2c90536 100644
--- a/schema/facter.json
+++ b/schema/facter.json
@@ -3,6 +3,7 @@
     "title":       "Facter built-in facts",
     "description": "All the built-in facts for facter cross-platform",
     "type":        "object",
+    "additionalProperties": false,
     "patternProperties": {
         "^blockdevice_[A-Za-z0-9]+_size$" : { "type": "integer" },
         "^blockdevice_[A-Za-z0-9]+_vendor$" : { "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