X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6a7d2b44b5cca0e17c650b531846cc6d4bc3571c..3e9826e33150fe90d73676118a643b642d7736cc:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index f439c2794..f7cfa5d38 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -71,6 +71,9 @@ suites: - name: apt run_list: - recipe[apt::default] + - name: apt-repository + run_list: + - recipe[apt::repository] - name: awscli run_list: - recipe[awscli::default] @@ -113,6 +116,13 @@ suites: - name: db-slave run_list: - recipe[db::slave] + - name: dev + run_list: + - recipe[dev::default] + attributes: + postgresql: + versions: + - 15 - name: devices run_list: - recipe[devices::default] @@ -153,6 +163,9 @@ suites: - name: fail2ban run_list: - recipe[fail2ban::default] + - name: foundation-birthday + run_list: + - recipe[foundation::birthday] - name: foundation-board run_list: - recipe[foundation::board] @@ -283,9 +296,6 @@ suites: - name: otrs run_list: - recipe[otrs::default] - - name: otrs-debian - run_list: - - recipe[otrs::debian] - name: overpass run_list: - recipe[overpass::default] @@ -406,6 +416,9 @@ suites: - name: trac run_list: - recipe[trac::default] + - name: vectortile + run_list: + - recipe[vectortile::default] - name: web-cgimap run_list: - recipe[web::cgimap]