chore: dont mount cephfs inside lxc #292

Merged
unkinben merged 1 commits from benvin/nomad_app_data_incus into develop 2025-05-22 21:06:16 +10:00

View File

@ -33,6 +33,7 @@ class profiles::nomad::node (
if $client { if $client {
if $facts['virtual'] != 'lxc' {
include profiles::ceph::client include profiles::ceph::client
# manage the sharedvol # manage the sharedvol
@ -45,6 +46,8 @@ class profiles::nomad::node (
} }
} }
}
file { $data_dir: file { $data_dir:
ensure => directory, ensure => directory,
owner => $user, owner => $user,