From 8238bb7332743a58a599c5d1632acc7c8642e7ab Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Thu, 14 Mar 2013 22:14:25 +0100 Subject: [PATCH] add missing serbey dependency --- OPSI/control | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/OPSI/control b/OPSI/control index 7a83e52..b7aa8c1 100644 --- a/OPSI/control +++ b/OPSI/control @@ -21,3 +21,17 @@ onceScript: customScript: userLoginScript: +[ProductProperty] +type: unicode +name: install_architecture +multivalue: False +editable: False +description: which architecture (32/64 bit) has to be installed +values: ["32 only", "64 only", "both", "system specific"] +default: ["system specific"] + +[ProductDependency] +action: setup +requiredProduct: sereby.aio +requiredStatus: installed +requirementType: before