ソースを参照

fix(kitchen): Provide a 'Policy.rb'

STATE:
To enable kitchen-test, a 'Policy.rb' needs to be present.

Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
Jeremy MAURO 2 年 前
コミット
de78cf6e00
2 ファイル変更3 行追加0 行削除
  1. 1 0
      Policyfile.rb
  2. 2 0
      cookbooks/workstation/metadata.rb

+ 1 - 0
Policyfile.rb

@@ -0,0 +1 @@
+base.rb

+ 2 - 0
cookbooks/workstation/metadata.rb

@@ -12,6 +12,8 @@ chef_version '>= 16.0'
 #
 # issues_url 'https://github.com/<insert_org_here>/workstation/issues'
 depends 'etckeeper'
+depends 'git'
+depends 'github'
 
 # The `source_url` points to the development repository for this cookbook.  A
 # `View Source` link will be displayed on this cookbook's page when uploaded to