1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-28 13:31:55 +02:00

host_vars: update memcached_socket variables

This is needed for prometheus memcached exporter to work.

(AUR doesn't seem to use memcached anymore, but changed it for
consistency.)
This commit is contained in:
Evangelos Foutras 2022-04-10 03:48:10 +03:00
parent 46ba1356e8
commit e277773bd4
No known key found for this signature in database
GPG Key ID: 51E8B148A9999C34
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
---
filesystem: btrfs
memcached_socket: "/var/run/aurweb.sock"
memcached_socket: "/run/memcached/aurweb.sock"
wireguard_address: 10.0.0.3
wireguard_public_key: E4wLmumdWE1oVjWxPL5FU+BiuPxPdJa6K0wLZVlC0ys=

View File

@ -1,5 +1,5 @@
---
filesystem: btrfs
memcached_socket: "/var/run/aurweb.sock"
memcached_socket: "/run/memcached/aurweb.sock"
wireguard_address: 10.0.0.2
wireguard_public_key: TPLeGQ7qU6ZNtcgDbEV0SSYScvK+XS5igcPdGSXo6UA=

View File

@ -1,6 +1,6 @@
---
filesystem: btrfs
memcached_socket: "/var/run/patchwork.sock"
memcached_socket: "/run/memcached/patchwork.sock"
fetchmail_user: "patchwork@archlinux.org"
fetchmail_delivery_cmd: "/usr/local/bin/patchwork-parsemail-wrapper.sh"

View File

@ -1,6 +1,6 @@
---
filesystem: btrfs
memcached_socket: "/var/run/archwiki.sock"
memcached_socket: "/run/memcached/archwiki.sock"
fail2ban_jails:
sshd: true