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