Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Commit

Permalink
Update recipes, attributes, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rud5G committed Jun 13, 2014
1 parent a2b46c4 commit e13172a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 0 additions & 2 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
# ::Chef::Node.send(:include, Opscode::OpenSSL::Password)


default['parent'] = default[:cookbook_name]


# apache2
default['apache']['default_site_enabled'] = true #false
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs/Configures ZF2'
long_description 'Installs/Configures ZF2'
version '0.3.7'
version '0.3.8'

depends 'baseserver', '~> 0.7.3'

Expand Down
8 changes: 5 additions & 3 deletions recipes/projects.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@
mode 0755
end
#
#
# Chef::Log.info(node['parent'])
# Chef::Log.info(Chef::Config.inspect)
# Chef::Log.info(node.inspect)

Chef::Log.info(node['parent'])
Chef::Log.info(Chef::Config.inspect)
Chef::Log.info(node.inspect)
Chef::Log.info(loaded_recipes.inspect)

# Get the Chef::CookbookVersion for the current cookbook
cb = run_context.cookbook_collection[cookbook_name]
Expand Down

0 comments on commit e13172a

Please sign in to comment.