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, packages with context %}
# -------------------------------------------------------------
# Software
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
mysql:
pkg.installed:
- pkgs:
- {{ packages.mariadb }}
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, Feb 28, 22:47 (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2436237
Default Alt Text
mysql.sls (893 B)

Event Timeline