From 8edab86ff4b3c7403830a4c5f8eaba005b9af189 Mon Sep 17 00:00:00 2001
From: Alan Meadows <alan.meadows@gmail.com>
Date: Mon, 12 Dec 2016 12:25:57 -0800
Subject: [PATCH] Cleanup from PR#19

---
 keystone/templates/bin/_start.sh.tpl           | 2 +-
 keystone/templates/etc/_keystone.conf.tpl      | 2 +-
 keystone/templates/etc/_mpm_event.conf.tpl     | 2 +-
 keystone/templates/etc/_wsgi-keystone.conf.tpl | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/keystone/templates/bin/_start.sh.tpl b/keystone/templates/bin/_start.sh.tpl
index 69db497dee..7c802358bc 100644
--- a/keystone/templates/bin/_start.sh.tpl
+++ b/keystone/templates/bin/_start.sh.tpl
@@ -9,4 +9,4 @@ source /etc/apache2/envvars
 rm -rf /var/run/apache2/*
 APACHE_DIR="apache2"
 
-apache2 -DFOREGROUND
\ No newline at end of file
+apache2 -DFOREGROUND
diff --git a/keystone/templates/etc/_keystone.conf.tpl b/keystone/templates/etc/_keystone.conf.tpl
index f4a2b03541..c62d524516 100644
--- a/keystone/templates/etc/_keystone.conf.tpl
+++ b/keystone/templates/etc/_keystone.conf.tpl
@@ -16,4 +16,4 @@ backend = dogpile.cache.memcached
 memcache_servers = {{ include "memcached_host" . }}
 config_prefix = cache.keystone
 distributed_lock = True
-enabled = True
\ No newline at end of file
+enabled = True
diff --git a/keystone/templates/etc/_mpm_event.conf.tpl b/keystone/templates/etc/_mpm_event.conf.tpl
index 48e7cf7cdf..b89abd99c9 100644
--- a/keystone/templates/etc/_mpm_event.conf.tpl
+++ b/keystone/templates/etc/_mpm_event.conf.tpl
@@ -6,4 +6,4 @@
   ThreadsPerChild     25
   MaxRequestsPerChild 128
   ThreadLimit         720
-</IfModule>
\ No newline at end of file
+</IfModule>
diff --git a/keystone/templates/etc/_wsgi-keystone.conf.tpl b/keystone/templates/etc/_wsgi-keystone.conf.tpl
index df16532c44..e6535eae85 100644
--- a/keystone/templates/etc/_wsgi-keystone.conf.tpl
+++ b/keystone/templates/etc/_wsgi-keystone.conf.tpl
@@ -25,4 +25,4 @@ Listen {{ .Values.network.ip_address }}:{{ .Values.network.port.admin }}
     </IfVersion>
     ErrorLog "|$/bin/cat 1>&2"
     CustomLog "|/bin/cat" combined
-</VirtualHost>
\ No newline at end of file
+</VirtualHost>