Remove extra whitespace

This commit is contained in:
Andres Montalban 2017-07-27 19:06:27 -03:00
parent c71f2ae4fa
commit 467c5e56fc
3 changed files with 12 additions and 12 deletions

View File

@ -2,11 +2,11 @@ Welcome to {{ grains['id'] }}!
Managed By
_____ ____ _____ __ __
_____ ____ _____ __ __
/ ___/____ _/ / /_/ ___// /_____ ______/ /__
\__ \/ __ `/ / __/\__ \/ __/ __ `/ ___/ //_/
___/ / /_/ / / /_ ___/ / /_/ /_/ / /__/ ,<
/____/\__,_/_/\__//____/\__/\__,_/\___/_/|_|
___/ / /_/ / / /_ ___/ / /_/ /_/ / /__/ ,<
/____/\__,_/_/\__//____/\__/\__,_/\___/_/|_|
Make sure changes get pushed into the state repo!

View File

@ -1,13 +1,13 @@
Welcome to {{ grains['id'] }}!
Managed By
( (
)\ ) ( ) )\ ) ) )
(()/( ) )\ ( /((()/( ( /( ) ( /(
/(_))( /( ((_))\())/(_)))\())( /( ( )\())
(_)) )(_)) _ (_))/(_)) (_))/ )(_)) )\ ((_)\
/ __|((_)_ | || |_ / __|| |_ ((_)_ ((_)| |(_)
\__ \/ _` || || _|\__ \| _|/ _` |/ _| | / /
|___/\__,_||_| \__||___/ \__|\__,_|\__| |_\_\
( (
)\ ) ( ) )\ ) ) )
(()/( ) )\ ( /((()/( ( /( ) ( /(
/(_))( /( ((_))\())/(_)))\())( /( ( )\())
(_)) )(_)) _ (_))/(_)) (_))/ )(_)) )\ ((_)\
/ __|((_)_ | || |_ / __|| |_ ((_)_ ((_)| |(_)
\__ \/ _` || || _|\__ \| _|/ _` |/ _| | / /
|___/\__,_||_| \__||___/ \__|\__,_|\__| |_\_\
Make sure changes get pushed into the state repo!

View File

@ -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
##}