X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e20b868e6aea1269143914bd6d6e121059ae5480..4ed87e86c638523d093bc97b32715c4c6a41a70d:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index b652e12ea..f9ac5d243 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,11 +177,14 @@ 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] @@ -225,6 +233,9 @@ suites: - name: otrs run_list: - recipe[otrs::default] + - name: overpass + run_list: + - recipe[overpass::default] - name: passenger run_list: - recipe[passenger::default]