|
@@ -35,6 +35,10 @@ named_run_list :genie, [
|
|
|
'workstation::_genie',
|
|
|
]
|
|
|
|
|
|
+named_run_list :packages, @named_run_lists[:apt] + [
|
|
|
+ 'workstation::_packages',
|
|
|
+]
|
|
|
+
|
|
|
# Specify a custom source for a single cookbook:
|
|
|
# cookbook 'example_cookbook', path: '../cookbooks/example_cookbook'
|
|
|
cookbook 'etckeeper', git: 'https://github.com/jmauro/etckeeper-cookbook', branch: 'master-next'
|