X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5b2560e7d50f01a674b8da3d8f30100c92877958..37c6d41bbade6c3d13c8d0e185475622083cca83:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 126f95338..84a501546 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -2,6 +2,8 @@ driver: name: dokken chef_version: 17 + volumes: + - /var/lib/docker env: - container=dokken @@ -57,6 +59,9 @@ suites: - name: clamav run_list: - recipe[clamav::default] + - name: community + run_list: + - recipe[community::default] - name: db-backup run_list: - recipe[db::backup] @@ -172,17 +177,23 @@ suites: attributes: logstash: forwarder: - filebeat.prospectors: - - input_type: log + filebeat.inputs: + - type: filestream + id: apache paths: - /var/log/apache2/access.log - type: apache + fields: + type: apache + fields_under_root: true - name: mail run_list: - role[mail] - name: mailman run_list: - recipe[mailman::default] + - name: matomo + run_list: + - recipe[matomo::default] - name: memcached run_list: - recipe[memcached::default] @@ -225,6 +236,9 @@ suites: - name: otrs run_list: - recipe[otrs::default] + - name: overpass + run_list: + - recipe[overpass::default] - name: passenger run_list: - recipe[passenger::default] @@ -237,9 +251,6 @@ suites: - name: php-fpm run_list: - recipe[php::fpm] - - name: piwik - run_list: - - recipe[piwik::default] - name: planet run_list: - recipe[planet::default] @@ -344,9 +355,6 @@ suites: - name: trac run_list: - recipe[trac::default] - - name: web-backend - run_list: - - recipe[web::backend] - name: web-cgimap run_list: - recipe[web::cgimap]