X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/19e911cb27b7b413829a7cbb38aad5a59db171c5..2915ebac652fcc0521325cf1aae5a2f56f792549:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 933dbdfc0..84a501546 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -59,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] @@ -174,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] @@ -242,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]