création
This commit is contained in:
17
softwares/bareosserver.sls
Normal file
17
softwares/bareosserver.sls
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{% if grains['kernel'] == 'Linux' %}
|
||||||
|
include:
|
||||||
|
- softwares.bareosclient
|
||||||
|
|
||||||
|
Installons les packages BareOS Server:
|
||||||
|
pkg.installed:
|
||||||
|
- pkgs:
|
||||||
|
- bareos-director
|
||||||
|
- bareos-filedaemon
|
||||||
|
- bareos-tools
|
||||||
|
- bareos-webui
|
||||||
|
- bareos-database-common
|
||||||
|
- bareos-database-mysql
|
||||||
|
- mariadb-server-10.1
|
||||||
|
- mariadb-client-10.1
|
||||||
|
|
||||||
|
{% endif %}
|
||||||
Reference in New Issue
Block a user