summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Mazzitelli <mazz@redhat.com>2009-10-02 16:38:49 -0400
committerJohn Mazzitelli <mazz@redhat.com>2009-10-02 16:38:49 -0400
commit2aee4a7c1e9ab20e3b64d0e827ca7ea1dd8e6801 (patch)
tree069cecb56c8a4ce2d0d180f30d6bef5c7afaca36
parent01a829341049dcfc655ffa7e6d5c67a841cdca4d (diff)
downloadpuppet-plugin-2aee4a7c1e9ab20e3b64d0e827ca7ea1dd8e6801.tar.gz
puppet-plugin-2aee4a7c1e9ab20e3b64d0e827ca7ea1dd8e6801.tar.xz
puppet-plugin-2aee4a7c1e9ab20e3b64d0e827ca7ea1dd8e6801.zip
fix name/display name
-rw-r--r--src/main/resources/META-INF/rhq-plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/META-INF/rhq-plugin.xml b/src/main/resources/META-INF/rhq-plugin.xml
index 98db7bf..a1124d7 100644
--- a/src/main/resources/META-INF/rhq-plugin.xml
+++ b/src/main/resources/META-INF/rhq-plugin.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
-<plugin name="puppet"
- displayName="Puppet"
+<plugin name="Puppet"
+ displayName="Puppet System Administration And Configuration"
package="org.rhq.plugins.puppet"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="urn:xmlns:rhq-plugin"