From e8ce3758531d3d751c8d5fe1923535052cd98f90 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 22 Sep 2019 21:29:30 +0200 Subject: [PATCH] whitespace change --- modules/roles/manifests/init.pp | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) 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 + } } -- 2.20.1