X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/488fb1ab3d69422117a112058c532e415824c14f..24c634aea798f7064635cf001cac0430bbc50b33:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index d3f71ccfa..ec4e81755 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -45,6 +45,9 @@ suites: - name: blogs run_list: - recipe[blogs::default] + - name: civicrm + run_list: + - recipe[civicrm::default] - name: clamav run_list: - recipe[clamav::default] @@ -96,6 +99,9 @@ suites: - name: geoipupdate run_list: - recipe[geoipupdate::default] + - name: gps-tile + run_list: + - recipe[gps-tile::default] - name: incron run_list: - recipe[incron::default] @@ -142,6 +148,9 @@ suites: - name: osmosis run_list: - recipe[osmosis::default] + - name: osqa + run_list: + - recipe[osqa::default] - name: otrs run_list: - recipe[otrs::default]