feat: add host_volumes to nomad
- add puppet client certs - add tls-ca-bundle
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user