# Class: roles::git # ================= # # This class defines the git role for the git server. You should assign this # class using hiera or via an ENC. # # Examples # -------- # # @example # class { 'roles::git': } # # Authors # ------- # # Jan Dittberner # # Copyright # --------- # # Copyright 2020 Jan Dittberner # class roles::git { include profiles::base include profiles::rsyslog include profiles::purge_nrpe_agent include profiles::icinga2_agent }