Skip to content

Commit d97fcdf

Browse files
committed
Revert "define TF state volume mountpoint from ansible var"
This reverts commit 8714662.
1 parent 4259630 commit d97fcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/cluster_infra/templates/resources.tf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ resource "openstack_compute_instance_v2" "control" {
169169
device: /dev/vdc
170170
partition: auto
171171
mounts:
172-
- [LABEL=state, {{ appliances_state_dir }}]
172+
- [LABEL=state, /var/lib/state]
173173
- [LABEL=home, /exports/home, auto, "x-systemd.required-by=nfs-server.service,x-systemd.before=nfs-server.service"]
174174
EOF
175175
}

0 commit comments

Comments
 (0)