Skip to content

Commit

Permalink
Load the cron cookbook.
Browse files Browse the repository at this point in the history
Some small CentOs installations do not come with cron by default. This
change helps ensure that a build does not fail because crontab is not
available.

This is related to drupal-cookbook issue promet/drupal-cookbook#11
  • Loading branch information
dkinzer committed Feb 12, 2013
1 parent 072c91d commit 327eccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cheffile
Expand Up @@ -12,6 +12,7 @@ cookbook 'apache2', '>= 1.1.0'
cookbook 'php', '>=1.0.0'
cookbook 'percona-install'
cookbook 'memcached', '>=1.0.0'
cookbook 'cron'
cookbook 'drupal',
:git => 'https://github.com/mdxp/drupal-cookbook.git'

Expand Down

0 comments on commit 327eccf

Please sign in to comment.