From a193939224bf7a488f26d1ee2a1e0c522ec39a17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Sat, 29 Dec 2018 20:36:43 +0100 Subject: [PATCH] =?UTF-8?q?cr=C3=A9ation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- softwares/bareosserver.sls | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 softwares/bareosserver.sls diff --git a/softwares/bareosserver.sls b/softwares/bareosserver.sls new file mode 100644 index 0000000..ff46e09 --- /dev/null +++ b/softwares/bareosserver.sls @@ -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 %} \ No newline at end of file