We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46094a commit bea6bd8Copy full SHA for bea6bd8
metadata.rb
@@ -8,7 +8,8 @@
8
9
recipe 'consul', 'Installs and starts consul service.'
10
recipe 'consul::binary_install', 'Installs consul service from binary.'
11
-recipe 'consul::source_install', 'Install consul service from source.'
+recipe 'consul::source_install', 'Installs consul service from source.'
12
+recipe 'consul::ui', 'Installs consul ui service.'
13
14
%w(redhat centos).each do |name|
15
supports name, '~> 6.5'
0 commit comments