init
This commit is contained in:
46
OPSI/control
Normal file
46
OPSI/control
Normal file
@@ -0,0 +1,46 @@
|
||||
[Package]
|
||||
version: RELEASE
|
||||
depends:
|
||||
incremental: False
|
||||
|
||||
[Product]
|
||||
type: localboot
|
||||
id: openvpn-config
|
||||
name: openvpn-config
|
||||
description: Konfiguration OpenVPN und Registry Anpassungen
|
||||
advice: ADVICE
|
||||
version: VERSION
|
||||
priority: PRIORITY
|
||||
licenseRequired: False
|
||||
productClasses:
|
||||
setupScript: setup32.ins
|
||||
uninstallScript: uninstall32.ins
|
||||
updateScript:
|
||||
alwaysScript:
|
||||
onceScript:
|
||||
customScript:
|
||||
userLoginScript:
|
||||
|
||||
[ProductDependency]
|
||||
action: setup
|
||||
requiredProduct: openvpn
|
||||
requiredAction: setup
|
||||
requirementType: before
|
||||
|
||||
;[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"]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: apache-pw
|
||||
multivalue: False
|
||||
editable: True
|
||||
description: Passwort fuer Download der Konfigfiles
|
||||
values: [""]
|
||||
default: [""]
|
||||
Reference in New Issue
Block a user