Skip to content

Commit

Permalink
removed cloudera.cnf mysql cnf template evaluation as collection does…
Browse files Browse the repository at this point in the history
… this for us

Signed-off-by: William Dyson <wdyson@cloudera.com>
  • Loading branch information
William Dyson committed Mar 1, 2022
1 parent a4f2e72 commit f0c6305
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 29 deletions.
4 changes: 0 additions & 4 deletions roles/infrastructure/rdbms/tasks/mariadb-Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@

---

- name: Set MySQL cnf file
include_tasks:
file: mysql-conf-file.yml

- name: Install MariaDB apt key
apt_key:
url: https://mariadb.org/mariadb_release_signing_key.asc
Expand Down
4 changes: 0 additions & 4 deletions roles/infrastructure/rdbms/tasks/mariadb-RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@

---

- name: Set MySQL cnf file
include_tasks:
file: mysql-conf-file.yml

- name: Install MariaDB repository
yum_repository:
name: MariaDB
Expand Down
20 changes: 0 additions & 20 deletions roles/infrastructure/rdbms/tasks/mysql-conf-file.yml

This file was deleted.

2 changes: 1 addition & 1 deletion roles/infrastructure/rdbms/vars/mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
mysql_pid_file: /var/run/mariadb/mariadb.pid
mysql_innodb_large_prefix: 0
mysql_config_include_files:
- src: "{{ local_temp_dir }}/cloudera.cnf"
- src: "cloudera.cnf"
force: true

0 comments on commit f0c6305

Please sign in to comment.