replace config file with OPSI properties
This commit is contained in:
15
OPSI/control
15
OPSI/control
@@ -7,7 +7,7 @@ incremental: False
|
||||
type: localboot
|
||||
id: openvpn.config
|
||||
name: openvpn.config
|
||||
description: Konfiguration OpenVPN und Registry Anpassungen
|
||||
description: Configuration OpenVPN und registry customization
|
||||
advice: ADVICE
|
||||
version: VERSION
|
||||
priority: PRIORITY
|
||||
@@ -38,9 +38,18 @@ requirementType: before
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: webserver-password
|
||||
name: htaccess-password
|
||||
multivalue: False
|
||||
editable: True
|
||||
description: Password for downloading configfiles
|
||||
values: [""]
|
||||
default: [""]
|
||||
default: ["secret"]
|
||||
|
||||
[ProductProperty]
|
||||
type: unicode
|
||||
name: base-url
|
||||
multivalue: False
|
||||
editable: True
|
||||
description: url for downloading configfiles, is extended by PCName in background
|
||||
values: [""]
|
||||
default: ["https://domain.com/openvpn"]
|
||||
Reference in New Issue
Block a user