summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm')
-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'};