From 467c5e56fc1ec68d5f5366c8b544629962555b9f Mon Sep 17 00:00:00 2001 From: Andres Montalban Date: Thu, 27 Jul 2017 19:06:27 -0300 Subject: [PATCH] Remove extra whitespace --- openssh/files/banner | 6 +++--- openssh/files/fire_banner | 16 ++++++++-------- openssh/map.jinja | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/openssh/files/banner b/openssh/files/banner index 9ed979d..47efa73 100644 --- a/openssh/files/banner +++ b/openssh/files/banner @@ -2,11 +2,11 @@ Welcome to {{ grains['id'] }}! Managed By - _____ ____ _____ __ __ + _____ ____ _____ __ __ / ___/____ _/ / /_/ ___// /_____ ______/ /__ \__ \/ __ `/ / __/\__ \/ __/ __ `/ ___/ //_/ - ___/ / /_/ / / /_ ___/ / /_/ /_/ / /__/ ,< -/____/\__,_/_/\__//____/\__/\__,_/\___/_/|_| + ___/ / /_/ / / /_ ___/ / /_/ /_/ / /__/ ,< +/____/\__,_/_/\__//____/\__/\__,_/\___/_/|_| Make sure changes get pushed into the state repo! diff --git a/openssh/files/fire_banner b/openssh/files/fire_banner index c50f5f7..4acac33 100644 --- a/openssh/files/fire_banner +++ b/openssh/files/fire_banner @@ -1,13 +1,13 @@ Welcome to {{ grains['id'] }}! Managed By - ( ( - )\ ) ( ) )\ ) ) ) -(()/( ) )\ ( /((()/( ( /( ) ( /( - /(_))( /( ((_))\())/(_)))\())( /( ( )\()) -(_)) )(_)) _ (_))/(_)) (_))/ )(_)) )\ ((_)\ -/ __|((_)_ | || |_ / __|| |_ ((_)_ ((_)| |(_) -\__ \/ _` || || _|\__ \| _|/ _` |/ _| | / / -|___/\__,_||_| \__||___/ \__|\__,_|\__| |_\_\ + ( ( + )\ ) ( ) )\ ) ) ) +(()/( ) )\ ( /((()/( ( /( ) ( /( + /(_))( /( ((_))\())/(_)))\())( /( ( )\()) +(_)) )(_)) _ (_))/(_)) (_))/ )(_)) )\ ((_)\ +/ __|((_)_ | || |_ / __|| |_ ((_)_ ((_)| |(_) +\__ \/ _` || || _|\__ \| _|/ _` |/ _| | / / +|___/\__,_||_| \__||___/ \__|\__,_|\__| |_\_\ Make sure changes get pushed into the state repo! diff --git a/openssh/map.jinja b/openssh/map.jinja index efe8daf..8d81307 100644 --- a/openssh/map.jinja +++ b/openssh/map.jinja @@ -1,7 +1,7 @@ {## Start with defaults from defaults.yaml ##} {% import_yaml "openssh/defaults.yaml" as default_settings %} -{## +{## Setup variable using grains['os_family'] based logic, only add key:values here that differ from whats in defaults.yaml ##}