X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b1b9d1a24cd4ec5bc9176af4342697a739db64e7..e9ce4c47971a2555021a1802bcfc3860936ac44c:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index f46a4d1f8..0730adbfc 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -159,6 +159,13 @@ 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]