Skip to content

Commit

Permalink
Merge pull request #172 from claco/issue-938
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 24, 2014
2 parents aef5549 + af1beef commit a26ac41
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 a26ac41

Please sign in to comment.