summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
diff options
context:
space:
mode:
authorOliver Tappe2009-02-11 20:15:50 +0100
committerOliver Tappe2009-02-11 20:15:50 +0100
commitaebf90c525183cf8a93d3f219aaeb26816b970bb (patch)
treeba7eaf5abb3c13055d2967f490ddd9698e43f2b4 /os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
parent* removed caching of initramfs files from boot environments, since it does (diff)
downloadcore-aebf90c525183cf8a93d3f219aaeb26816b970bb.tar.gz
core-aebf90c525183cf8a93d3f219aaeb26816b970bb.tar.xz
core-aebf90c525183cf8a93d3f219aaeb26816b970bb.zip
* The xxx::active attribute of every plugin applies to clients, too.
This could be used to test a specific plugin with one client before activating it for all others. Some plugins specify seemingly strange 'applies-to-clients'-values for their attributes, but I have not touched those, since I do not really know what they do. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2573 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm')
-rw-r--r--os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
index 5d85d684..9e592fe6 100644
--- a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
+++ b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
@@ -63,7 +63,7 @@ sub getAttrInfo
# attribute 'active' is mandatory for all plugins
'vmware::active' => {
applies_to_systems => 1,
- applies_to_clients => 0,
+ applies_to_clients => 1,
description => unshiftHereDoc(<<' End-of-Here'),
should the 'vmware'-plugin be executed during boot?
End-of-Here