]> git.openstreetmap.org Git - chef.git/commitdiff
Add test for sysctl cookbook
authorTom Hughes <tom@compton.nu>
Tue, 25 Feb 2020 18:58:56 +0000 (18:58 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 25 Feb 2020 18:58:56 +0000 (18:58 +0000)
.github/workflows/test-kitchen.yml
.kitchen.yml
cookbooks/sysctl/attributes/default.rb [new file with mode: 0644]

index 34618ef079473fd463baebabe32480beeee338c7..85ec2038d81d384582b1ed96a322e4ac10834f47 100644 (file)
@@ -77,6 +77,7 @@ jobs:
           - subversion
           - supybot
           - switch2osm
+          - sysctl
           - taginfo
           - tile
           - tilecache
index c0371fa1a776078c89c7c4df04bb289bc7e5325a..e5ea0008e757708f2b82fd5da373589dba68fa64 100644 (file)
@@ -274,6 +274,9 @@ suites:
   - name: switch2osm
     run_list:
       - recipe[switch2osm::default]
+  - name: sysctl
+    run_list:
+      - recipe[sysctl::default]
   - name: taginfo
     run_list:
       - recipe[taginfo::default]
diff --git a/cookbooks/sysctl/attributes/default.rb b/cookbooks/sysctl/attributes/default.rb
new file mode 100644 (file)
index 0000000..5c16360
--- /dev/null
@@ -0,0 +1 @@
+default[:sysctl] = {}