From: Tom Hughes Date: Tue, 25 Feb 2020 18:58:56 +0000 (+0000) Subject: Add test for sysctl cookbook X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/753925a4d9fd0674520027113d558f791fa1726a?hp=dd10e93e2567a4dca1ff5c847be53b782db9265e Add test for sysctl cookbook --- diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index 34618ef07..85ec2038d 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -77,6 +77,7 @@ jobs: - subversion - supybot - switch2osm + - sysctl - taginfo - tile - tilecache diff --git a/.kitchen.yml b/.kitchen.yml index c0371fa1a..e5ea0008e 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -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 index 000000000..5c16360e0 --- /dev/null +++ b/cookbooks/sysctl/attributes/default.rb @@ -0,0 +1 @@ +default[:sysctl] = {}