Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
don't have sys-utils install chef
  • Loading branch information
smith committed Jan 9, 2013
1 parent 3d30a91 commit 102d398
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
2 changes: 0 additions & 2 deletions attributes/default.rb

This file was deleted.

2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -2,7 +2,7 @@
maintainer_email "sysadmin@cramerdev.com"
license "Apache 2.0"
description "Base System Utilities"
version "0.0.1"
version "0.0.2"

recipe "sys-utils", "Installs base system utilities"

Expand Down
10 changes: 0 additions & 10 deletions recipes/default.rb
Expand Up @@ -38,13 +38,3 @@
%w{ json rake rb-readline repl }.each do |pkg|
gem_package pkg
end

# Ohai & chef gems
# TODO: Replace this with chef-client cookbook
gem_package "ohai" do
version node[:chef][:ohai_version]
end

gem_package "chef" do
version node[:chef][:client_version]
end

0 comments on commit 102d398

Please sign in to comment.