# a role to deploy a nomad agent, second iteration # using host based networking class roles::infra::nomad::agentv2 { if $facts['firstrun'] { include profiles::defaults include profiles::firstrun::init }else{ include profiles::defaults include profiles::base include profiles::base::datavol } }