File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/facter/framework/core/options
spec/framework/core/options Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class OptionStore
2626 @config_file_external_dir = [ ]
2727 @default_external_dir = [ ]
2828 @fact_groups = { }
29- @sequential = false
29+ @sequential = true
3030 @ttls = [ ]
3131 @block_list = [ ]
3232 @color = true
@@ -192,7 +192,7 @@ def reset_config
192192 @fact_groups = { }
193193 @block_list = { }
194194 @color = true
195- @sequential = false
195+ @sequential = true
196196 @ttls = [ ]
197197 @trace = false
198198 @timing = false
Original file line number Diff line number Diff line change 3636 config_file_external_dir : [ ] ,
3737 default_external_dir : [ ] ,
3838 fact_groups : { } ,
39- sequential : false ,
39+ sequential : true ,
4040 block_list : { } ,
4141 color : true ,
4242 trace : false ,
You can’t perform that action at this time.
0 commit comments