Commit eaad492b1f9a2756ef52278f4dd10a74d45ac787
1 parent
ad506c07
Exists in
master
and in
89 other branches
Enabled memcached service on social
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
cookbooks/noosfero/recipes/default.rb
... | ... | @@ -61,6 +61,10 @@ service 'noosfero' do |
61 | 61 | action [:enable, :start] |
62 | 62 | end |
63 | 63 | |
64 | +service 'memcached' do | |
65 | + action [:enable, :start] | |
66 | +end | |
67 | + | |
64 | 68 | template '/etc/nginx/conf.d/noosfero.conf' do |
65 | 69 | owner 'root'; group 'root'; mode 0644 |
66 | 70 | source 'nginx.conf.erb' | ... | ... |