recipe.yml
File
- 
              core/
recipes/ core_recommended_maintenance/ recipe.yml  
View source
- name: 'Recommended Maintenance'
 - description: 'Sets up modules recommended for site maintenance.'
 - type: 'Maintenance'
 - install:
 -   - automated_cron
 -   - announcements_feed
 -   - dblog
 -   - views
 - config:
 -   import:
 -     automated_cron:
 -       - automated_cron.settings
 -     dblog:
 -       - views.view.watchdog
 -     system:
 -       - system.cron
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.