X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3b2f3608d3384f6b0d506e21f4d472de12a0fe2f..93a486818f8a4a2fd55afa8c00e6226bc3b2462f:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 3d9674533..f4a55180f 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -86,6 +86,9 @@ suites: - name: blogs run_list: - recipe[blogs::default] + - name: chef + run_list: + - recipe[chef::default] - name: civicrm run_list: - recipe[civicrm::default] @@ -153,6 +156,9 @@ suites: - name: foundation-dwg run_list: - recipe[foundation::dwg] + - name: foundation-mastodon + run_list: + - recipe[foundation::mastodon] - name: foundation-mwg run_list: - recipe[foundation::mwg] @@ -203,6 +209,9 @@ suites: - name: ideditor run_list: - recipe[ideditor::default] + - name: imagery-tiler + run_list: + - recipe[imagery::tiler] - name: irc run_list: - recipe[irc::default] @@ -241,15 +250,6 @@ suites: - name: memcached run_list: - recipe[memcached::default] - - name: munin - run_list: - - recipe[munin::default] - - name: munin-plugins - run_list: - - recipe[munin::plugins] - - name: munin-server - run_list: - - recipe[munin::server] - name: mysql run_list: - recipe[mysql::default] @@ -298,6 +298,9 @@ suites: - name: planet run_list: - recipe[planet::default] + - name: planet-aws + run_list: + - recipe[planet::aws] - name: planet-current run_list: - recipe[planet::current]