X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a1fe1b73e197fcee92a684af0a62608067456159..f02c713d491a9edd639dd283ea1b41d524bf521e:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index c116e2411..994885126 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -141,6 +141,9 @@ suites: - name: incron run_list: - recipe[incron::default] + - name: irc + run_list: + - recipe[irc::default] - name: kibana run_list: - recipe[kibana::default] @@ -317,6 +320,9 @@ suites: - name: web-rails run_list: - recipe[web::rails] + - name: wiki + run_list: + - recipe[wiki::default] - name: wordpress run_list: - recipe[wordpress::default]