Skip to content

Commit

Permalink
Adding yum::epel include to CouchDB on CentOS
Browse files Browse the repository at this point in the history
  • Loading branch information
temujin9 committed Jun 13, 2012
1 parent 9db7e00 commit 62b449f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions couchdb/recipes/default.rb
Expand Up @@ -32,6 +32,8 @@
home "/var/lib/couchdb"
system true
end

include_recipe 'yum::epel'
end

package "couchdb" do
Expand Down

0 comments on commit 62b449f

Please sign in to comment.