X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1fb771a75fb2aa2932b5afce2b424e3f86791bc2..b9173097e5e8b885d5039fe439ad1c18efe6cb00:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index f46a4d1f8..13b3d46a3 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -159,9 +159,19 @@ suites: attributes: web: readonly_database_host: readonly + - name: postgresql + run_list: + - recipe[postgresql::default] + attributes: + postgresql: + versions: + - 10 - name: python run_list: - recipe[python::default] + - name: serverinfo + run_list: + - recipe[serverinfo::default] - name: spamassassin run_list: - recipe[spamassassin::default]