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

Commit 14b18e3

Browse files
committed
when using unicorn+nginx, we need to restart unicorn and not nginx
1 parent 5cdc697 commit 14b18e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172

173173
$service = $servertype ? {
174174
'passenger' => 'httpd',
175-
'unicorn' => 'nginx',
175+
'unicorn' => 'unicorn_puppetmaster',
176176
'standalone' => $puppet::params::master_service,
177177
}
178178

0 commit comments

Comments
 (0)