Merge "Remove trailing whitespace"
This commit is contained in:
commit
d50c76e332
@ -11,5 +11,5 @@ templatedir=$confdir/templates
|
||||
[master]
|
||||
# These are needed when the puppetmaster is run by passenger
|
||||
# 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
|
||||
|
@ -11,6 +11,6 @@ templatedir=$confdir/templates
|
||||
[master]
|
||||
# These are needed when the puppetmaster is run by passenger
|
||||
# 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
|
||||
autosign = true
|
||||
|
@ -7,7 +7,7 @@
|
||||
- name: Install Puppetlabs repository deb package
|
||||
apt: deb=/tmp/puppetlabs-release-{{ansible_distribution_release}}.deb
|
||||
|
||||
- name: Update packages
|
||||
- name: Update packages
|
||||
apt: update_cache=yes
|
||||
|
||||
- name: Install Puppet and other required packages
|
||||
|
@ -12,7 +12,7 @@
|
||||
- net-name: "{{ item.net_name }}"
|
||||
security_groups: "{{ item.security_groups }}"
|
||||
auto_floating_ip: yes
|
||||
meta:
|
||||
meta:
|
||||
group: infra
|
||||
infra_type: "{{ item.infra_type }}"
|
||||
with_items: infra_servers
|
||||
|
@ -1,9 +1,9 @@
|
||||
---
|
||||
# Set hostname and /etc/hosts
|
||||
# Inspired by:
|
||||
# Set hostname and /etc/hosts
|
||||
# Inspired by:
|
||||
# https://github.com/ansible/ansible/pull/8482)
|
||||
# https://gist.github.com/rothgar/8793800
|
||||
- name: Set /etc/hostname
|
||||
- name: Set /etc/hostname
|
||||
hostname: name="{{ inventory_hostname.split('.', 1)[0] }}"
|
||||
|
||||
# " lovely lonely double-quote for fixing vim highlighting
|
||||
|
Loading…
Reference in New Issue
Block a user