|
@@ -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'
|
|
|
|