summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorVolker Uhrig2008-02-19 23:37:38 +0100
committerVolker Uhrig2008-02-19 23:37:38 +0100
commit514a0910e703563c7964e7ddaceb003f7bbe22f9 (patch)
treee23fb7386a183436c0cab333a8ca41bb8bc07be2 /os-plugins
parent* Added minimal configured vmchooser.pm. This will prevent a warning (diff)
downloadcore-514a0910e703563c7964e7ddaceb003f7bbe22f9.tar.gz
core-514a0910e703563c7964e7ddaceb003f7bbe22f9.tar.xz
core-514a0910e703563c7964e7ddaceb003f7bbe22f9.zip
* Forgot to change one option from example to vmchooser before
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1563 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm b/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm
index 6ebe38fa..3d26ef55 100644
--- a/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm
+++ b/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm
@@ -67,7 +67,7 @@ sub getAttrInfo
default => '1',
},
# attribute 'precedence' is mandatory for all plugins
- 'example::precedence' => {
+ 'vmchooser::precedence' => {
applies_to_systems => 1,
applies_to_clients => 1,
description => unshiftHereDoc(<<' End-of-Here'),
@@ -91,8 +91,6 @@ sub preInstallationPhase
my $pluginTempPath = shift;
# a temporary playground that will be cleaned up automatically
- # in this example plugin, there's no need to do anything here ...
-
# uncomment the following if you need to copy files
## get path of files we need to install
#my $pluginName = $self->{'name'};