Jcrespo has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/403144 )
Change subject: proxysql: Correct path for proxysql persistance layer
......................................................................
proxysql: Correct path for proxysql persistance layer
This was always intended to be /var/lib/proxysql, not
/var/run/proxysql. It was only cought because it conflicted with
other directory.
Thanks to Giuseppe for reporting.
Change-Id: I18d4785277fe8bd6475bc66a93c53bc4fc57346d
---
M modules/proxysql/manifests/init.pp
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/44/403144/1
diff --git a/modules/proxysql/manifests/init.pp
b/modules/proxysql/manifests/init.pp
index e69329e..364dd97 100644
--- a/modules/proxysql/manifests/init.pp
+++ b/modules/proxysql/manifests/init.pp
@@ -36,9 +36,9 @@
content => template('proxysql/proxysql.cnf.erb'),
}
- # mostly sqlite intenal config cache, let's make sure it has
+ # mostly sqlite internal config cache, let's make sure it has
# the right owner
- file {'/var/run/proxysql':
+ file {'/var/lib/proxysql':
ensure => directory,
owner => 'proxysql',
group => 'proxysql',
--
To view, visit https://gerrit.wikimedia.org/r/403144
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I18d4785277fe8bd6475bc66a93c53bc4fc57346d
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Jcrespo <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits