X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1fb771a75fb2aa2932b5afce2b424e3f86791bc2..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]