diff options
Diffstat (limited to 'os-plugins/plugins/vmwarebinary')
| -rw-r--r-- | os-plugins/plugins/vmwarebinary/OpenSLX/OSPlugin/vmwarebinary.pm | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/os-plugins/plugins/vmwarebinary/OpenSLX/OSPlugin/vmwarebinary.pm b/os-plugins/plugins/vmwarebinary/OpenSLX/OSPlugin/vmwarebinary.pm index 5773b1ce..fb7132a2 100644 --- a/os-plugins/plugins/vmwarebinary/OpenSLX/OSPlugin/vmwarebinary.pm +++ b/os-plugins/plugins/vmwarebinary/OpenSLX/OSPlugin/vmwarebinary.pm @@ -42,7 +42,7 @@ sub getInfo description => unshiftHereDoc(<<' End-of-Here'), !!! descriptive text missing here !!! End-of-Here - mustRunAfter => [], + precedence => 70, }; } @@ -66,17 +66,6 @@ sub getAttrInfo content_descr => '1 means active - 0 means inactive', default => '1', }, - # attribute 'precedence' is mandatory for all plugins - 'vmwarebinary::precedence' => { - applies_to_systems => 1, - applies_to_clients => 0, - description => unshiftHereDoc(<<' End-of-Here'), - the execution precedence of the 'vmwarebinary' plugin - End-of-Here - content_regex => qr{^\d\d$}, - content_descr => 'allowed range is from 01-99', - default => 70, - }, # attribute 'imagesrc' defines where we can find vmware images 'vmwarebinary::imagessrc' => { applies_to_systems => 1, |
