diff options
Diffstat (limited to 'src/main/resources/META-INF/rhq-plugin.xml')
| -rw-r--r-- | src/main/resources/META-INF/rhq-plugin.xml | 35 |
1 files changed, 15 insertions, 20 deletions
diff --git a/src/main/resources/META-INF/rhq-plugin.xml b/src/main/resources/META-INF/rhq-plugin.xml index 78f1f2d..98db7bf 100644 --- a/src/main/resources/META-INF/rhq-plugin.xml +++ b/src/main/resources/META-INF/rhq-plugin.xml @@ -1,32 +1,27 @@ <?xml version="1.0"?> <plugin name="puppet" - displayName="puppetPlugin" - package="org.rhq.plugins.puppet.puppet" + displayName="Puppet" + package="org.rhq.plugins.puppet" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:xmlns:rhq-plugin" xmlns:c="urn:xmlns:rhq-configuration"> + <server name="Puppet Client" + discovery="PuppetDiscovery" + class="PuppetComponent" + createDeletePolicy="both"> - <server - name="puppet" - discovery="PuppetDiscovery" - class="PuppetComponent" - createDeletePolicy="both" - > + <plugin-configuration> + <!-- TODO add your own here --> + <c:simple-property name="dummy" /> + </plugin-configuration> - <plugin-configuration> - <!-- TODO add your own here --> - <c:simple-property name="dummy"/> - </plugin-configuration> + <!-- TODO process scans --> - <!-- TODO process scans --> - - <operation name="dummyOperation"> - <!-- TODO supply parameters and return values --> - </operation> - - - </server> + <operation name="dummyOperation"> + <!-- TODO supply parameters and return values --> + </operation> + </server> </plugin>
\ No newline at end of file |
