]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commitdiff
Add source_url and issue_url to the metadata
authorTim Smith <tsmith84@gmail.com>
Tue, 15 Sep 2015 22:13:01 +0000 (15:13 -0700)
committerTim Smith <tsmith84@gmail.com>
Tue, 15 Sep 2015 22:14:22 +0000 (15:14 -0700)
This is new metadata for Chef 12 that are used by Supermarket

metadata.rb

index 1f65d7a8a60b3443a68de959090240b81646d2b7..33a13844671319ff66da81c28fa46dca1d46c15c 100644 (file)
@@ -10,3 +10,6 @@ depends       'apache2', '>= 1.1.12'
 depends 'apt'
 depends 'yum', '>= 3.0'
 depends 'yum-epel'
+
+source_url 'https://github.com/ceph/ceph-cookbook' if respond_to?(:source_url)
+issues_url 'https://github.com/ceph/ceph-cookbook/issues' if respond_to?(:issues_url)