# a role to deploy a packagerepo class roles::infra::reposync::syncer { if $facts['firstrun'] { include profiles::defaults include profiles::firstrun::init }else{ include profiles::defaults include profiles::base include profiles::base::datavol include profiles::reposync::syncer } }