foodcritic 13.1.1 → 14.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +11 -0
  3. data/chef_dsl_metadata/chef_13.4.19.json +0 -212
  4. data/chef_dsl_metadata/chef_13.5.3.json +0 -212
  5. data/chef_dsl_metadata/chef_13.6.0.json +0 -212
  6. data/chef_dsl_metadata/chef_13.7.16.json +0 -212
  7. data/chef_dsl_metadata/{chef_13.3.42.json → chef_13.9.1.json} +189 -48
  8. data/chef_dsl_metadata/{chef_13.1.31.json → chef_14.1.12.json} +8735 -1444
  9. data/chef_dsl_metadata/{chef_13.0.113.json → chef_14.2.0.json} +8763 -1432
  10. data/features/continuous_integration_support.feature +0 -2
  11. data/features/step_definitions/cookbook_steps.rb +0 -26
  12. data/features/support/command_helpers.rb +0 -2
  13. data/lib/foodcritic/api.rb +6 -1
  14. data/lib/foodcritic/linter.rb +1 -1
  15. data/lib/foodcritic/rules/fc048.rb +1 -1
  16. data/lib/foodcritic/rules/fc069.rb +145 -115
  17. data/lib/foodcritic/rules/fc071.rb +1 -1
  18. data/lib/foodcritic/rules/fc078.rb +54 -48
  19. data/lib/foodcritic/rules/fc121.rb +6 -0
  20. data/lib/foodcritic/version.rb +1 -1
  21. data/spec/functional/fc009_spec.rb +6 -6
  22. data/spec/functional/fc040_spec.rb +156 -0
  23. data/spec/functional/fc041_spec.rb +121 -0
  24. data/spec/functional/fc048_spec.rb +67 -0
  25. data/spec/functional/fc121_spec.rb +43 -0
  26. data/spec/regression/expected/aix.txt +4 -0
  27. data/spec/regression/expected/apt.txt +1 -1
  28. data/spec/regression/expected/ark.txt +1 -0
  29. data/spec/regression/expected/boost.txt +1 -0
  30. data/spec/regression/expected/chef-client.txt +4 -4
  31. data/spec/regression/expected/chef-ingredient.txt +1 -0
  32. data/spec/regression/expected/chef_client_updater.txt +1 -0
  33. data/spec/regression/expected/chef_nginx.txt +2 -0
  34. data/spec/regression/expected/dmg.txt +3 -3
  35. data/spec/regression/expected/docker.txt +1 -0
  36. data/spec/regression/expected/erlang.txt +1 -0
  37. data/spec/regression/expected/gecode.txt +2 -0
  38. data/spec/regression/expected/mysql.txt +2 -0
  39. data/spec/regression/expected/passenger_apache2.txt +2 -0
  40. data/spec/regression/expected/php.txt +2 -0
  41. data/spec/regression/expected/tomcat.txt +16 -0
  42. data/spec/regression/expected/transmission.txt +2 -0
  43. data/spec/regression/expected/ufw.txt +1 -0
  44. data/spec/regression/expected/windows.txt +2 -1
  45. data/spec/regression/expected/xml.txt +2 -0
  46. data/spec/unit/linter_spec.rb +1 -1
  47. metadata +11 -11
  48. data/features/040_check_raw_git_usage.feature +0 -43
  49. data/features/041_check_raw_download.feature +0 -34
  50. data/features/048_check_for_shellout.feature +0 -44
  51. data/lib/foodcritic/rules/fc012.rb +0 -8
  52. data/spec/functional/fc012_spec.rb +0 -20
@@ -1216,9 +1216,6 @@
1216
1216
  "nothing",
1217
1217
  "rollback"
1218
1218
  ],
1219
- "unresolved_subscribes": [
1220
- "nothing"
1221
- ],
1222
1219
  "user": [
1223
1220
  "create",
1224
1221
  "lock",
@@ -17516,215 +17513,6 @@
17516
17513
  "wow64_architecture_override_required?",
17517
17514
  "wow64_directory"
17518
17515
  ],
17519
- "unresolved_subscribes": [
17520
- "!",
17521
- "!=",
17522
- "!~",
17523
- "<=>",
17524
- "==",
17525
- "===",
17526
- "=~",
17527
- "__id__",
17528
- "__send__",
17529
- "a_to_s",
17530
- "action",
17531
- "action=",
17532
- "after_created",
17533
- "allowed_actions",
17534
- "allowed_actions=",
17535
- "as_json",
17536
- "assert_valid_windows_architecture!",
17537
- "before_notifications",
17538
- "class",
17539
- "clean_array",
17540
- "clone",
17541
- "constantize",
17542
- "convert_to_class_name",
17543
- "convert_to_snake_case",
17544
- "cookbook_name",
17545
- "cookbook_name=",
17546
- "cookbook_version",
17547
- "current_value",
17548
- "current_value_does_not_exist!",
17549
- "custom_exception_message",
17550
- "customize_exception",
17551
- "data_bag",
17552
- "data_bag_item",
17553
- "dclone",
17554
- "declared_key",
17555
- "declared_type",
17556
- "declared_type=",
17557
- "default_guard_interpreter",
17558
- "define_singleton_method",
17559
- "defined_at",
17560
- "delayed_action",
17561
- "delayed_notifications",
17562
- "deny_rights",
17563
- "deprecated_attr",
17564
- "deprecated_attr_reader",
17565
- "deprecated_attr_writer",
17566
- "deprecated_ivar",
17567
- "disable_wow64_file_redirection",
17568
- "display",
17569
- "docker?",
17570
- "dup",
17571
- "elapsed_time",
17572
- "enclosing_provider",
17573
- "enclosing_provider=",
17574
- "encrypted?",
17575
- "enforce_path_sanity",
17576
- "enum_for",
17577
- "epic_fail",
17578
- "eql?",
17579
- "equal?",
17580
- "events",
17581
- "extend",
17582
- "ffi_yajl",
17583
- "filename_to_qualified_string",
17584
- "forced_32bit_override_required?",
17585
- "freeze",
17586
- "frozen?",
17587
- "gem",
17588
- "guard_interpreter",
17589
- "hash",
17590
- "identity",
17591
- "ignore_failure",
17592
- "ignore_failure=",
17593
- "immediate_notifications",
17594
- "inherits",
17595
- "inspect",
17596
- "instance_eval",
17597
- "instance_exec",
17598
- "instance_of?",
17599
- "instance_variable_defined?",
17600
- "instance_variable_get",
17601
- "instance_variable_set",
17602
- "instance_variables",
17603
- "is_a?",
17604
- "is_i386_process_on_x86_64_windows?",
17605
- "itself",
17606
- "kind_of?",
17607
- "lazy",
17608
- "load_from",
17609
- "lookup_provider_constant",
17610
- "method",
17611
- "method_missing",
17612
- "methods",
17613
- "name",
17614
- "name=",
17615
- "nil?",
17616
- "node",
17617
- "node_supports_windows_architecture?",
17618
- "node_windows_architecture",
17619
- "normalize_snake_case_name",
17620
- "not_if",
17621
- "notifies",
17622
- "notifies_before",
17623
- "notifies_delayed",
17624
- "notifies_immediately",
17625
- "object_id",
17626
- "only_if",
17627
- "params",
17628
- "params=",
17629
- "platform?",
17630
- "platform_family?",
17631
- "powershell_out",
17632
- "powershell_out!",
17633
- "pretty_inspect",
17634
- "pretty_print",
17635
- "pretty_print_cycle",
17636
- "pretty_print_inspect",
17637
- "pretty_print_instance_variables",
17638
- "private_methods",
17639
- "property_is_set?",
17640
- "protected_methods",
17641
- "provider",
17642
- "provider=",
17643
- "provider_for_action",
17644
- "psych_to_yaml",
17645
- "public_method",
17646
- "public_methods",
17647
- "public_send",
17648
- "reboot_pending?",
17649
- "recipe_name",
17650
- "recipe_name=",
17651
- "registry_data_exists?",
17652
- "registry_get_subkeys",
17653
- "registry_get_values",
17654
- "registry_has_subkeys?",
17655
- "registry_key_exists?",
17656
- "registry_value_exists?",
17657
- "remove_instance_variable",
17658
- "reset_property",
17659
- "resolve_notification_references",
17660
- "resource_initializing",
17661
- "resource_initializing=",
17662
- "resource_name",
17663
- "resources",
17664
- "respond_to?",
17665
- "restore_wow64_file_redirection",
17666
- "retries",
17667
- "retries=",
17668
- "retry_delay",
17669
- "retry_delay=",
17670
- "rights",
17671
- "run_action",
17672
- "run_context",
17673
- "run_context=",
17674
- "sanitized_path",
17675
- "search",
17676
- "send",
17677
- "sensitive",
17678
- "sensitive=",
17679
- "set_or_return",
17680
- "shell_out",
17681
- "shell_out!",
17682
- "shell_out_compact",
17683
- "shell_out_compact!",
17684
- "shell_out_compact_timeout",
17685
- "shell_out_compact_timeout!",
17686
- "shell_out_with_systems_locale",
17687
- "shell_out_with_systems_locale!",
17688
- "should_skip?",
17689
- "singleton_class",
17690
- "singleton_method",
17691
- "singleton_methods",
17692
- "snake_case_basename",
17693
- "source_line",
17694
- "source_line=",
17695
- "source_line_file",
17696
- "source_line_number",
17697
- "state_for_resource_reporter",
17698
- "subscribes",
17699
- "taint",
17700
- "tainted?",
17701
- "tap",
17702
- "to_enum",
17703
- "to_hash",
17704
- "to_json",
17705
- "to_s",
17706
- "to_text",
17707
- "to_yaml",
17708
- "to_yaml_properties",
17709
- "trust",
17710
- "untaint",
17711
- "untrust",
17712
- "untrusted?",
17713
- "updated",
17714
- "updated?",
17715
- "updated_by_last_action",
17716
- "updated_by_last_action?",
17717
- "valid_windows_architecture?",
17718
- "validate",
17719
- "validate_action",
17720
- "validate_resource_spec!",
17721
- "value_for_platform",
17722
- "value_for_platform_family",
17723
- "value_to_text",
17724
- "with_os_architecture",
17725
- "wow64_architecture_override_required?",
17726
- "wow64_directory"
17727
- ],
17728
17516
  "user": [
17729
17517
  "!",
17730
17518
  "!=",
@@ -1215,9 +1215,6 @@
1215
1215
  "nothing",
1216
1216
  "rollback"
1217
1217
  ],
1218
- "unresolved_subscribes": [
1219
- "nothing"
1220
- ],
1221
1218
  "user": [
1222
1219
  "create",
1223
1220
  "lock",
@@ -17544,215 +17541,6 @@
17544
17541
  "wow64_architecture_override_required?",
17545
17542
  "wow64_directory"
17546
17543
  ],
17547
- "unresolved_subscribes": [
17548
- "!",
17549
- "!=",
17550
- "!~",
17551
- "<=>",
17552
- "==",
17553
- "===",
17554
- "=~",
17555
- "__id__",
17556
- "__send__",
17557
- "a_to_s",
17558
- "action",
17559
- "action=",
17560
- "after_created",
17561
- "allowed_actions",
17562
- "allowed_actions=",
17563
- "as_json",
17564
- "assert_valid_windows_architecture!",
17565
- "before_notifications",
17566
- "class",
17567
- "clean_array",
17568
- "clone",
17569
- "constantize",
17570
- "convert_to_class_name",
17571
- "convert_to_snake_case",
17572
- "cookbook_name",
17573
- "cookbook_name=",
17574
- "cookbook_version",
17575
- "current_value",
17576
- "current_value_does_not_exist!",
17577
- "custom_exception_message",
17578
- "customize_exception",
17579
- "data_bag",
17580
- "data_bag_item",
17581
- "dclone",
17582
- "declared_key",
17583
- "declared_type",
17584
- "declared_type=",
17585
- "default_guard_interpreter",
17586
- "define_singleton_method",
17587
- "defined_at",
17588
- "delayed_action",
17589
- "delayed_notifications",
17590
- "deny_rights",
17591
- "deprecated_attr",
17592
- "deprecated_attr_reader",
17593
- "deprecated_attr_writer",
17594
- "deprecated_ivar",
17595
- "disable_wow64_file_redirection",
17596
- "display",
17597
- "docker?",
17598
- "dup",
17599
- "elapsed_time",
17600
- "enclosing_provider",
17601
- "enclosing_provider=",
17602
- "encrypted?",
17603
- "enforce_path_sanity",
17604
- "enum_for",
17605
- "epic_fail",
17606
- "eql?",
17607
- "equal?",
17608
- "events",
17609
- "extend",
17610
- "ffi_yajl",
17611
- "filename_to_qualified_string",
17612
- "forced_32bit_override_required?",
17613
- "freeze",
17614
- "frozen?",
17615
- "gem",
17616
- "guard_interpreter",
17617
- "hash",
17618
- "identity",
17619
- "ignore_failure",
17620
- "ignore_failure=",
17621
- "immediate_notifications",
17622
- "inherits",
17623
- "inspect",
17624
- "instance_eval",
17625
- "instance_exec",
17626
- "instance_of?",
17627
- "instance_variable_defined?",
17628
- "instance_variable_get",
17629
- "instance_variable_set",
17630
- "instance_variables",
17631
- "is_a?",
17632
- "is_i386_process_on_x86_64_windows?",
17633
- "itself",
17634
- "kind_of?",
17635
- "lazy",
17636
- "load_from",
17637
- "lookup_provider_constant",
17638
- "method",
17639
- "method_missing",
17640
- "methods",
17641
- "name",
17642
- "name=",
17643
- "nil?",
17644
- "node",
17645
- "node_supports_windows_architecture?",
17646
- "node_windows_architecture",
17647
- "normalize_snake_case_name",
17648
- "not_if",
17649
- "notifies",
17650
- "notifies_before",
17651
- "notifies_delayed",
17652
- "notifies_immediately",
17653
- "object_id",
17654
- "only_if",
17655
- "params",
17656
- "params=",
17657
- "platform?",
17658
- "platform_family?",
17659
- "powershell_out",
17660
- "powershell_out!",
17661
- "pretty_inspect",
17662
- "pretty_print",
17663
- "pretty_print_cycle",
17664
- "pretty_print_inspect",
17665
- "pretty_print_instance_variables",
17666
- "private_methods",
17667
- "property_is_set?",
17668
- "protected_methods",
17669
- "provider",
17670
- "provider=",
17671
- "provider_for_action",
17672
- "psych_to_yaml",
17673
- "public_method",
17674
- "public_methods",
17675
- "public_send",
17676
- "reboot_pending?",
17677
- "recipe_name",
17678
- "recipe_name=",
17679
- "registry_data_exists?",
17680
- "registry_get_subkeys",
17681
- "registry_get_values",
17682
- "registry_has_subkeys?",
17683
- "registry_key_exists?",
17684
- "registry_value_exists?",
17685
- "remove_instance_variable",
17686
- "reset_property",
17687
- "resolve_notification_references",
17688
- "resource_initializing",
17689
- "resource_initializing=",
17690
- "resource_name",
17691
- "resources",
17692
- "respond_to?",
17693
- "restore_wow64_file_redirection",
17694
- "retries",
17695
- "retries=",
17696
- "retry_delay",
17697
- "retry_delay=",
17698
- "rights",
17699
- "run_action",
17700
- "run_context",
17701
- "run_context=",
17702
- "sanitized_path",
17703
- "search",
17704
- "send",
17705
- "sensitive",
17706
- "sensitive=",
17707
- "set_or_return",
17708
- "shell_out",
17709
- "shell_out!",
17710
- "shell_out_compact",
17711
- "shell_out_compact!",
17712
- "shell_out_compact_timeout",
17713
- "shell_out_compact_timeout!",
17714
- "shell_out_with_systems_locale",
17715
- "shell_out_with_systems_locale!",
17716
- "should_skip?",
17717
- "singleton_class",
17718
- "singleton_method",
17719
- "singleton_methods",
17720
- "snake_case_basename",
17721
- "source_line",
17722
- "source_line=",
17723
- "source_line_file",
17724
- "source_line_number",
17725
- "state_for_resource_reporter",
17726
- "subscribes",
17727
- "taint",
17728
- "tainted?",
17729
- "tap",
17730
- "to_enum",
17731
- "to_hash",
17732
- "to_json",
17733
- "to_s",
17734
- "to_text",
17735
- "to_yaml",
17736
- "to_yaml_properties",
17737
- "trust",
17738
- "untaint",
17739
- "untrust",
17740
- "untrusted?",
17741
- "updated",
17742
- "updated?",
17743
- "updated_by_last_action",
17744
- "updated_by_last_action?",
17745
- "valid_windows_architecture?",
17746
- "validate",
17747
- "validate_action",
17748
- "validate_resource_spec!",
17749
- "value_for_platform",
17750
- "value_for_platform_family",
17751
- "value_to_text",
17752
- "with_os_architecture",
17753
- "wow64_architecture_override_required?",
17754
- "wow64_directory"
17755
- ],
17756
17544
  "user": [
17757
17545
  "!",
17758
17546
  "!=",
@@ -328,6 +328,7 @@
328
328
  "value_for_platform_family",
329
329
  "whyrun_safe_ruby_block",
330
330
  "windows_package",
331
+ "windows_path",
331
332
  "windows_script",
332
333
  "windows_service",
333
334
  "windows_task",
@@ -414,6 +415,7 @@
414
415
  "consume_run_list",
415
416
  "convert_to_class_name",
416
417
  "convert_to_snake_case",
418
+ "convert_value",
417
419
  "count",
418
420
  "create",
419
421
  "cycle",
@@ -508,6 +510,7 @@
508
510
  "instance_variable_get",
509
511
  "instance_variable_set",
510
512
  "instance_variables",
513
+ "internal_set",
511
514
  "invert",
512
515
  "is_a?",
513
516
  "is_i386_process_on_x86_64_windows?",
@@ -1213,9 +1216,6 @@
1213
1216
  "nothing",
1214
1217
  "rollback"
1215
1218
  ],
1216
- "unresolved_subscribes": [
1217
- "nothing"
1218
- ],
1219
1219
  "user": [
1220
1220
  "create",
1221
1221
  "lock",
@@ -1230,6 +1230,11 @@
1230
1230
  "nothing",
1231
1231
  "run"
1232
1232
  ],
1233
+ "windows_path": [
1234
+ "add",
1235
+ "nothing",
1236
+ "remove"
1237
+ ],
1233
1238
  "windows_service": [
1234
1239
  "configure_startup",
1235
1240
  "disable",
@@ -1414,6 +1419,7 @@
1414
1419
  "pretty_print_inspect",
1415
1420
  "pretty_print_instance_variables",
1416
1421
  "private_methods",
1422
+ "property_description",
1417
1423
  "property_is_set?",
1418
1424
  "protected_methods",
1419
1425
  "provider",
@@ -1641,6 +1647,7 @@
1641
1647
  "pretty_print_inspect",
1642
1648
  "pretty_print_instance_variables",
1643
1649
  "private_methods",
1650
+ "property_description",
1644
1651
  "property_is_set?",
1645
1652
  "protected_methods",
1646
1653
  "provider",
@@ -1868,6 +1875,7 @@
1868
1875
  "pretty_print_inspect",
1869
1876
  "pretty_print_instance_variables",
1870
1877
  "private_methods",
1878
+ "property_description",
1871
1879
  "property_is_set?",
1872
1880
  "protected_methods",
1873
1881
  "provider",
@@ -2085,6 +2093,7 @@
2085
2093
  "pretty_print_inspect",
2086
2094
  "pretty_print_instance_variables",
2087
2095
  "private_methods",
2096
+ "property_description",
2088
2097
  "property_is_set?",
2089
2098
  "protected_methods",
2090
2099
  "provider",
@@ -2316,6 +2325,7 @@
2316
2325
  "pretty_print_inspect",
2317
2326
  "pretty_print_instance_variables",
2318
2327
  "private_methods",
2328
+ "property_description",
2319
2329
  "property_is_set?",
2320
2330
  "protected_methods",
2321
2331
  "provider",
@@ -2555,6 +2565,7 @@
2555
2565
  "pretty_print_inspect",
2556
2566
  "pretty_print_instance_variables",
2557
2567
  "private_methods",
2568
+ "property_description",
2558
2569
  "property_is_set?",
2559
2570
  "protected_methods",
2560
2571
  "provider",
@@ -2775,6 +2786,7 @@
2775
2786
  "pretty_print_inspect",
2776
2787
  "pretty_print_instance_variables",
2777
2788
  "private_methods",
2789
+ "property_description",
2778
2790
  "property_is_set?",
2779
2791
  "protected_methods",
2780
2792
  "provider",
@@ -2994,6 +3006,7 @@
2994
3006
  "pretty_print_inspect",
2995
3007
  "pretty_print_instance_variables",
2996
3008
  "private_methods",
3009
+ "property_description",
2997
3010
  "property_is_set?",
2998
3011
  "protected_methods",
2999
3012
  "provider",
@@ -3208,6 +3221,7 @@
3208
3221
  "pretty_print_inspect",
3209
3222
  "pretty_print_instance_variables",
3210
3223
  "private_methods",
3224
+ "property_description",
3211
3225
  "property_is_set?",
3212
3226
  "protected_methods",
3213
3227
  "provider",
@@ -3440,6 +3454,7 @@
3440
3454
  "pretty_print_inspect",
3441
3455
  "pretty_print_instance_variables",
3442
3456
  "private_methods",
3457
+ "property_description",
3443
3458
  "property_is_set?",
3444
3459
  "protected_methods",
3445
3460
  "provider",
@@ -3663,6 +3678,7 @@
3663
3678
  "pretty_print_inspect",
3664
3679
  "pretty_print_instance_variables",
3665
3680
  "private_methods",
3681
+ "property_description",
3666
3682
  "property_is_set?",
3667
3683
  "protected_methods",
3668
3684
  "provider",
@@ -3798,6 +3814,7 @@
3798
3814
  "convert_to_class_name",
3799
3815
  "convert_to_snake_case",
3800
3816
  "cookbook",
3817
+ "cookbook=",
3801
3818
  "cookbook_name",
3802
3819
  "cookbook_name=",
3803
3820
  "cookbook_version",
@@ -3906,6 +3923,7 @@
3906
3923
  "pretty_print_inspect",
3907
3924
  "pretty_print_instance_variables",
3908
3925
  "private_methods",
3926
+ "property_description",
3909
3927
  "property_is_set?",
3910
3928
  "protected_methods",
3911
3929
  "provider",
@@ -3961,6 +3979,7 @@
3961
3979
  "singleton_methods",
3962
3980
  "snake_case_basename",
3963
3981
  "source",
3982
+ "source=",
3964
3983
  "source_line",
3965
3984
  "source_line=",
3966
3985
  "source_line_file",
@@ -4131,6 +4150,7 @@
4131
4150
  "pretty_print_inspect",
4132
4151
  "pretty_print_instance_variables",
4133
4152
  "private_methods",
4153
+ "property_description",
4134
4154
  "property_is_set?",
4135
4155
  "protected_methods",
4136
4156
  "provider",
@@ -4366,6 +4386,7 @@
4366
4386
  "pretty_print_inspect",
4367
4387
  "pretty_print_instance_variables",
4368
4388
  "private_methods",
4389
+ "property_description",
4369
4390
  "property_is_set?",
4370
4391
  "protected_methods",
4371
4392
  "provider",
@@ -4603,6 +4624,7 @@
4603
4624
  "pretty_print_inspect",
4604
4625
  "pretty_print_instance_variables",
4605
4626
  "private_methods",
4627
+ "property_description",
4606
4628
  "property_is_set?",
4607
4629
  "protected_methods",
4608
4630
  "provider",
@@ -4857,6 +4879,7 @@
4857
4879
  "pretty_print_inspect",
4858
4880
  "pretty_print_instance_variables",
4859
4881
  "private_methods",
4882
+ "property_description",
4860
4883
  "property_is_set?",
4861
4884
  "protected_methods",
4862
4885
  "provider",
@@ -5111,6 +5134,7 @@
5111
5134
  "pretty_print_inspect",
5112
5135
  "pretty_print_instance_variables",
5113
5136
  "private_methods",
5137
+ "property_description",
5114
5138
  "property_is_set?",
5115
5139
  "protected_methods",
5116
5140
  "provider",
@@ -5349,6 +5373,7 @@
5349
5373
  "pretty_print_inspect",
5350
5374
  "pretty_print_instance_variables",
5351
5375
  "private_methods",
5376
+ "property_description",
5352
5377
  "property_is_set?",
5353
5378
  "protected_methods",
5354
5379
  "provider",
@@ -5362,6 +5387,7 @@
5362
5387
  "recipe_name",
5363
5388
  "recipe_name=",
5364
5389
  "recursive",
5390
+ "recursive=",
5365
5391
  "registry_data_exists?",
5366
5392
  "registry_get_subkeys",
5367
5393
  "registry_get_values",
@@ -5569,6 +5595,7 @@
5569
5595
  "pretty_print_inspect",
5570
5596
  "pretty_print_instance_variables",
5571
5597
  "private_methods",
5598
+ "property_description",
5572
5599
  "property_is_set?",
5573
5600
  "protected_methods",
5574
5601
  "provider",
@@ -5792,6 +5819,7 @@
5792
5819
  "pretty_print_inspect",
5793
5820
  "pretty_print_instance_variables",
5794
5821
  "private_methods",
5822
+ "property_description",
5795
5823
  "property_is_set?",
5796
5824
  "protected_methods",
5797
5825
  "provider",
@@ -6015,6 +6043,7 @@
6015
6043
  "private_methods",
6016
6044
  "properties",
6017
6045
  "property",
6046
+ "property_description",
6018
6047
  "property_is_set?",
6019
6048
  "protected_methods",
6020
6049
  "provider",
@@ -6237,6 +6266,7 @@
6237
6266
  "pretty_print_inspect",
6238
6267
  "pretty_print_instance_variables",
6239
6268
  "private_methods",
6269
+ "property_description",
6240
6270
  "property_is_set?",
6241
6271
  "protected_methods",
6242
6272
  "provider",
@@ -6452,6 +6482,7 @@
6452
6482
  "pretty_print_inspect",
6453
6483
  "pretty_print_instance_variables",
6454
6484
  "private_methods",
6485
+ "property_description",
6455
6486
  "property_is_set?",
6456
6487
  "protected_methods",
6457
6488
  "provider",
@@ -6668,6 +6699,7 @@
6668
6699
  "pretty_print_inspect",
6669
6700
  "pretty_print_instance_variables",
6670
6701
  "private_methods",
6702
+ "property_description",
6671
6703
  "property_is_set?",
6672
6704
  "protected_methods",
6673
6705
  "provider",
@@ -6892,6 +6924,7 @@
6892
6924
  "pretty_print_inspect",
6893
6925
  "pretty_print_instance_variables",
6894
6926
  "private_methods",
6927
+ "property_description",
6895
6928
  "property_is_set?",
6896
6929
  "protected_methods",
6897
6930
  "provider",
@@ -7129,6 +7162,7 @@
7129
7162
  "pretty_print_inspect",
7130
7163
  "pretty_print_instance_variables",
7131
7164
  "private_methods",
7165
+ "property_description",
7132
7166
  "property_is_set?",
7133
7167
  "protected_methods",
7134
7168
  "provider",
@@ -7347,6 +7381,7 @@
7347
7381
  "pretty_print_inspect",
7348
7382
  "pretty_print_instance_variables",
7349
7383
  "private_methods",
7384
+ "property_description",
7350
7385
  "property_is_set?",
7351
7386
  "protected_methods",
7352
7387
  "provider",
@@ -7577,6 +7612,7 @@
7577
7612
  "pretty_print_inspect",
7578
7613
  "pretty_print_instance_variables",
7579
7614
  "private_methods",
7615
+ "property_description",
7580
7616
  "property_is_set?",
7581
7617
  "protected_methods",
7582
7618
  "provider",
@@ -7807,6 +7843,7 @@
7807
7843
  "pretty_print_inspect",
7808
7844
  "pretty_print_instance_variables",
7809
7845
  "private_methods",
7846
+ "property_description",
7810
7847
  "property_is_set?",
7811
7848
  "protected_methods",
7812
7849
  "provider",
@@ -8036,6 +8073,7 @@
8036
8073
  "pretty_print_inspect",
8037
8074
  "pretty_print_instance_variables",
8038
8075
  "private_methods",
8076
+ "property_description",
8039
8077
  "property_is_set?",
8040
8078
  "protected_methods",
8041
8079
  "provider",
@@ -8253,6 +8291,7 @@
8253
8291
  "pretty_print_inspect",
8254
8292
  "pretty_print_instance_variables",
8255
8293
  "private_methods",
8294
+ "property_description",
8256
8295
  "property_is_set?",
8257
8296
  "protected_methods",
8258
8297
  "provider",
@@ -8474,6 +8513,7 @@
8474
8513
  "pretty_print_inspect",
8475
8514
  "pretty_print_instance_variables",
8476
8515
  "private_methods",
8516
+ "property_description",
8477
8517
  "property_is_set?",
8478
8518
  "protected_methods",
8479
8519
  "provider",
@@ -8583,8 +8623,12 @@
8583
8623
  "as_json",
8584
8624
  "assert_valid_windows_architecture!",
8585
8625
  "bcast",
8626
+ "bcast=",
8586
8627
  "before_notifications",
8628
+ "bonding_opts",
8629
+ "bonding_opts=",
8587
8630
  "bootproto",
8631
+ "bootproto=",
8588
8632
  "class",
8589
8633
  "clean_array",
8590
8634
  "clone",
@@ -8629,6 +8673,8 @@
8629
8673
  "epic_fail",
8630
8674
  "eql?",
8631
8675
  "equal?",
8676
+ "ethtool_opts",
8677
+ "ethtool_opts=",
8632
8678
  "events",
8633
8679
  "extend",
8634
8680
  "ffi_yajl",
@@ -8640,11 +8686,13 @@
8640
8686
  "guard_interpreter",
8641
8687
  "hash",
8642
8688
  "hwaddr",
8689
+ "hwaddr=",
8643
8690
  "identity",
8644
8691
  "ignore_failure",
8645
8692
  "ignore_failure=",
8646
8693
  "immediate_notifications",
8647
8694
  "inet_addr",
8695
+ "inet_addr=",
8648
8696
  "inherits",
8649
8697
  "inspect",
8650
8698
  "instance_eval",
@@ -8662,14 +8710,20 @@
8662
8710
  "load_from",
8663
8711
  "lookup_provider_constant",
8664
8712
  "mask",
8713
+ "mask=",
8714
+ "master",
8715
+ "master=",
8665
8716
  "method",
8666
8717
  "method_missing",
8667
8718
  "methods",
8668
8719
  "metric",
8720
+ "metric=",
8669
8721
  "mtu",
8722
+ "mtu=",
8670
8723
  "name",
8671
8724
  "name=",
8672
8725
  "network",
8726
+ "network=",
8673
8727
  "nil?",
8674
8728
  "node",
8675
8729
  "node_supports_windows_architecture?",
@@ -8682,8 +8736,10 @@
8682
8736
  "notifies_immediately",
8683
8737
  "object_id",
8684
8738
  "onboot",
8739
+ "onboot=",
8685
8740
  "only_if",
8686
8741
  "onparent",
8742
+ "onparent=",
8687
8743
  "params",
8688
8744
  "params=",
8689
8745
  "platform?",
@@ -8696,6 +8752,7 @@
8696
8752
  "pretty_print_inspect",
8697
8753
  "pretty_print_instance_variables",
8698
8754
  "private_methods",
8755
+ "property_description",
8699
8756
  "property_is_set?",
8700
8757
  "protected_methods",
8701
8758
  "provider",
@@ -8749,6 +8806,8 @@
8749
8806
  "singleton_class",
8750
8807
  "singleton_method",
8751
8808
  "singleton_methods",
8809
+ "slave",
8810
+ "slave=",
8752
8811
  "snake_case_basename",
8753
8812
  "source_line",
8754
8813
  "source_line=",
@@ -8760,6 +8819,7 @@
8760
8819
  "tainted?",
8761
8820
  "tap",
8762
8821
  "target",
8822
+ "target=",
8763
8823
  "to_enum",
8764
8824
  "to_hash",
8765
8825
  "to_json",
@@ -8912,6 +8972,7 @@
8912
8972
  "pretty_print_inspect",
8913
8973
  "pretty_print_instance_variables",
8914
8974
  "private_methods",
8975
+ "property_description",
8915
8976
  "property_is_set?",
8916
8977
  "protected_methods",
8917
8978
  "provider",
@@ -9153,6 +9214,7 @@
9153
9214
  "pretty_print_inspect",
9154
9215
  "pretty_print_instance_variables",
9155
9216
  "private_methods",
9217
+ "property_description",
9156
9218
  "property_is_set?",
9157
9219
  "protected_methods",
9158
9220
  "provider",
@@ -9431,6 +9493,7 @@
9431
9493
  "program=",
9432
9494
  "program_arguments",
9433
9495
  "program_arguments=",
9496
+ "property_description",
9434
9497
  "property_is_set?",
9435
9498
  "protected_methods",
9436
9499
  "provider",
@@ -9687,6 +9750,7 @@
9687
9750
  "pretty_print_inspect",
9688
9751
  "pretty_print_instance_variables",
9689
9752
  "private_methods",
9753
+ "property_description",
9690
9754
  "property_is_set?",
9691
9755
  "protected_methods",
9692
9756
  "provider",
@@ -9870,9 +9934,11 @@
9870
9934
  "kind_of?",
9871
9935
  "lazy",
9872
9936
  "level",
9937
+ "level=",
9873
9938
  "load_from",
9874
9939
  "lookup_provider_constant",
9875
9940
  "message",
9941
+ "message=",
9876
9942
  "method",
9877
9943
  "method_missing",
9878
9944
  "methods",
@@ -9902,6 +9968,7 @@
9902
9968
  "pretty_print_inspect",
9903
9969
  "pretty_print_instance_variables",
9904
9970
  "private_methods",
9971
+ "property_description",
9905
9972
  "property_is_set?",
9906
9973
  "protected_methods",
9907
9974
  "provider",
@@ -10119,6 +10186,7 @@
10119
10186
  "pretty_print_instance_variables",
10120
10187
  "priority",
10121
10188
  "private_methods",
10189
+ "property_description",
10122
10190
  "property_is_set?",
10123
10191
  "protected_methods",
10124
10192
  "provider",
@@ -10346,6 +10414,7 @@
10346
10414
  "pretty_print_inspect",
10347
10415
  "pretty_print_instance_variables",
10348
10416
  "private_methods",
10417
+ "property_description",
10349
10418
  "property_is_set?",
10350
10419
  "protected_methods",
10351
10420
  "provider",
@@ -10572,6 +10641,7 @@
10572
10641
  "pretty_print_inspect",
10573
10642
  "pretty_print_instance_variables",
10574
10643
  "private_methods",
10644
+ "property_description",
10575
10645
  "property_is_set?",
10576
10646
  "protected_methods",
10577
10647
  "provider",
@@ -10786,6 +10856,7 @@
10786
10856
  "params=",
10787
10857
  "pass",
10788
10858
  "password",
10859
+ "password=",
10789
10860
  "platform?",
10790
10861
  "platform_family?",
10791
10862
  "powershell_out",
@@ -10796,6 +10867,7 @@
10796
10867
  "pretty_print_inspect",
10797
10868
  "pretty_print_instance_variables",
10798
10869
  "private_methods",
10870
+ "property_description",
10799
10871
  "property_is_set?",
10800
10872
  "protected_methods",
10801
10873
  "provider",
@@ -11015,6 +11087,7 @@
11015
11087
  "pretty_print_inspect",
11016
11088
  "pretty_print_instance_variables",
11017
11089
  "private_methods",
11090
+ "property_description",
11018
11091
  "property_is_set?",
11019
11092
  "protected_methods",
11020
11093
  "provider",
@@ -11239,6 +11312,7 @@
11239
11312
  "pretty_print_inspect",
11240
11313
  "pretty_print_instance_variables",
11241
11314
  "private_methods",
11315
+ "property_description",
11242
11316
  "property_is_set?",
11243
11317
  "protected_methods",
11244
11318
  "provider",
@@ -11452,6 +11526,7 @@
11452
11526
  "pretty_print_inspect",
11453
11527
  "pretty_print_instance_variables",
11454
11528
  "private_methods",
11529
+ "property_description",
11455
11530
  "property_is_set?",
11456
11531
  "protected_methods",
11457
11532
  "provider",
@@ -11623,6 +11698,7 @@
11623
11698
  "guard_interpreter",
11624
11699
  "hash",
11625
11700
  "identifier",
11701
+ "identifier=",
11626
11702
  "identity",
11627
11703
  "ignore_failure",
11628
11704
  "ignore_failure=",
@@ -11663,6 +11739,7 @@
11663
11739
  "params",
11664
11740
  "params=",
11665
11741
  "path",
11742
+ "path=",
11666
11743
  "platform?",
11667
11744
  "platform_family?",
11668
11745
  "powershell_out",
@@ -11674,7 +11751,10 @@
11674
11751
  "pretty_print_instance_variables",
11675
11752
  "private_methods",
11676
11753
  "profile",
11754
+ "profile=",
11677
11755
  "profile_name",
11756
+ "profile_name=",
11757
+ "property_description",
11678
11758
  "property_is_set?",
11679
11759
  "protected_methods",
11680
11760
  "provider",
@@ -11888,6 +11968,7 @@
11888
11968
  "pretty_print_inspect",
11889
11969
  "pretty_print_instance_variables",
11890
11970
  "private_methods",
11971
+ "property_description",
11891
11972
  "property_is_set?",
11892
11973
  "protected_methods",
11893
11974
  "provider",
@@ -12111,6 +12192,7 @@
12111
12192
  "pretty_print_inspect",
12112
12193
  "pretty_print_instance_variables",
12113
12194
  "private_methods",
12195
+ "property_description",
12114
12196
  "property_is_set?",
12115
12197
  "protected_methods",
12116
12198
  "provider",
@@ -12334,6 +12416,7 @@
12334
12416
  "pretty_print_inspect",
12335
12417
  "pretty_print_instance_variables",
12336
12418
  "private_methods",
12419
+ "property_description",
12337
12420
  "property_is_set?",
12338
12421
  "protected_methods",
12339
12422
  "provider",
@@ -12575,6 +12658,7 @@
12575
12658
  "pretty_print_inspect",
12576
12659
  "pretty_print_instance_variables",
12577
12660
  "private_methods",
12661
+ "property_description",
12578
12662
  "property_is_set?",
12579
12663
  "protected_methods",
12580
12664
  "provider",
@@ -12795,6 +12879,7 @@
12795
12879
  "pretty_print_inspect",
12796
12880
  "pretty_print_instance_variables",
12797
12881
  "private_methods",
12882
+ "property_description",
12798
12883
  "property_is_set?",
12799
12884
  "protected_methods",
12800
12885
  "provider",
@@ -13019,6 +13104,7 @@
13019
13104
  "pretty_print_inspect",
13020
13105
  "pretty_print_instance_variables",
13021
13106
  "private_methods",
13107
+ "property_description",
13022
13108
  "property_is_set?",
13023
13109
  "protected_methods",
13024
13110
  "provider",
@@ -13263,6 +13349,7 @@
13263
13349
  "pretty_print_inspect",
13264
13350
  "pretty_print_instance_variables",
13265
13351
  "private_methods",
13352
+ "property_description",
13266
13353
  "property_is_set?",
13267
13354
  "protected_methods",
13268
13355
  "provider",
@@ -13501,6 +13588,7 @@
13501
13588
  "pretty_print_inspect",
13502
13589
  "pretty_print_instance_variables",
13503
13590
  "private_methods",
13591
+ "property_description",
13504
13592
  "property_is_set?",
13505
13593
  "protected_methods",
13506
13594
  "provider",
@@ -13639,6 +13727,7 @@
13639
13727
  "define_singleton_method",
13640
13728
  "defined_at",
13641
13729
  "delay_mins",
13730
+ "delay_mins=",
13642
13731
  "delayed_action",
13643
13732
  "delayed_notifications",
13644
13733
  "deny_rights",
@@ -13718,6 +13807,7 @@
13718
13807
  "pretty_print_inspect",
13719
13808
  "pretty_print_instance_variables",
13720
13809
  "private_methods",
13810
+ "property_description",
13721
13811
  "property_is_set?",
13722
13812
  "protected_methods",
13723
13813
  "provider",
@@ -13728,6 +13818,7 @@
13728
13818
  "public_methods",
13729
13819
  "public_send",
13730
13820
  "reason",
13821
+ "reason=",
13731
13822
  "reboot_pending?",
13732
13823
  "recipe_name",
13733
13824
  "recipe_name=",
@@ -13931,6 +14022,7 @@
13931
14022
  "pretty_print_inspect",
13932
14023
  "pretty_print_instance_variables",
13933
14024
  "private_methods",
14025
+ "property_description",
13934
14026
  "property_is_set?",
13935
14027
  "protected_methods",
13936
14028
  "provider",
@@ -14155,6 +14247,7 @@
14155
14247
  "pretty_print_inspect",
14156
14248
  "pretty_print_instance_variables",
14157
14249
  "private_methods",
14250
+ "property_description",
14158
14251
  "property_is_set?",
14159
14252
  "protected_methods",
14160
14253
  "provider",
@@ -14169,6 +14262,7 @@
14169
14262
  "recipe_name",
14170
14263
  "recipe_name=",
14171
14264
  "recursive",
14265
+ "recursive=",
14172
14266
  "registry_data_exists?",
14173
14267
  "registry_get_subkeys",
14174
14268
  "registry_get_values",
@@ -14393,6 +14487,7 @@
14393
14487
  "pretty_print_inspect",
14394
14488
  "pretty_print_instance_variables",
14395
14489
  "private_methods",
14490
+ "property_description",
14396
14491
  "property_is_set?",
14397
14492
  "protected_methods",
14398
14493
  "provider",
@@ -14402,6 +14497,7 @@
14402
14497
  "public_method",
14403
14498
  "public_methods",
14404
14499
  "public_send",
14500
+ "qualify_user",
14405
14501
  "reboot_pending?",
14406
14502
  "recipe_name",
14407
14503
  "recipe_name=",
@@ -14411,6 +14507,12 @@
14411
14507
  "registry_has_subkeys?",
14412
14508
  "registry_key_exists?",
14413
14509
  "registry_value_exists?",
14510
+ "remote_domain",
14511
+ "remote_domain=",
14512
+ "remote_password",
14513
+ "remote_password=",
14514
+ "remote_user",
14515
+ "remote_user=",
14414
14516
  "remove_instance_variable",
14415
14517
  "reset_property",
14416
14518
  "resolve_notification_references",
@@ -14483,6 +14585,7 @@
14483
14585
  "valid_windows_architecture?",
14484
14586
  "validate",
14485
14587
  "validate_action",
14588
+ "validate_identity_platform",
14486
14589
  "validate_resource_spec!",
14487
14590
  "value_for_platform",
14488
14591
  "value_for_platform_family",
@@ -14632,6 +14735,7 @@
14632
14735
  "pretty_print_inspect",
14633
14736
  "pretty_print_instance_variables",
14634
14737
  "private_methods",
14738
+ "property_description",
14635
14739
  "property_is_set?",
14636
14740
  "protected_methods",
14637
14741
  "provider",
@@ -14851,6 +14955,7 @@
14851
14955
  "pretty_print_inspect",
14852
14956
  "pretty_print_instance_variables",
14853
14957
  "private_methods",
14958
+ "property_description",
14854
14959
  "property_is_set?",
14855
14960
  "protected_methods",
14856
14961
  "provider",
@@ -15092,6 +15197,7 @@
15092
15197
  "pretty_print_inspect",
15093
15198
  "pretty_print_instance_variables",
15094
15199
  "private_methods",
15200
+ "property_description",
15095
15201
  "property_is_set?",
15096
15202
  "protected_methods",
15097
15203
  "provider",
@@ -15310,6 +15416,7 @@
15310
15416
  "pretty_print_inspect",
15311
15417
  "pretty_print_instance_variables",
15312
15418
  "private_methods",
15419
+ "property_description",
15313
15420
  "property_is_set?",
15314
15421
  "protected_methods",
15315
15422
  "provider",
@@ -15528,6 +15635,7 @@
15528
15635
  "pretty_print_inspect",
15529
15636
  "pretty_print_instance_variables",
15530
15637
  "private_methods",
15638
+ "property_description",
15531
15639
  "property_is_set?",
15532
15640
  "protected_methods",
15533
15641
  "provider",
@@ -15770,6 +15878,7 @@
15770
15878
  "pretty_print_inspect",
15771
15879
  "pretty_print_instance_variables",
15772
15880
  "private_methods",
15881
+ "property_description",
15773
15882
  "property_is_set?",
15774
15883
  "protected_methods",
15775
15884
  "provider",
@@ -15993,6 +16102,7 @@
15993
16102
  "pretty_print_instance_variables",
15994
16103
  "priority",
15995
16104
  "private_methods",
16105
+ "property_description",
15996
16106
  "property_is_set?",
15997
16107
  "protected_methods",
15998
16108
  "provider",
@@ -16219,6 +16329,7 @@
16219
16329
  "pretty_print_inspect",
16220
16330
  "pretty_print_instance_variables",
16221
16331
  "private_methods",
16332
+ "property_description",
16222
16333
  "property_is_set?",
16223
16334
  "protected_methods",
16224
16335
  "provider",
@@ -16442,6 +16553,7 @@
16442
16553
  "pretty_print_inspect",
16443
16554
  "pretty_print_instance_variables",
16444
16555
  "private_methods",
16556
+ "property_description",
16445
16557
  "property_is_set?",
16446
16558
  "protected_methods",
16447
16559
  "provider",
@@ -16670,6 +16782,7 @@
16670
16782
  "pretty_print_inspect",
16671
16783
  "pretty_print_instance_variables",
16672
16784
  "private_methods",
16785
+ "property_description",
16673
16786
  "property_is_set?",
16674
16787
  "protected_methods",
16675
16788
  "provider",
@@ -16899,6 +17012,7 @@
16899
17012
  "pretty_print_inspect",
16900
17013
  "pretty_print_instance_variables",
16901
17014
  "private_methods",
17015
+ "property_description",
16902
17016
  "property_is_set?",
16903
17017
  "protected_methods",
16904
17018
  "provider",
@@ -16975,6 +17089,8 @@
16975
17089
  "triggers_reload",
16976
17090
  "triggers_reload=",
16977
17091
  "trust",
17092
+ "unit_name",
17093
+ "unit_name=",
16978
17094
  "untaint",
16979
17095
  "untrust",
16980
17096
  "untrusted?",
@@ -17145,6 +17261,7 @@
17145
17261
  "pretty_print_inspect",
17146
17262
  "pretty_print_instance_variables",
17147
17263
  "private_methods",
17264
+ "property_description",
17148
17265
  "property_is_set?",
17149
17266
  "protected_methods",
17150
17267
  "provider",
@@ -17382,6 +17499,7 @@
17382
17499
  "pretty_print_inspect",
17383
17500
  "pretty_print_instance_variables",
17384
17501
  "private_methods",
17502
+ "property_description",
17385
17503
  "property_is_set?",
17386
17504
  "protected_methods",
17387
17505
  "provider",
@@ -17495,7 +17613,7 @@
17495
17613
  "wow64_architecture_override_required?",
17496
17614
  "wow64_directory"
17497
17615
  ],
17498
- "unresolved_subscribes": [
17616
+ "user": [
17499
17617
  "!",
17500
17618
  "!=",
17501
17619
  "!~",
@@ -17517,6 +17635,7 @@
17517
17635
  "class",
17518
17636
  "clean_array",
17519
17637
  "clone",
17638
+ "comment",
17520
17639
  "constantize",
17521
17640
  "convert_to_class_name",
17522
17641
  "convert_to_snake_case",
@@ -17560,12 +17679,16 @@
17560
17679
  "extend",
17561
17680
  "ffi_yajl",
17562
17681
  "filename_to_qualified_string",
17682
+ "force",
17563
17683
  "forced_32bit_override_required?",
17564
17684
  "freeze",
17565
17685
  "frozen?",
17566
17686
  "gem",
17687
+ "gid",
17688
+ "group",
17567
17689
  "guard_interpreter",
17568
17690
  "hash",
17691
+ "home",
17569
17692
  "identity",
17570
17693
  "ignore_failure",
17571
17694
  "ignore_failure=",
@@ -17581,11 +17704,13 @@
17581
17704
  "instance_variables",
17582
17705
  "is_a?",
17583
17706
  "is_i386_process_on_x86_64_windows?",
17707
+ "iterations",
17584
17708
  "itself",
17585
17709
  "kind_of?",
17586
17710
  "lazy",
17587
17711
  "load_from",
17588
17712
  "lookup_provider_constant",
17713
+ "manage_home",
17589
17714
  "method",
17590
17715
  "method_missing",
17591
17716
  "methods",
@@ -17595,6 +17720,7 @@
17595
17720
  "node",
17596
17721
  "node_supports_windows_architecture?",
17597
17722
  "node_windows_architecture",
17723
+ "non_unique",
17598
17724
  "normalize_snake_case_name",
17599
17725
  "not_if",
17600
17726
  "notifies",
@@ -17605,6 +17731,7 @@
17605
17731
  "only_if",
17606
17732
  "params",
17607
17733
  "params=",
17734
+ "password",
17608
17735
  "platform?",
17609
17736
  "platform_family?",
17610
17737
  "powershell_out",
@@ -17615,6 +17742,7 @@
17615
17742
  "pretty_print_inspect",
17616
17743
  "pretty_print_instance_variables",
17617
17744
  "private_methods",
17745
+ "property_description",
17618
17746
  "property_is_set?",
17619
17747
  "protected_methods",
17620
17748
  "provider",
@@ -17650,12 +17778,14 @@
17650
17778
  "run_action",
17651
17779
  "run_context",
17652
17780
  "run_context=",
17781
+ "salt",
17653
17782
  "sanitized_path",
17654
17783
  "search",
17655
17784
  "send",
17656
17785
  "sensitive",
17657
17786
  "sensitive=",
17658
17787
  "set_or_return",
17788
+ "shell",
17659
17789
  "shell_out",
17660
17790
  "shell_out!",
17661
17791
  "shell_out_compact",
@@ -17675,6 +17805,7 @@
17675
17805
  "source_line_number",
17676
17806
  "state_for_resource_reporter",
17677
17807
  "subscribes",
17808
+ "system",
17678
17809
  "taint",
17679
17810
  "tainted?",
17680
17811
  "tap",
@@ -17686,6 +17817,7 @@
17686
17817
  "to_yaml",
17687
17818
  "to_yaml_properties",
17688
17819
  "trust",
17820
+ "uid",
17689
17821
  "untaint",
17690
17822
  "untrust",
17691
17823
  "untrusted?",
@@ -17693,6 +17825,8 @@
17693
17825
  "updated?",
17694
17826
  "updated_by_last_action",
17695
17827
  "updated_by_last_action?",
17828
+ "username",
17829
+ "username=",
17696
17830
  "valid_windows_architecture?",
17697
17831
  "validate",
17698
17832
  "validate_action",
@@ -17704,7 +17838,7 @@
17704
17838
  "wow64_architecture_override_required?",
17705
17839
  "wow64_directory"
17706
17840
  ],
17707
- "user": [
17841
+ "whyrun_safe_ruby_block": [
17708
17842
  "!",
17709
17843
  "!=",
17710
17844
  "!~",
@@ -17723,10 +17857,11 @@
17723
17857
  "as_json",
17724
17858
  "assert_valid_windows_architecture!",
17725
17859
  "before_notifications",
17860
+ "block",
17861
+ "block_name",
17726
17862
  "class",
17727
17863
  "clean_array",
17728
17864
  "clone",
17729
- "comment",
17730
17865
  "constantize",
17731
17866
  "convert_to_class_name",
17732
17867
  "convert_to_snake_case",
@@ -17770,16 +17905,12 @@
17770
17905
  "extend",
17771
17906
  "ffi_yajl",
17772
17907
  "filename_to_qualified_string",
17773
- "force",
17774
17908
  "forced_32bit_override_required?",
17775
17909
  "freeze",
17776
17910
  "frozen?",
17777
17911
  "gem",
17778
- "gid",
17779
- "group",
17780
17912
  "guard_interpreter",
17781
17913
  "hash",
17782
- "home",
17783
17914
  "identity",
17784
17915
  "ignore_failure",
17785
17916
  "ignore_failure=",
@@ -17795,13 +17926,11 @@
17795
17926
  "instance_variables",
17796
17927
  "is_a?",
17797
17928
  "is_i386_process_on_x86_64_windows?",
17798
- "iterations",
17799
17929
  "itself",
17800
17930
  "kind_of?",
17801
17931
  "lazy",
17802
17932
  "load_from",
17803
17933
  "lookup_provider_constant",
17804
- "manage_home",
17805
17934
  "method",
17806
17935
  "method_missing",
17807
17936
  "methods",
@@ -17811,7 +17940,6 @@
17811
17940
  "node",
17812
17941
  "node_supports_windows_architecture?",
17813
17942
  "node_windows_architecture",
17814
- "non_unique",
17815
17943
  "normalize_snake_case_name",
17816
17944
  "not_if",
17817
17945
  "notifies",
@@ -17822,7 +17950,6 @@
17822
17950
  "only_if",
17823
17951
  "params",
17824
17952
  "params=",
17825
- "password",
17826
17953
  "platform?",
17827
17954
  "platform_family?",
17828
17955
  "powershell_out",
@@ -17833,6 +17960,7 @@
17833
17960
  "pretty_print_inspect",
17834
17961
  "pretty_print_instance_variables",
17835
17962
  "private_methods",
17963
+ "property_description",
17836
17964
  "property_is_set?",
17837
17965
  "protected_methods",
17838
17966
  "provider",
@@ -17868,14 +17996,12 @@
17868
17996
  "run_action",
17869
17997
  "run_context",
17870
17998
  "run_context=",
17871
- "salt",
17872
17999
  "sanitized_path",
17873
18000
  "search",
17874
18001
  "send",
17875
18002
  "sensitive",
17876
18003
  "sensitive=",
17877
18004
  "set_or_return",
17878
- "shell",
17879
18005
  "shell_out",
17880
18006
  "shell_out!",
17881
18007
  "shell_out_compact",
@@ -17895,7 +18021,6 @@
17895
18021
  "source_line_number",
17896
18022
  "state_for_resource_reporter",
17897
18023
  "subscribes",
17898
- "system",
17899
18024
  "taint",
17900
18025
  "tainted?",
17901
18026
  "tap",
@@ -17907,7 +18032,6 @@
17907
18032
  "to_yaml",
17908
18033
  "to_yaml_properties",
17909
18034
  "trust",
17910
- "uid",
17911
18035
  "untaint",
17912
18036
  "untrust",
17913
18037
  "untrusted?",
@@ -17915,8 +18039,6 @@
17915
18039
  "updated?",
17916
18040
  "updated_by_last_action",
17917
18041
  "updated_by_last_action?",
17918
- "username",
17919
- "username=",
17920
18042
  "valid_windows_architecture?",
17921
18043
  "validate",
17922
18044
  "validate_action",
@@ -17928,7 +18050,7 @@
17928
18050
  "wow64_architecture_override_required?",
17929
18051
  "wow64_directory"
17930
18052
  ],
17931
- "whyrun_safe_ruby_block": [
18053
+ "windows_package": [
17932
18054
  "!",
17933
18055
  "!=",
17934
18056
  "!~",
@@ -17945,10 +18067,11 @@
17945
18067
  "allowed_actions",
17946
18068
  "allowed_actions=",
17947
18069
  "as_json",
18070
+ "as_uri",
17948
18071
  "assert_valid_windows_architecture!",
17949
18072
  "before_notifications",
17950
- "block",
17951
- "block_name",
18073
+ "checksum",
18074
+ "checksum=",
17952
18075
  "class",
17953
18076
  "clean_array",
17954
18077
  "clone",
@@ -18007,6 +18130,8 @@
18007
18130
  "immediate_notifications",
18008
18131
  "inherits",
18009
18132
  "inspect",
18133
+ "installer_type",
18134
+ "installer_type=",
18010
18135
  "instance_eval",
18011
18136
  "instance_exec",
18012
18137
  "instance_of?",
@@ -18038,6 +18163,10 @@
18038
18163
  "notifies_immediately",
18039
18164
  "object_id",
18040
18165
  "only_if",
18166
+ "options",
18167
+ "options=",
18168
+ "package_name",
18169
+ "package_name=",
18041
18170
  "params",
18042
18171
  "params=",
18043
18172
  "platform?",
@@ -18050,6 +18179,7 @@
18050
18179
  "pretty_print_inspect",
18051
18180
  "pretty_print_instance_variables",
18052
18181
  "private_methods",
18182
+ "property_description",
18053
18183
  "property_is_set?",
18054
18184
  "protected_methods",
18055
18185
  "provider",
@@ -18068,6 +18198,8 @@
18068
18198
  "registry_has_subkeys?",
18069
18199
  "registry_key_exists?",
18070
18200
  "registry_value_exists?",
18201
+ "remote_file_attributes",
18202
+ "remote_file_attributes=",
18071
18203
  "remove_instance_variable",
18072
18204
  "reset_property",
18073
18205
  "resolve_notification_references",
@@ -18076,11 +18208,17 @@
18076
18208
  "resource_name",
18077
18209
  "resources",
18078
18210
  "respond_to?",
18211
+ "response_file",
18212
+ "response_file=",
18213
+ "response_file_variables",
18214
+ "response_file_variables=",
18079
18215
  "restore_wow64_file_redirection",
18080
18216
  "retries",
18081
18217
  "retries=",
18082
18218
  "retry_delay",
18083
18219
  "retry_delay=",
18220
+ "returns",
18221
+ "returns=",
18084
18222
  "rights",
18085
18223
  "run_action",
18086
18224
  "run_context",
@@ -18104,6 +18242,8 @@
18104
18242
  "singleton_method",
18105
18243
  "singleton_methods",
18106
18244
  "snake_case_basename",
18245
+ "source",
18246
+ "source=",
18107
18247
  "source_line",
18108
18248
  "source_line=",
18109
18249
  "source_line_file",
@@ -18113,6 +18253,8 @@
18113
18253
  "taint",
18114
18254
  "tainted?",
18115
18255
  "tap",
18256
+ "timeout",
18257
+ "timeout=",
18116
18258
  "to_enum",
18117
18259
  "to_hash",
18118
18260
  "to_json",
@@ -18128,6 +18270,7 @@
18128
18270
  "updated?",
18129
18271
  "updated_by_last_action",
18130
18272
  "updated_by_last_action?",
18273
+ "uri_scheme?",
18131
18274
  "valid_windows_architecture?",
18132
18275
  "validate",
18133
18276
  "validate_action",
@@ -18135,11 +18278,13 @@
18135
18278
  "value_for_platform",
18136
18279
  "value_for_platform_family",
18137
18280
  "value_to_text",
18281
+ "version",
18282
+ "version=",
18138
18283
  "with_os_architecture",
18139
18284
  "wow64_architecture_override_required?",
18140
18285
  "wow64_directory"
18141
18286
  ],
18142
- "windows_package": [
18287
+ "windows_path": [
18143
18288
  "!",
18144
18289
  "!=",
18145
18290
  "!~",
@@ -18156,11 +18301,8 @@
18156
18301
  "allowed_actions",
18157
18302
  "allowed_actions=",
18158
18303
  "as_json",
18159
- "as_uri",
18160
18304
  "assert_valid_windows_architecture!",
18161
18305
  "before_notifications",
18162
- "checksum",
18163
- "checksum=",
18164
18306
  "class",
18165
18307
  "clean_array",
18166
18308
  "clone",
@@ -18219,8 +18361,6 @@
18219
18361
  "immediate_notifications",
18220
18362
  "inherits",
18221
18363
  "inspect",
18222
- "installer_type",
18223
- "installer_type=",
18224
18364
  "instance_eval",
18225
18365
  "instance_exec",
18226
18366
  "instance_of?",
@@ -18252,12 +18392,10 @@
18252
18392
  "notifies_immediately",
18253
18393
  "object_id",
18254
18394
  "only_if",
18255
- "options",
18256
- "options=",
18257
- "package_name",
18258
- "package_name=",
18259
18395
  "params",
18260
18396
  "params=",
18397
+ "path",
18398
+ "path=",
18261
18399
  "platform?",
18262
18400
  "platform_family?",
18263
18401
  "powershell_out",
@@ -18268,6 +18406,7 @@
18268
18406
  "pretty_print_inspect",
18269
18407
  "pretty_print_instance_variables",
18270
18408
  "private_methods",
18409
+ "property_description",
18271
18410
  "property_is_set?",
18272
18411
  "protected_methods",
18273
18412
  "provider",
@@ -18286,8 +18425,6 @@
18286
18425
  "registry_has_subkeys?",
18287
18426
  "registry_key_exists?",
18288
18427
  "registry_value_exists?",
18289
- "remote_file_attributes",
18290
- "remote_file_attributes=",
18291
18428
  "remove_instance_variable",
18292
18429
  "reset_property",
18293
18430
  "resolve_notification_references",
@@ -18296,17 +18433,11 @@
18296
18433
  "resource_name",
18297
18434
  "resources",
18298
18435
  "respond_to?",
18299
- "response_file",
18300
- "response_file=",
18301
- "response_file_variables",
18302
- "response_file_variables=",
18303
18436
  "restore_wow64_file_redirection",
18304
18437
  "retries",
18305
18438
  "retries=",
18306
18439
  "retry_delay",
18307
18440
  "retry_delay=",
18308
- "returns",
18309
- "returns=",
18310
18441
  "rights",
18311
18442
  "run_action",
18312
18443
  "run_context",
@@ -18330,8 +18461,6 @@
18330
18461
  "singleton_method",
18331
18462
  "singleton_methods",
18332
18463
  "snake_case_basename",
18333
- "source",
18334
- "source=",
18335
18464
  "source_line",
18336
18465
  "source_line=",
18337
18466
  "source_line_file",
@@ -18341,8 +18470,6 @@
18341
18470
  "taint",
18342
18471
  "tainted?",
18343
18472
  "tap",
18344
- "timeout",
18345
- "timeout=",
18346
18473
  "to_enum",
18347
18474
  "to_hash",
18348
18475
  "to_json",
@@ -18358,7 +18485,6 @@
18358
18485
  "updated?",
18359
18486
  "updated_by_last_action",
18360
18487
  "updated_by_last_action?",
18361
- "uri_scheme?",
18362
18488
  "valid_windows_architecture?",
18363
18489
  "validate",
18364
18490
  "validate_action",
@@ -18366,8 +18492,6 @@
18366
18492
  "value_for_platform",
18367
18493
  "value_for_platform_family",
18368
18494
  "value_to_text",
18369
- "version",
18370
- "version=",
18371
18495
  "with_os_architecture",
18372
18496
  "wow64_architecture_override_required?",
18373
18497
  "wow64_directory"
@@ -18515,6 +18639,7 @@
18515
18639
  "pretty_print_inspect",
18516
18640
  "pretty_print_instance_variables",
18517
18641
  "private_methods",
18642
+ "property_description",
18518
18643
  "property_is_set?",
18519
18644
  "protected_methods",
18520
18645
  "provider",
@@ -18738,6 +18863,7 @@
18738
18863
  "pretty_print_instance_variables",
18739
18864
  "priority",
18740
18865
  "private_methods",
18866
+ "property_description",
18741
18867
  "property_is_set?",
18742
18868
  "protected_methods",
18743
18869
  "provider",
@@ -18989,6 +19115,7 @@
18989
19115
  "pretty_print_inspect",
18990
19116
  "pretty_print_instance_variables",
18991
19117
  "private_methods",
19118
+ "property_description",
18992
19119
  "property_is_set?",
18993
19120
  "protected_methods",
18994
19121
  "provider",
@@ -19222,6 +19349,7 @@
19222
19349
  "pretty_print_inspect",
19223
19350
  "pretty_print_instance_variables",
19224
19351
  "private_methods",
19352
+ "property_description",
19225
19353
  "property_is_set?",
19226
19354
  "protected_methods",
19227
19355
  "provider",
@@ -19453,6 +19581,8 @@
19453
19581
  "max_retries=",
19454
19582
  "metadata_expire",
19455
19583
  "metadata_expire=",
19584
+ "metalink",
19585
+ "metalink=",
19456
19586
  "method",
19457
19587
  "method_missing",
19458
19588
  "methods",
@@ -19498,6 +19628,7 @@
19498
19628
  "priority",
19499
19629
  "priority=",
19500
19630
  "private_methods",
19631
+ "property_description",
19501
19632
  "property_is_set?",
19502
19633
  "protected_methods",
19503
19634
  "provider",
@@ -19585,6 +19716,8 @@
19585
19716
  "taint",
19586
19717
  "tainted?",
19587
19718
  "tap",
19719
+ "throttle",
19720
+ "throttle=",
19588
19721
  "timeout",
19589
19722
  "timeout=",
19590
19723
  "to_enum",
@@ -19630,6 +19763,8 @@
19630
19763
  "action",
19631
19764
  "action=",
19632
19765
  "after_created",
19766
+ "allow_downgrade",
19767
+ "allow_downgrade=",
19633
19768
  "allowed_actions",
19634
19769
  "allowed_actions=",
19635
19770
  "as_json",
@@ -19742,6 +19877,7 @@
19742
19877
  "pretty_print_inspect",
19743
19878
  "pretty_print_instance_variables",
19744
19879
  "private_methods",
19880
+ "property_description",
19745
19881
  "property_is_set?",
19746
19882
  "protected_methods",
19747
19883
  "provider",
@@ -19870,6 +20006,8 @@
19870
20006
  "constantize",
19871
20007
  "convert_to_class_name",
19872
20008
  "convert_to_snake_case",
20009
+ "cookbook",
20010
+ "cookbook=",
19873
20011
  "cookbook_name",
19874
20012
  "cookbook_name=",
19875
20013
  "cookbook_version",
@@ -19918,6 +20056,8 @@
19918
20056
  "freeze",
19919
20057
  "frozen?",
19920
20058
  "gem",
20059
+ "gpgautoimportkeys",
20060
+ "gpgautoimportkeys=",
19921
20061
  "gpgcheck",
19922
20062
  "gpgcheck=",
19923
20063
  "gpgkey",
@@ -19984,6 +20124,7 @@
19984
20124
  "priority",
19985
20125
  "priority=",
19986
20126
  "private_methods",
20127
+ "property_description",
19987
20128
  "property_is_set?",
19988
20129
  "protected_methods",
19989
20130
  "provider",