feat: add host_volumes to nomad

- add puppet client certs
- add tls-ca-bundle
This commit is contained in:
2025-06-14 19:26:28 +10:00
parent 60834ced00
commit 039eb6511c
3 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -9,6 +9,7 @@ class profiles::nomad::node (
Boolean $manage_user = true,
String $user = 'nomad',
String $group = 'nomad',
Array $host_volumes = [],
){
if $manage_user {
@@ -45,7 +46,6 @@ class profiles::nomad::node (
require => Profiles::Ceph::Keyring['nomad'],
}
}
}
file { $data_dir: