X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f712c160d80bb100bf99fa38793c26d8024f2002..7c4174b2f08a5c142f6c4b8eedfe69a3586b9df7:/.kitchen.yml?ds=sidebyside diff --git a/.kitchen.yml b/.kitchen.yml index b9f2ae89e..e383bd272 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] @@ -179,6 +182,9 @@ suites: - name: python run_list: - recipe[python::default] + - name: rsyncd + run_list: + - recipe[rsyncd::default] - name: serverinfo run_list: - recipe[serverinfo::default]