Commit a443d3c1d24ba200db895305541041cc38fa5179

Authored by Antonio Terceiro
1 parent 10387ca5

noosfero: needs cron

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
cookbooks/noosfero/recipes/default.rb
... ... @@ -64,6 +64,11 @@ cookbook_file '/etc/default/noosfero' do
64 64 notifies :restart, 'service[noosfero]'
65 65 end
66 66  
  67 +package 'cronie'
  68 +service 'crond' do
  69 + action [:enable, :start]
  70 +end
  71 +
67 72 service 'noosfero' do
68 73 action [:enable, :start]
69 74 end
... ...