File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cookbooks/boxcutter_python Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212
1313# run_list: chef-client will run these recipes in the order specified.
1414run_list 'boxcutter_ohai' , 'boxcutter_init' , 'boxcutter_python_test::default'
15- named_run_list :boxcutter_python_test_pyenv , %w( boxcutter_ohai boxcutter_init boxcutter_python_test::pyenv )
16- named_run_list :boxcutter_python_test_system , %w( boxcutter_ohai boxcutter_init boxcutter_python_test::system )
15+ named_run_list :boxcutter_python_test_pyenv , %w{ boxcutter_ohai boxcutter_init boxcutter_python_test::pyenv }
16+ named_run_list :boxcutter_python_test_system , %w{ boxcutter_ohai boxcutter_init boxcutter_python_test::system }
1717
1818# Specify a custom source for a single cookbook:
1919cookbook 'boxcutter_python' , path : '.'
You can’t perform that action at this time.
0 commit comments