Commit e6270a69f2814227b69fdda07981100cba21a906
Committed by
Rafael Manzo
1 parent
3f97de70
Exists in
mezuro_cookbook
Change position of install nginx pkg
Putting nginx install step on mezuro::default
Showing
4 changed files
with
6 additions
and
9 deletions
Show diff stats
cookbooks/mezuro/recipes/kalibro_configurations.rb
... | ... | @@ -6,16 +6,11 @@ execute 'download:mezuro' do |
6 | 6 | end |
7 | 7 | |
8 | 8 | package 'kalibro-configurations' |
9 | -package 'nginx' | |
10 | 9 | |
11 | 10 | service 'kalibro-configurations.target' do |
12 | 11 | action [:enable, :start] |
13 | 12 | end |
14 | 13 | |
15 | -service 'nginx' do | |
16 | - action [:enable, :start] | |
17 | -end | |
18 | - | |
19 | 14 | template '/etc/mezuro/kalibro-configurations/database.yml' do |
20 | 15 | source 'kalibro_configurations/database.yml.erb' |
21 | 16 | owner 'kalibro_configurations' | ... | ... |
cookbooks/mezuro/recipes/kalibro_processor.rb
... | ... | @@ -10,10 +10,6 @@ service 'kalibro-processor.target' do |
10 | 10 | action [:enable, :start] |
11 | 11 | end |
12 | 12 | |
13 | -service 'nginx' do | |
14 | - action [:enable, :start] | |
15 | -end | |
16 | - | |
17 | 13 | template '/etc/mezuro/kalibro-processor/database.yml' do |
18 | 14 | source 'kalibro_processor/database.yml.erb' |
19 | 15 | owner 'kalibro_processor' | ... | ... |