summaryrefslogtreecommitdiffstats
path: root/src/main/resources/META-INF/rhq-plugin.xml
blob: 98db7bf66fe7002b49dd6ea1a5912303357ba2ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<plugin name="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">

      <plugin-configuration>
         <!-- TODO add your own here -->
         <c:simple-property name="dummy" />
      </plugin-configuration>

      <!-- TODO process scans -->

      <operation name="dummyOperation">
         <!-- TODO supply parameters and return values -->
      </operation>

   </server>

</plugin>