diff options
| author | mo khan <mo@mokhan.ca> | 2014-05-27 11:53:47 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-05-27 11:53:47 -0600 |
| commit | 4fea922f46b30a200835242107bf2a199a94f21a (patch) | |
| tree | 401069315b917856f7fa6d7d8ded474f67df275c | |
| parent | 094e9a0b8787b3aa7beee21f03bc9f512e393a01 (diff) | |
remove extra packages.
| -rw-r--r-- | cookbooks/example/recipes/default.rb | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/cookbooks/example/recipes/default.rb b/cookbooks/example/recipes/default.rb index 1f259ee..79e7edb 100644 --- a/cookbooks/example/recipes/default.rb +++ b/cookbooks/example/recipes/default.rb @@ -1,38 +1,6 @@ # This is a Chef recipe file. It can be used to specify resources which will # apply configuration to a server. -#packages = [ - #"curl", - #"git-core", - #"python-software-properties", - #"build-essential", - #"tklib", - #"zlib1g-dev", - #"libssl-dev", - #"libreadline-gplv2-dev", - #"libxml2", - #"libxml2-dev", - #"libxslt1-dev", - #"gawk", - #"libreadline6-dev", - #"libyaml-dev", - #"libsqlite3-dev", - #"autoconf", - #"libgdbm-dev", - #"libncurses5-dev", - #"automake", - #"libtool", - #"bison", - #"pkg-config", - #"libffi-dev" -#] - -#packages.each do |item| - #package item do - #action :upgrade - #end -#end - include_recipe "example::user" include_recipe "example::nginx" include_recipe "example::postgres" |
