소스 검색

chore(policy): Update the cookbooks git reference

Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
Jeremy MAURO 2 년 전
부모
커밋
ec47ea50ce
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      base.rb

+ 2 - 1
base.rb

@@ -56,7 +56,8 @@ named_run_list :packages, @named_run_lists[:apt] + [
 
 # Specify a custom source for a single cookbook:
 # cookbook 'example_cookbook', path: '../cookbooks/example_cookbook'
-cookbook 'etckeeper', git: 'https://github.com/pioneerit/etckeeper-cookbook'
+#cookbook 'etckeeper', git: 'https://github.com/pioneerit/etckeeper-cookbook'
+cookbook 'etckeeper', git: 'https://github.com/jmauro/etckeeper-cookbook', branch: 'master-next'
 cookbook 'git', git: 'https://github.com/jmauro/git', branch: 'config_file_scope'
 cookbook 'resolver', git: 'https://github.com/jmauro/resolver', branch: 'atomic_update'