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

Commit 908b497

Browse files
author
Daniel Dreier
committed
Trivial lint fixes
1 parent f7020b1 commit 908b497

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
@@ -129,7 +129,7 @@
129129
value => $puppet::server::dns_alt_names
130130
}
131131
}
132-
132+
133133
if $puppet::server::autosign {
134134
ini_setting { 'autosign':
135135
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)