Page MenuHomeDevCentral

mysql.sls
No OneTemporary

mysql.sls

# -------------------------------------------------------------
# Salt — Provision MySQL
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Eglide
# Created: 2017-01-23
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{% from "map.jinja" import dirs with context %}
# -------------------------------------------------------------
# Software
# -------------------------------------------------------------
mysql:
pkg:
- installed
- pkgs:
{% if grains['os_family'] == 'Debian' %}
- mariadb-server
{% elif grains['os'] == 'FreeBSD' %}
- mariadb101-server
{% endif %}
full_text_search_stopwords_file:
file.managed:
- name: /opt/stopwords.txt
- source: salt://roles/shellserver/database/files/stopwords.txt
mysql_config:
file.managed:
- name: {{ dirs.etc }}/my.cnf
- source: salt://roles/shellserver/database/files/my.cnf

File Metadata

Mime Type
text/plain
Expires
Fri, May 15, 11:50 (19 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3699464
Default Alt Text
mysql.sls (1015 B)

Event Timeline