feat: add node_pools
- change agentv2 to common node_pool - set default node_pool to default
This commit is contained in:
@@ -10,6 +10,7 @@ class profiles::nomad::node (
|
||||
String $user = 'nomad',
|
||||
String $group = 'nomad',
|
||||
Array $host_volumes = [],
|
||||
String $node_pool = 'default',
|
||||
){
|
||||
|
||||
if $manage_user {
|
||||
|
||||
Reference in New Issue
Block a user