From: Tom Hughes Date: Tue, 25 Feb 2020 18:54:12 +0000 (+0000) Subject: Add test for ssl cookbook X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/dd10e93e2567a4dca1ff5c847be53b782db9265e Add test for ssl cookbook --- diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index 58735a202..34618ef07 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -72,6 +72,7 @@ jobs: - snmpd - spamassassin - squid + - ssl - stateofthemap - subversion - supybot diff --git a/.kitchen.yml b/.kitchen.yml index 8b7c6b2a8..c0371fa1a 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -259,6 +259,9 @@ suites: - name: squid run_list: - recipe[squid::default] + - name: ssl + run_list: + - recipe[ssl::default] - name: stateofthemap run_list: - recipe[stateofthemap::default]