X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/51ad0dc454e261eed1a40a613ead989d743ab463..5aa2fa036a5c7b373996b4ad43a1964fa63d43f7:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 8b7c6b2a8..c116e2411 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -165,6 +165,9 @@ suites: paths: - /var/log/apache2/access.log type: apache + - name: mail + run_list: + - role[mail] - name: mailman run_list: - recipe[mailman::default] @@ -259,6 +262,9 @@ suites: - name: squid run_list: - recipe[squid::default] + - name: ssl + run_list: + - recipe[ssl::default] - name: stateofthemap run_list: - recipe[stateofthemap::default] @@ -271,6 +277,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] @@ -284,6 +296,9 @@ suites: - name: tilecache run_list: - recipe[tilecache::default] + - name: tilelog + run_list: + - recipe[tilelog::default] - name: tools run_list: - recipe[tools::default] @@ -302,3 +317,6 @@ suites: - name: web-rails run_list: - recipe[web::rails] + - name: wordpress + run_list: + - recipe[wordpress::default]