From 025d7d7dc385310cdbecd6652f309ec260a6bf0a Mon Sep 17 00:00:00 2001 From: theonlydoo Date: Sun, 12 Oct 2014 14:57:28 +0200 Subject: [PATCH] ajout d'un paquet manquant --- etc/host_vars/localhost.example | 1 + roles/mail/vars/main.yml | 1 + roles/mariadb/templates/root-.my.cnf.j2 | 4 ---- 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 roles/mariadb/templates/root-.my.cnf.j2 diff --git a/etc/host_vars/localhost.example b/etc/host_vars/localhost.example index 23955f0..124b00f 100644 --- a/etc/host_vars/localhost.example +++ b/etc/host_vars/localhost.example @@ -7,4 +7,5 @@ ntp_server2: 1.pool.ntp.org disable_ipv6: true domain: test.net mariadb_version: 10.0 +mysql_root_password: changeme # vim: set textwidth=0 ft=yaml: diff --git a/roles/mail/vars/main.yml b/roles/mail/vars/main.yml index f46743a..df36c07 100644 --- a/roles/mail/vars/main.yml +++ b/roles/mail/vars/main.yml @@ -22,6 +22,7 @@ packages: - dovecot-pop3d - dovecot-sieve - dovecot-antispam + - sasl2-bin - amavis - spamassassin - razor diff --git a/roles/mariadb/templates/root-.my.cnf.j2 b/roles/mariadb/templates/root-.my.cnf.j2 deleted file mode 100644 index 97621e8..0000000 --- a/roles/mariadb/templates/root-.my.cnf.j2 +++ /dev/null @@ -1,4 +0,0 @@ -[client] -user = root -password = {{ rootpassword }} -