Browse Source

metadata: added default recipe

Xabier de Zuazo 11 years ago
parent
commit
883f95d097
1 changed files with 3 additions and 1 deletions
  1. 3 1
      metadata.rb

+ 3 - 1
metadata.rb

@@ -2,7 +2,7 @@ name             'dovecot'
 maintainer       'Onddo Labs, Sl.'
 maintainer_email 'team@onddo.com'
 license          'Apache 2.0'
-description      'Installs and configures dovecot.'
+description      'Installs and configures Dovecot.'
 long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
 version          '0.1.0'
 
@@ -10,6 +10,8 @@ supports 'centos', '>= 6.0'
 supports 'debian', '>= 7.0'
 supports 'ubuntu', '>= 12.04'
 
+recipe 'dovecot::default', 'Installs and configures Dovecot.'
+
 attribute 'dovecot/user',
   :display_name => 'dovecot user',
   :description => 'Dovector system user. Should no be changed.',