replace config file with OPSI properties

This commit is contained in:
Dennis Trinks
2012-04-26 23:37:55 +02:00
parent 4953995159
commit 668fa3ea28
4 changed files with 15 additions and 18 deletions

View File

@@ -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"]