Skip to content

Commit

Permalink
Add supermarket metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tas50 committed Sep 10, 2015
1 parent eb9c79f commit 110f5b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion metadata.rb
Expand Up @@ -22,7 +22,7 @@
recipe 'chef-client::upstart_service', 'Configures chef-client as a service under Upstart'
recipe 'chef-client::windows_service', 'Configures chef-client as a service on Windows'

%w{ ubuntu debian redhat centos fedora oracle suse freebsd openbsd mac_os_x mac_os_x_server windows aix }.each do |os|
%w( ubuntu debian redhat centos fedora oracle suse freebsd openbsd mac_os_x mac_os_x_server windows aix ).each do |os|
supports os
end

Expand All @@ -37,3 +37,6 @@
depends 'cron', '>= 1.2.0'
depends 'logrotate', '>= 1.2.0'
depends 'windows', '~> 1.37'

source_url 'https://github.com/chef-cookbooks/chef-client' if respond_to?(:source_url)
issues_url 'https://github.com/chef-cookbooks/chef-client/issues' if respond_to?(:issues_url)

0 comments on commit 110f5b3

Please sign in to comment.