]> git.openstreetmap.org Git - chef.git/commitdiff
Add test for ssl cookbook
authorTom Hughes <tom@compton.nu>
Tue, 25 Feb 2020 18:54:12 +0000 (18:54 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 25 Feb 2020 18:54:38 +0000 (18:54 +0000)
.github/workflows/test-kitchen.yml
.kitchen.yml

index 58735a202a5a34348700958c18ec8da92f549d60..34618ef079473fd463baebabe32480beeee338c7 100644 (file)
@@ -72,6 +72,7 @@ jobs:
           - snmpd
           - spamassassin
           - squid
+          - ssl
           - stateofthemap
           - subversion
           - supybot
index 8b7c6b2a8e67cc052a1f43b50d86461595bafb74..c0371fa1a776078c89c7c4df04bb289bc7e5325a 100644 (file)
@@ -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]