Skip to content

Commit

Permalink
Alias percona::default to percona::client like in mysql cookbook.
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Connolly committed Jun 19, 2013
1 parent 2fc3b06 commit 09f117f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -6,7 +6,7 @@
long_description "Please refer to README.md"
version "0.14.5"

recipe "percona", "Default no-op recipe"
recipe "percona", "Includes the client recipe to configure a client"
recipe "percona::package_repo", "Sets up the package repository and installs dependent packages"
recipe "percona::client", "Installs client libraries"
recipe "percona::server", "Installs the server daemon"
Expand Down
2 changes: 2 additions & 0 deletions recipes/default.rb
Expand Up @@ -2,3 +2,5 @@
# Cookbook Name:: percona
# Recipe:: default
#

include_recipe "percona::client"

0 comments on commit 09f117f

Please sign in to comment.