X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e10c0f93c10de4729e932078569374a8eff58004..bf4c91815e210ba175f610713fa43cba3aa7d347:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 576c3e955..792b4198b 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -89,6 +89,9 @@ suites: run_list: - recipe[accounts::default] - role[forum] + - name: incron + run_list: + - recipe[incron::default] - name: letsencrypt run_list: - recipe[accounts::default] @@ -131,6 +134,9 @@ suites: - name: openssh run_list: - recipe[openssh::default] + - name: osmosis + run_list: + - recipe[osmosis::default] - name: otrs run_list: - recipe[accounts::default] @@ -142,6 +148,10 @@ suites: - name: spamassassin run_list: - recipe[spamassassin::default] + - name: squid + run_list: + - recipe[apt::default] + - recipe[squid::default] - name: tools run_list: - recipe[tools::default]