X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/dd10e93e2567a4dca1ff5c847be53b782db9265e..5aa2fa036a5c7b373996b4ad43a1964fa63d43f7:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index c0371fa1a..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] @@ -274,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] @@ -287,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] @@ -305,3 +317,6 @@ suites: - name: web-rails run_list: - recipe[web::rails] + - name: wordpress + run_list: + - recipe[wordpress::default]