Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mysql-formula
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
salt
mysql-formula
Commits
3cab000c
Commit
3cab000c
authored
4 years ago
by
Lenny Meerwood
Browse files
Options
Downloads
Patches
Plain Diff
fix(redhat): update python library, add missing deps
parent
fb3300bc
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
mysql/osfamilymap.yaml
+1
-1
1 addition, 1 deletion
mysql/osfamilymap.yaml
mysql/osfingermap.yaml
+9
-3
9 additions, 3 deletions
mysql/osfingermap.yaml
mysql/remove_test_database.sls
+3
-0
3 additions, 0 deletions
mysql/remove_test_database.sls
with
13 additions
and
4 deletions
mysql/osfamilymap.yaml
+
1
−
1
View file @
3cab000c
...
@@ -39,7 +39,7 @@ Debian:
...
@@ -39,7 +39,7 @@ Debian:
RedHat
:
RedHat
:
service
:
mysqld
service
:
mysqld
clientpkg
:
mysql
clientpkg
:
mysql
pythonpkg
:
MySQL-
python
pythonpkg
:
python
3-PyMySQL
config
:
config
:
file
:
/etc/my.cnf
file
:
/etc/my.cnf
sections
:
sections
:
...
...
This diff is collapsed.
Click to expand it.
mysql/osfingermap.yaml
+
9
−
3
View file @
3cab000c
...
@@ -42,8 +42,11 @@ Ubuntu-16.04:
...
@@ -42,8 +42,11 @@ Ubuntu-16.04:
# devpkg: libmariadbclient-dev
# devpkg: libmariadbclient-dev
# Redhat
# Redhat
Red Hat Enterprise Linux Server-6
:
pythonpkg
:
MySQL-python
Redhat-7
:
Redhat-7
:
# https://mariadb.com/blog/rhel7-transition-mysql-mariadb-first-look
# https://mariadb.com/blog/rhel7-transition-mysql-mariadb-first-look
pythonpkg
:
MySQL-python
serverpkg
:
mariadb-server
serverpkg
:
mariadb-server
service
:
mariadb
service
:
mariadb
clientpkg
:
mariadb
clientpkg
:
mariadb
...
@@ -53,9 +56,13 @@ Redhat-7:
...
@@ -53,9 +56,13 @@ Redhat-7:
mysqld_safe
:
mysqld_safe
:
log_error
:
/var/log/mariadb/mysqld.log
log_error
:
/var/log/mariadb/mysqld.log
pid_file
:
/var/run/mariadb/mysqld.pid
pid_file
:
/var/run/mariadb/mysqld.pid
# CentOS
# CentOS
CentOS-6
:
pythonpkg
:
MySQL-python
CentOS Linux-7
:
CentOS Linux-7
:
# https://mariadb.com/blog/rhel7-transition-mysql-mariadb-first-look
# https://mariadb.com/blog/rhel7-transition-mysql-mariadb-first-look
pythonpkg
:
MySQL-python
serverpkg
:
mariadb-server
serverpkg
:
mariadb-server
service
:
mariadb
service
:
mariadb
clientpkg
:
mariadb
clientpkg
:
mariadb
...
@@ -71,6 +78,5 @@ CentOS Linux-7:
...
@@ -71,6 +78,5 @@ CentOS Linux-7:
log_error
:
/var/log/mariadb/mysqld.log
log_error
:
/var/log/mariadb/mysqld.log
pid_file
:
/var/run/mariadb/mysqld.pid
pid_file
:
/var/run/mariadb/mysqld.pid
# Suse
CentOS Linux-8
:
Leap-42
:
pythonpkg
:
python3-PyMySQL
pythonpkg
:
python-PyMySQL
This diff is collapsed.
Click to expand it.
mysql/remove_test_database.sls
+
3
−
0
View file @
3cab000c
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
include:
include:
- .python
- .python
- .server
mysql remove test database:
mysql remove test database:
mysql_database.absent:
mysql_database.absent:
...
@@ -17,3 +18,5 @@ mysql remove test database:
...
@@ -17,3 +18,5 @@ mysql remove test database:
- connection_pass: '{{ mysql_salt_pass }}'
- connection_pass: '{{ mysql_salt_pass }}'
{%- endif %}
{%- endif %}
- connection_charset: utf8
- connection_charset: utf8
- require:
- service: mysqld-service-running
This diff is collapsed.
Click to expand it.
Jan Philipp Timme
@timmej
mentioned in commit
b2bd9db3
·
3 years ago
mentioned in commit
b2bd9db3
mentioned in commit b2bd9db38e323cc4fdcc293228368a2c18233446
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment