From: Peter Palfrader Date: Sun, 22 Sep 2019 19:29:30 +0000 (+0200) Subject: whitespace change X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;ds=inline;h=e8ce3758531d3d751c8d5fe1923535052cd98f90;p=mirror%2Fdsa-puppet.git whitespace change --- diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index a65e7a9f4..29416e822 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -1,25 +1,19 @@ # = Class: roles # -# Lookup role and include relevant classes for roles -# -# == Sample Usage: -# -# include roles -# class roles { - if has_role('security_mirror') { - include roles::security_mirror - } + if has_role('security_mirror') { + include roles::security_mirror + } - if has_role('postgres_backup_server') { - include postgres::backup_server - } + if has_role('postgres_backup_server') { + include postgres::backup_server + } - if has_role('postgresql_server') { - include postgres::backup_source - } + if has_role('postgresql_server') { + include postgres::backup_source + } - if $::keyring_debian_org_mirror { - include roles::keyring_debian_org_mirror - } + if $::keyring_debian_org_mirror { + include roles::keyring_debian_org_mirror + } }