diff options
author | Nicolas Braud-Santoni <nicoo@ffgraz.net> | 2016-08-21 00:15:27 +0200 |
---|---|---|
committer | Nicolas Braud-Santoni <nicoo@ffgraz.net> | 2016-08-21 00:15:27 +0200 |
commit | 664d4179d8f661747f09a9e2982d46793181b56a (patch) | |
tree | 1e144c601ab89b7bb5ebcdfd19be321dab54f4a8 /manifest.yaml | |
parent | 877380b7820d2d0dd6182482dd4247e18b5dca59 (diff) |
Fix database access
- Make DB access more configurable
- Make sure that Rails uses libmysqlclient, rather than its
“native” and non-forward-compatible DB driver.
Diffstat (limited to 'manifest.yaml')
-rw-r--r-- | manifest.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manifest.yaml b/manifest.yaml index 71441ed..7811438 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -43,12 +43,17 @@ packages: install: - adduser + - libmysqlclient16 + - libmysql-ruby1.8 - ruby - rubygems plugins: file_copy: + mkdirs: + - dir: /var/run/mysqld + files: - src: . dst: /srv/manman |