Skip to content
This repository was archived by the owner on Mar 28, 2019. It is now read-only.

Commit 87b5c8f

Browse files
committed
Merge pull request #142 from danieldreier/lintfix
Trivial lint fixes
2 parents 54cbb21 + 908b497 commit 87b5c8f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

manifests/server/config.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
value => $puppet::server::dns_alt_names
135135
}
136136
}
137-
137+
138138
if $puppet::server::autosign {
139139
ini_setting { 'autosign':
140140
setting => 'autosign',

manifests/server/unicorn.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@
5959
vhost => 'puppetmaster',
6060
proxy_set_header => [],
6161
location_custom_cfg => {
62-
proxy_pass => "http://puppetmaster_unicorn",
62+
proxy_pass => 'http://puppetmaster_unicorn',
6363
proxy_redirect => 'off',
6464
proxy_connect_timeout => '90',
6565
proxy_read_timeout => '300',
6666
},
6767
# this priority sets concat order so that the location is created inside
6868
# the server block. This works around a possible bug in jfryman/nginx.
69-
priority => 701,
69+
priority => 701,
7070
}
7171
nginx::resource::upstream { 'puppetmaster_unicorn':
7272
members => [

0 commit comments

Comments
 (0)