# a role to deploy a haproxy node class roles::infra::halb::haproxy { if $facts['firstrun'] { include profiles::defaults include profiles::firstrun::init }else{ include profiles::defaults include profiles::base include profiles::haproxy::server } }