From 1f6cb52d0c43f842766f3ecd6c8286f0f4eed5c2 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Mon, 4 Feb 2013 16:20:46 -0500 Subject: Bundler: various changes * Deprecated use of an explicit name attribute * Deprecated .genshi bundles * Minor restructuring for better performance * bcfg2-lint updates --- schemas/authorizedkeys.xsd | 3 ++- schemas/bundle.xsd | 7 ++++--- schemas/fileprobes.xsd | 3 ++- schemas/nagiosgen.xsd | 3 ++- schemas/packages.xsd | 3 ++- schemas/privkey.xsd | 5 +++-- schemas/pubkey.xsd | 3 ++- schemas/sslca-cert.xsd | 3 ++- schemas/sslca-key.xsd | 3 ++- 9 files changed, 21 insertions(+), 12 deletions(-) (limited to 'schemas') diff --git a/schemas/authorizedkeys.xsd b/schemas/authorizedkeys.xsd index ca238d492..b0495c242 100644 --- a/schemas/authorizedkeys.xsd +++ b/schemas/authorizedkeys.xsd @@ -1,4 +1,5 @@ - + Schema for :ref:`server-plugins-generators-cfg-sshkeys` diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd index 863e10b4b..1b997ede3 100644 --- a/schemas/bundle.xsd +++ b/schemas/bundle.xsd @@ -256,11 +256,12 @@ - + - The name of the bundle. This must match the bundle - filename, minus the extension. + The name of the bundle. If present, this must match the + bundle filename, minus the extension. Specifying the name + explicitly is deprecated. diff --git a/schemas/fileprobes.xsd b/schemas/fileprobes.xsd index 4fe168c98..12f60378c 100644 --- a/schemas/fileprobes.xsd +++ b/schemas/fileprobes.xsd @@ -1,4 +1,5 @@ - + FileProbes plugin config schema for bcfg2 diff --git a/schemas/nagiosgen.xsd b/schemas/nagiosgen.xsd index 0ef1fb064..b3ccf5095 100644 --- a/schemas/nagiosgen.xsd +++ b/schemas/nagiosgen.xsd @@ -1,4 +1,5 @@ - + NagiosGen config schema for bcfg2 diff --git a/schemas/packages.xsd b/schemas/packages.xsd index 948402ca5..9e7489d51 100644 --- a/schemas/packages.xsd +++ b/schemas/packages.xsd @@ -1,4 +1,5 @@ - + packages config schema for bcfg2 diff --git a/schemas/privkey.xsd b/schemas/privkey.xsd index 9446d5777..392f28e97 100644 --- a/schemas/privkey.xsd +++ b/schemas/privkey.xsd @@ -1,4 +1,5 @@ - + Schema for :ref:`server-plugins-generators-cfg-sshkeys` ``privkey.xml`` @@ -77,9 +78,9 @@ + - diff --git a/schemas/pubkey.xsd b/schemas/pubkey.xsd index 38d47ed0a..f3ffc7f44 100644 --- a/schemas/pubkey.xsd +++ b/schemas/pubkey.xsd @@ -1,4 +1,5 @@ - + Schema for :ref:`server-plugins-generators-cfg-sshkeys` ``pubkey.xml`` diff --git a/schemas/sslca-cert.xsd b/schemas/sslca-cert.xsd index 97e258d78..99fb2be99 100644 --- a/schemas/sslca-cert.xsd +++ b/schemas/sslca-cert.xsd @@ -1,4 +1,5 @@ - + Schema for :ref:`server-plugins-generators-sslca` ``cert.xml`` diff --git a/schemas/sslca-key.xsd b/schemas/sslca-key.xsd index 844304908..021da275c 100644 --- a/schemas/sslca-key.xsd +++ b/schemas/sslca-key.xsd @@ -1,4 +1,5 @@ - + Schema for :ref:`server-plugins-generators-sslca` ``key.xml`` -- cgit v1.2.3-1-g7c22