Skip to content

Commit

Permalink
Merge pull request laradji#96 from Youscribe/fixooops
Browse files Browse the repository at this point in the history
fix oops
  • Loading branch information
laradji committed Jul 9, 2013
2 parents 2134d1c + ab635bd commit d42b69a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/web_nginx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
owner "root"
group "root"
mode "754"
variables (
variables ({
:database => node['zabbix']['database'],
:server => node['zabbix']['server']
)
})
notifies :restart, "service[php-fpm]", :delayed
end

Expand Down

0 comments on commit d42b69a

Please sign in to comment.