From f18dd5bed3639882ded33bf22c3346993905c67d Mon Sep 17 00:00:00 2001 From: John Mazzitelli Date: Sat, 3 Oct 2009 10:51:58 -0400 Subject: extend the script plugin so I can pick up its capabilities to get avail, discovery, version checking --- src/main/resources/META-INF/rhq-plugin.xml | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) (limited to 'src/main/resources/META-INF') diff --git a/src/main/resources/META-INF/rhq-plugin.xml b/src/main/resources/META-INF/rhq-plugin.xml index a1124d7..955a09d 100644 --- a/src/main/resources/META-INF/rhq-plugin.xml +++ b/src/main/resources/META-INF/rhq-plugin.xml @@ -6,18 +6,38 @@ xmlns="urn:xmlns:rhq-plugin" xmlns:c="urn:xmlns:rhq-configuration"> + + + supportsManualAdd="true" + description="The puppet client that will be invoked to process puppet recipes"> - - + + + + + + + + + + + + + + + + + + + + + - - -- cgit