Skip to content

Commit

Permalink
Merge pull request #53 from dtsosie/master
Browse files Browse the repository at this point in the history
Fix runit RPM file location for Chef provisionless Centos 5.9 Box Image
  • Loading branch information
Sean OMeara committed Mar 7, 2014
2 parents 2b2c766 + b615315 commit 6ff6695
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ runit Cookbook CHANGELOG
========================
This file is used to list changes made in each version of the runit cookbook.

v1.5.9
------
Fix runit RPM file location for Chef provisionless Centos 5.9 Box Image

v1.5.8
------
Fixing string interpolation bug
Expand Down
2 changes: 1 addition & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
cd runit-2.1.1
./build.sh
rpm_root_dir=`rpm --eval '%{_rpmdir}'`
rpm -ivh '/root/rpmbuild/RPMS/runit-2.1.1.rpm'
rpm -ivh "${rpm_root_dir}/runit-2.1.1.rpm"
EOH
action :run
not_if rpm_installed
Expand Down

0 comments on commit 6ff6695

Please sign in to comment.