[Package]
version: $PackageVersion
depends:
incremental: False

[Product]
type: localboot
id: winbareos
name: Bareos file daemon
description: backup software
advice:
version: $ProductVersion
priority: 0
licenseRequired: False
productClasses:
setupScript: setup3264.ins
uninstallScript: uninstall3264.ins
updateScript:
alwaysScript:
onceScript:
customScript:
userLoginScript:

[ProductProperty]
type: unicode
name: auto_config
multivalue: False
editable: False
description: if true, Bareos configuration gets generated from Opsi properties
values: ["false", "true"]
default: ["true"]

[ProductProperty]
type: unicode
name: filedaemon_full_name
multivalue: False
editable: True
description: filedaemon bareos name. Leave empty for HostID-fd
default: [""]

[ProductProperty]
type: unicode
name: filedaemon_full_password
multivalue: False
editable: True
description: password used by director to connect to this filedaemon
default: ["filedaemon_full_password"]

[ProductProperty]
type: unicode
name: filedaemon_client_address
multivalue: False
editable: True
description: address of the filedaemon. Leave empty for HostID-fd
default: [""]

[ProductProperty]
type: unicode
name: filedaemon_monitor_name
multivalue: False
editable: True
description: filedaemon bareos name. Leave empty for HostID-mon
default: [""]

[ProductProperty]
type: unicode
name: filedaemon_monitor_password
multivalue: False
editable: True
description: password used by monitoring (eg. tray-monitor) to connect to this filedaemon
default: ["filedaemon_monitor_password"]

[ProductProperty]
type: unicode
name: director_name
multivalue: False
editable: True
description: access to Bareos director for bconsole and bat
default: ["director_name"]

[ProductProperty]
type: unicode
name: director_address
multivalue: False
editable: True
description: access to Bareos director for bconsole and bat
default: ["director_address"]

[ProductProperty]
type: unicode
name: director_password
multivalue: False
editable: True
description: access to Bareos director for bconsole and bat
default: ["director_password"]

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

[Changelog]
20130627, Daniel Neuberger
  * added ProductProperty Update_KeepConfig

20130215, Joerg Steffens
  * adapted to be build with http://build.opensuse.org

20130129, , Daniel Neuberger
  * inital Bareos
  * added properties filedaemon_client_address
  * added Variables in setup
  * added silent installation in Setup

20120710, 5.2.10-3, Joerg Steffens
  * write properties filedaemon_full_name and filedaemon_monitor_name back to opsi server
  * added properties fileset and jobdefs

20120704, 5.2.10-2, Joerg Steffens
  * uninstall
  * properties
  * generate bareos-fd.conf

20120702, 5.2.10-1, Joerg Steffens
  * initial

opsi-template (4.0.1-5) stable; urgency=low

	* added /nocancel at Inno example
	* added login.ins for 'user profile management'
	* moved changelog to control file

 -- detlef oertel <d.oertel@uib.de>  Mon, 02 Jan 2012 16:01:53 +0200
