Skip to content

Commit

Permalink
Merge pull request #132 from artem-sidorenko/apt-yum-removal
Browse files Browse the repository at this point in the history
Remove dependenies to apt and yum cookbooks.
  • Loading branch information
atomic111 authored Oct 24, 2016
2 parents ddb8528 + 6e37167 commit d7409fc
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .kitchen.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
driver:
name: dokken
chef_version: 12.5.1
chef_version: 12.14.89
privileged: true # because Docker and SystemD/Upstart

transport:
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ It will not:

## Requirements

* Chef
* Chef >= 12.14.89
* Cookbooks:
* Sander van Zoest sysctl `https://github.com/svanzoest-cookbooks/sysctl`
* Chef apt `https://github.com/chef-cookbooks/apt`
* Chef yum `https://github.com/chef-cookbooks/yum`

**Note for `sysctl` usage:**

Expand Down
2 changes: 0 additions & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
supports 'oracle', '>= 6.4'

depends 'sysctl', '<= 0.7.5'
depends 'apt', '~> 3.0.0'
depends 'yum'

recipe 'os-hardening::default', 'harden the operating system (all recipes)'
recipe 'os-hardening::limits', 'prevent core dumps'
Expand Down
2 changes: 0 additions & 2 deletions recipes/apt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
# limitations under the License.
#

include_recipe 'apt'

# apt-get and aptitude check package signatures by default.
# TODO: could check apt.conf to make sure this hasn't been disabled.

Expand Down
2 changes: 0 additions & 2 deletions recipes/yum.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
# limitations under the License.
#

include_recipe 'yum'

# NSA chapter: NSA 2.1.2.3.3
# verify package signatures
# search /etc/yum.conf gpgcheck=1
Expand Down

0 comments on commit d7409fc

Please sign in to comment.