Skip to content

Commit

Permalink
relocate ra to /opt/kazoo/var/lib/ra (#17)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2a5e70b)
  • Loading branch information
lazedo committed Nov 9, 2020
1 parent c6e743d commit 579c68c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .shipyard.yml
Expand Up @@ -45,16 +45,16 @@ package:
mkdir -p %{buildroot}/usr/lib/systemd/system
cp system/systemd/* %{buildroot}/usr/lib/systemd/system
mkdir -p %{buildroot}/etc/kazoo/ra
mkdir -p %{buildroot}/opt/kazoo/var/lib/ra
files:
doc:
- CHANGELOG
- VERSION
config:
- mode: noreplace
path: /etc/kazoo/ra
path: /opt/kazoo/var/lib/ra
- mode: noreplace
path: /etc/kazoo/core
- mode: noreplace
Expand Down
2 changes: 1 addition & 1 deletion core/sys.config
Expand Up @@ -25,5 +25,5 @@
,{poll_interval, 20000}
,{heartbeat_interval, 10000}
]}
,{ra, [{data_dir, "/etc/kazoo/ra"}]}
,{ra, [{data_dir, "/opt/kazoo/var/lib/ra"}]}
].

0 comments on commit 579c68c

Please sign in to comment.