Skip to content

Commit

Permalink
Merge pull request #173 from claco/v4.2.3rc
Browse files Browse the repository at this point in the history
Merged automatically by jenkins after successful build test
  • Loading branch information
rcbjenkins committed May 27, 2014
2 parents f34509e + 8a9070c commit 8f35eb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
#

# drop the version of this converged release into a file for support purposes
version_string = run_context.cookbook_collection[cookbook_name].metadata.version

file "/etc/rpc-release" do
content run_context.cookbook_collection[cookbook_name].metadata.version
content "#{version_string}\n"
mode "0644"
owner "root"
group "root"
Expand Down

0 comments on commit 8f35eb4

Please sign in to comment.