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

Commit fe09061

Browse files
author
Maxime VISONNEAU
committed
bugfixes
1 parent 039f43f commit fe09061

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/server.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
$servertype = 'unicorn',
159159
$storeconfigs = undef,
160160
$package = $puppet::params::master_package,
161-
$tagmail = {}
161+
$tagmail = {},
162162
$external_ca = undef,
163163
) inherits puppet::params {
164164

manifests/server/unicorn.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
},
7575
# this priority sets concat order so that the location is created inside
7676
# the server block. This works around a possible bug in jfryman/nginx.
77-
priority => 700,
77+
priority => 701,
7878
}
7979
}
8080

0 commit comments

Comments
 (0)