Remove trailing whitespace

There were a few instances of trailing whitespace.  This patch
removes them.

Change-Id: Ia2f978a23336e9e7b43049812152cd9538a702e9
This commit is contained in:
Timothy Chavez 2015-09-08 21:29:10 -05:00
parent c00b05a675
commit 9e4ea666b5
5 changed files with 7 additions and 7 deletions

View File

@ -11,5 +11,5 @@ templatedir=$confdir/templates
[master] [master]
# These are needed when the puppetmaster is run by passenger # These are needed when the puppetmaster is run by passenger
# and can safely be removed if webrick is used. # and can safely be removed if webrick is used.
ssl_client_header = SSL_CLIENT_S_DN ssl_client_header = SSL_CLIENT_S_DN
ssl_client_verify_header = SSL_CLIENT_VERIFY ssl_client_verify_header = SSL_CLIENT_VERIFY

View File

@ -11,6 +11,6 @@ templatedir=$confdir/templates
[master] [master]
# These are needed when the puppetmaster is run by passenger # These are needed when the puppetmaster is run by passenger
# and can safely be removed if webrick is used. # and can safely be removed if webrick is used.
ssl_client_header = SSL_CLIENT_S_DN ssl_client_header = SSL_CLIENT_S_DN
ssl_client_verify_header = SSL_CLIENT_VERIFY ssl_client_verify_header = SSL_CLIENT_VERIFY
autosign = true autosign = true

View File

@ -7,7 +7,7 @@
- name: Install Puppetlabs repository deb package - name: Install Puppetlabs repository deb package
apt: deb=/tmp/puppetlabs-release-{{ansible_distribution_release}}.deb apt: deb=/tmp/puppetlabs-release-{{ansible_distribution_release}}.deb
- name: Update packages - name: Update packages
apt: update_cache=yes apt: update_cache=yes
- name: Install Puppet and other required packages - name: Install Puppet and other required packages

View File

@ -12,7 +12,7 @@
- net-name: "{{ item.net_name }}" - net-name: "{{ item.net_name }}"
security_groups: "{{ item.security_groups }}" security_groups: "{{ item.security_groups }}"
auto_floating_ip: yes auto_floating_ip: yes
meta: meta:
group: infra group: infra
infra_type: "{{ item.infra_type }}" infra_type: "{{ item.infra_type }}"
with_items: infra_servers with_items: infra_servers

View File

@ -1,9 +1,9 @@
--- ---
# Set hostname and /etc/hosts # Set hostname and /etc/hosts
# Inspired by: # Inspired by:
# https://github.com/ansible/ansible/pull/8482) # https://github.com/ansible/ansible/pull/8482)
# https://gist.github.com/rothgar/8793800 # https://gist.github.com/rothgar/8793800
- name: Set /etc/hostname - name: Set /etc/hostname
hostname: name="{{ inventory_hostname.split('.', 1)[0] }}" hostname: name="{{ inventory_hostname.split('.', 1)[0] }}"
# " lovely lonely double-quote for fixing vim highlighting # " lovely lonely double-quote for fixing vim highlighting