Skip to content

Commit

Permalink
COOK-574, use dashes instead of underscores in recipe names
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed May 31, 2011
1 parent 7764d41 commit 81d8818
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chef-server/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
description "Installs and configures Chef Server"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.99.11"
recipe "chef_server", "Compacts the Chef Server CouchDB."
recipe "chef_server::rubygems-install", "Set up rubygem installed chef server."
recipe "chef_server::apache-proxy", "Configures Apache2 proxy for API and WebUI"
recipe "chef-server", "Compacts the Chef Server CouchDB."
recipe "chef-server::rubygems-install", "Set up rubygem installed chef server."
recipe "chef-server::apache-proxy", "Configures Apache2 proxy for API and WebUI"

%w{ ubuntu debian redhat centos fedora freebsd openbsd }.each do |os|
supports os
Expand Down

0 comments on commit 81d8818

Please sign in to comment.