Fixed code styling
This commit is contained in:
@@ -49,13 +49,12 @@ application path_to_deploy do
|
||||
group 'root'
|
||||
mode '0644'
|
||||
variables(
|
||||
:user => "sockethub",
|
||||
:group => "sockethub",
|
||||
:app_dir => path_to_deploy,
|
||||
:entry => "/usr/local/bin/node /usr/local/bin/npm start",
|
||||
:environment => { 'DEBUG' => '*',
|
||||
'PORT' => node['sockethub']['port'] }
|
||||
|
||||
user: "sockethub",
|
||||
group: "sockethub",
|
||||
app_dir: path_to_deploy,
|
||||
entry: "/usr/local/bin/node /usr/local/bin/npm start",
|
||||
environment: { 'DEBUG' => '*',
|
||||
'PORT' => node['sockethub']['port'] }
|
||||
)
|
||||
notifies :run, "execute[systemctl daemon-reload]", :delayed
|
||||
notifies :restart, "service[sockethub_nodejs]", :delayed
|
||||
|
||||
Reference in New Issue
Block a user