X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/dd10e93e2567a4dca1ff5c847be53b782db9265e..901782e5452c232c7e6f644f2c56a3903b09edf3:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index c0371fa1a..05d70d470 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -90,6 +90,9 @@ suites: - name: dmca run_list: - recipe[dmca::default] + - name: docker + run_list: + - recipe[docker::default] - name: donate run_list: - recipe[donate::default] @@ -141,6 +144,9 @@ suites: - name: incron run_list: - recipe[incron::default] + - name: irc + run_list: + - recipe[irc::default] - name: kibana run_list: - recipe[kibana::default] @@ -165,6 +171,9 @@ suites: paths: - /var/log/apache2/access.log type: apache + - name: mail + run_list: + - role[mail] - name: mailman run_list: - recipe[mailman::default] @@ -274,6 +283,12 @@ suites: - name: switch2osm run_list: - recipe[switch2osm::default] + - name: sysctl + run_list: + - recipe[sysctl::default] + - name: sysfs + run_list: + - recipe[sysfs::default] - name: taginfo run_list: - recipe[taginfo::default] @@ -287,6 +302,9 @@ suites: - name: tilecache run_list: - recipe[tilecache::default] + - name: tilelog + run_list: + - recipe[tilelog::default] - name: tools run_list: - recipe[tools::default] @@ -305,3 +323,9 @@ suites: - name: web-rails run_list: - recipe[web::rails] + - name: wiki + run_list: + - recipe[wiki::default] + - name: wordpress + run_list: + - recipe[wordpress::default]