foodcritic-13.1.1/0000755000004100000410000000000013300102713013740 5ustar www-datawww-datafoodcritic-13.1.1/misc/0000755000004100000410000000000013300102713014673 5ustar www-datawww-datafoodcritic-13.1.1/misc/lucene.treetop0000644000004100000410000000610213300102713017551 0ustar www-datawww-data# # Author:: Seth Falcon () # Copyright:: Copyright (c) 2010-2015 Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # grammar Lucene rule body (expression / space)* end rule expression operation / group / field / field_range / term / string end rule term keyword valid_letter+ / !keyword !"?" valid_letter end rule field field_name ":" (term/string/group) end rule field_range field_name ":" "[" range_value " TO " range_value "]" / field_name ":" "{" range_value " TO " range_value "}" end rule field_name !keyword valid_letter+ end rule range_value valid_letter+ / "*" end rule group space? '(' body ')' space? end rule operation binary_op / unary_op / fuzzy_op / boost_op end rule unary_op not_op / required_op / prohibited_op end rule binary_op (group / field / field_range / term) space? boolean_operator space+ body end rule boolean_operator and_operator / or_operator end rule and_operator 'AND' / '&&' end rule or_operator 'OR' / '||' end rule not_op not_operator space (group / field / field_range / term / string) / bang_operator space? (group / field / field_range / term / string) end rule not_operator 'NOT' end rule bang_operator '!' end rule required_op !valid_letter required_operator (term/string) / required_operator (term/string) end rule required_operator '+' end rule prohibited_op !valid_letter prohibited_operator (field/field_range/term/string) end rule prohibited_operator '-' end rule boost_op (term/string) '^' fuzzy_param end rule fuzzy_op (term/string) '~' fuzzy_param? (space / !valid_letter) end rule fuzzy_param [0-9] '.'? [0-9] / [0-9]+ end rule string '"' term (space term)* '"' end rule keyword 'AND' / 'OR' / 'NOT' end rule valid_letter start_letter+ ([a-zA-Z0-9@*?_.-] / '\\' special_char)* end rule start_letter [a-zA-Z0-9@._*] / '\\' special_char end rule end_letter [a-zA-Z0-9*?_.] / '\\' special_char end rule special_char [-+&|!(){}\[\]^"~*?:\\] end rule space [\s]+ end end foodcritic-13.1.1/README.md0000644000004100000410000000424113300102713015220 0ustar www-datawww-data# Foodcritic [![Build Status](https://travis-ci.org/Foodcritic/foodcritic.svg?branch=master)](https://travis-ci.org/Foodcritic/foodcritic) [![Gem Version](https://badge.fury.io/rb/foodcritic.svg)](http://badge.fury.io/rb/foodcritic) Foodcritic is a code linting tool for writing better and safer Chef cookbooks that runs both as a command line tool and as a Rake task. Out of the box Foodcritic contains over 70 cookbook rules, and plugin system for writing your own rules. ## Basic Usage ```shell $ gem install foodcritic $ foodcritic my_cookbook_dir ``` ## Documentation The Foodcritic site at contains documentation for each of the rules as well as documentation on the API for writing your own rules. ## Requirements - Ruby 2.3+ ## Building Foodcritic ``` $ bundle install $ bundle exec rake ``` ## Testing Foodcritic Foodcritic includes rspec tests of the application itself and cucumber tests for each of the included rules. Each of these tests can be run via rake Running rspec tests: ``` $ bundle exec rake spec ``` Running cucumber tests: ``` $ bundle exec rake features ``` Running regression tests: ``` $ bundle exec rake 'spec[regression]' ``` ## Docker Foodcritic can also be used with Docker. To build and run Foodcritic in a Docker container please follow the instructions below. Building the Docker image: ```shell $ docker build --rm -t foodcritic/foodcritic . ``` Running Foodcritic inside a Docker container: ```shell $ docker run -it --rm -v ~/cookbooks:/cookbooks foodcritic/foodcritic "/cookbooks" ``` **Note:** This will mount the host directory `~/cookbooks` into the container in the path `/cookbooks`. ## License MIT - see the accompanying [LICENSE](https://github.com/Foodcritic/foodcritic/blob/master/LICENSE) file for details. ## Changelog To see what has changed in recent versions see the [CHANGELOG](https://github.com/Foodcritic/foodcritic/blob/master/CHANGELOG.md). Foodcritic follows the [Rubygems Semantic Versioning Policy](http://guides.rubygems.org/patterns/#semantic-versioning). ## Contributing Additional rules and bug fixes are welcome! Please fork and submit a pull request on an individual branch per change. foodcritic-13.1.1/bin/0000755000004100000410000000000013300102713014510 5ustar www-datawww-datafoodcritic-13.1.1/bin/foodcritic0000755000004100000410000000013313300102713016560 0ustar www-datawww-data#!/usr/bin/env ruby require_relative "../lib/foodcritic" exit FoodCritic::CommandLine.main foodcritic-13.1.1/spec/0000755000004100000410000000000013300102713014672 5ustar www-datawww-datafoodcritic-13.1.1/spec/regression/0000755000004100000410000000000013300102713017052 5ustar www-datawww-datafoodcritic-13.1.1/spec/regression/cookbooks.txt0000644000004100000410000001001013300102713021574 0ustar www-datawww-dataactivemq:5dce4ca5283d2a6252130a2d800b9387a57d6e01 aix:f40afb959cc5edc3e838072c6c4f817708657f1b apparmor:fd09a6fda4f6fc722d4c8d5b8a5c815feda280c0 apt:ea834265247cc8b507ac37ab3a34a9b44ed27a11 ark:950ed665bc82c13194cb7c0cac3154a4b73e40c7 auditd:eff59f9ca300ac0514e8c96769bc3e8e8c22a76a aws:a9530561bf559c6db2cb40a93b125607c5ef3efa bluepill:1d6422afcbc910e587c9639e4e0a28c72727c90b boost:14f30e36040a4fcd038f030d9ee1c7fb29b08b68 build-essential:0c636536fb1236f792974f3af38f2950a03ed4b2 chef:dac09eea9fa0d611b7b010160d6b8fa7f4d6ae1e chef-client:7fc4472c9913c9cb1762f979e05047a674318ef5 chef-ingredient:e9c2f58af73d49b5783754757f0a38aa87abd37f chef-server:d98b96d69962c7988b9640fe5bee09f771ba8977 chef-vault:6ad7e34f9b860dc1b339a0c1814214595098e4b0 chef_client_updater:01b39eaa81f017cebca3ab3a941683eb962d9bd2 chef_handler:d147ca9644f146b97a2d53324ca344321799b45f chef_hostname:24776c9ea403a82b5aecc6b1a4a829e892f4db95 chef_nginx:1f22dd7b7e04e60a1ea9fd0cc4ab980a4be05d4d cron:dce04363b6a02d36f8da88f202cedfae2daa6a2c database:1ab3822ca50824fbdc14f7c89341faa7ae1e90cb docker:e0f18072406abf1ade70745a7ef7e5529f00c109 dmg:11caf56f57a1168a891f01f0614a01b879aff624 drbd:e65b60894b48855163c3a13ead40fb897d66c4b8 dynect:5ef2328cc612cc4c36882742367af0e2bdbd0367 erlang:58290537b49b495bc18e7a06d9d7560b4d239582 fail2ban:7b1939c9bc345f3a449545cb8e7ddb8190a6fe5f firewall:81a8db5a868f9f486ba694a7fe8eb969a2ae99d1 gecode:87dc9114bf79e67b8eea9f2a0c42929040d08e4b gems:6f8c222cf8326b5266ca3c68344accbbf8d5c468 gunicorn:89be74c6b47bdb980ee1d98f9aae6b747f1d11e8 heartbeat:da496afa31286512a9b977974bec5ff51d6de9d8 homebrew:f42d8d09d8ae3d45f5bdb680dd52da351cb80e2e iis:ab7e4823d375e8eb4f927dee5b7ab0591301cb0e iptables:da126cf900af3cc36bf212973bb8d0be69fa2b9f jetty:d165775c2c7ce3cc484cbe8c7aadf6649505d078 jpackage:23e6f4b717620455ee9d29cbf82d9a7ab7fa6e5b keepalived:0c8bc5ea5aba93b5bc58ebea8661c1e1762ea463 kickstart:6523fca008362ed72f8fbb25f0c7af70d563b96d logwatch:706174796a3bc1d85d57d3aee792e78cb13570ac libarchive:5f21a614017c7cffb3fe7f56185c0b988fad7826 lvm:57bd5291fbaa41e7a13f25c4553cdacbfc3ad3dd maradns:e975ded4303432629ad37234cb7a05c9d6edcf73 maven:e486321f1e89f7ad2b9700c08fcbc68c32daa599 memcached:db13b6c4088e93faf995441df4aa856adc84c565 motd-tail:e01096b73c387a46302f63ae6f838fac94e0ca81 mysql:1709b1ea22339a0c829cf5ced8c5a7ed4a186615 ohai:8ad8c92b14d5198ffa5ebd094acd83ba0c5c828c openldap:2f21ae90544b4f938e554f914955e3fac1a885de openssh:a61b47fb0efbdab731e7929506bb1dc6902f0091 openssl:7f5b84a942f015191ade6badf65a49f1fe7b05b1 partial_search:9a96d68a4af2eff1cf5d3e8ed7ff2ede723a09c8 passenger_apache2:793f7bbaac7a883d5f9ef1414260718e33958ae8 perl:bd6f978aea0ad7e65a8e6266951476b717a9a074 php:f3f5db8d823db821ac696f7b52b2a613c1e2f167 postfix:d7d149e7a7235b2733455e524d86e3a984b9b97c powershell:4b175affe1a8a7d091a8ca905a580bf975af5edc resolver:105ad0a2fc9c065a7c4455cfc07ab7771b8e0da0 rsync:41756f404fc39f3ce407cce9fe03294dd907c0fe rsyslog:8830d558d2ee3126fef56ea3a25a4f0253ce269f runit:92c60395a0727bc4941b58e95a4d67cc163a2b98 smokeping:db0b62ab6d71a782d378c550d37464f024abe144 sql_server:d9702f8fc29f208c9e712627cda64ccae2d71321 ssh_known_hosts:a89f0c32e8e2c408a2e153153cc703f1184c6b72 stompserver:bf81830bb7783f4198565201c825c23267e1d515 subversion:cad4c069deca1fbbfb6b8f4d21b6c341cc9c6b55 sudo:00d024f293afb9df4fea23ba127529d67c1daf14 tar:8586d01346324f413fea9c4b48a214f5e12d3a49 tftp:f4016b14eae2c0fe7fb48020bf28039c2de043a4 tomcat:a99c916e8ec00b2e008c16e8b4aa9adcffbb1056 transmission:c3d62aa4741a55b693630d9cc48b012ff22d2e7b ubuntu:7d21b626873ee397755d59aa222cf7fa681f6e90 ufw:6bc6de62a84f6fa6f172edf0a490f1a332e89e29 unicorn:bacbb2400dcb476dd53784aa965fa9329e8c3869 users:c51c96afca83b382678dc21b8deb25677e6a3d8a vcruntime:87ea6e2bb16871ec132f03ca014e481e473f958a vim:88e8d018267d2cd5cfa3260ce55a0025f52dae6f webpi:6cb4fde9dedf2abc980fa49880753512baa26b23 whitelist-node-attrs:2d76a2d179096e3ab048547d0d7849238ac2a5d3 windows:1601558f5fce30bed47bfc6d458a80891e127c61 wix:422b8da1dcf706bb4742d83abc44a649522afe83 xml:0b538834aa26c4df5918aa193029d285d7b1d4de yum:b1191511b011790b2fc5c35cfbc78d0cc7bbc5b8 foodcritic-13.1.1/spec/regression/regression_spec.rb0000644000004100000410000000143013300102713022567 0ustar www-datawww-datarequire "spec_helper" describe "regression test" do command("#{File.expand_path("../../../bin/foodcritic", __FILE__)} --no-progress --tags any .", allow_error: true) File.readlines(File.expand_path("../cookbooks.txt", __FILE__)).each do |line| name, ref = line.strip.split(":") context "with cookbook #{name}", "regression_#{name}" => true do before do command("git clone -q https://github.com/chef-cookbooks/#{name}.git .") command("git checkout -q #{ref}") end it "should match expected output" do expected_output = File.readlines(File.expand_path("../expected/#{name}.txt", __FILE__)) expected_output.each do |expected_line| expect(subject.stdout).to include expected_line end end end end end foodcritic-13.1.1/spec/regression/expected/0000755000004100000410000000000013300102713020653 5ustar www-datawww-datafoodcritic-13.1.1/spec/regression/expected/drbd.txt0000644000004100000410000000453013300102713022331 0ustar www-datawww-dataFC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:1 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:2 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:3 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:4 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:5 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:6 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:7 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:8 FC001: Use strings in preference to symbols to access node attributes: ./templates/default/res.erb:1 FC019: Access node attributes in a consistent manner: ./attributes/default.rb:1 FC019: Access node attributes in a consistent manner: ./attributes/default.rb:2 FC019: Access node attributes in a consistent manner: ./attributes/default.rb:3 FC019: Access node attributes in a consistent manner: ./attributes/default.rb:4 FC019: Access node attributes in a consistent manner: ./attributes/default.rb:5 FC019: Access node attributes in a consistent manner: ./attributes/default.rb:6 FC019: Access node attributes in a consistent manner: ./attributes/default.rb:7 FC019: Access node attributes in a consistent manner: ./attributes/default.rb:8 FC043: Prefer new notification syntax: ./recipes/pair.rb:45 FC043: Prefer new notification syntax: ./recipes/pair.rb:58 FC043: Prefer new notification syntax: ./recipes/pair.rb:65 FC043: Prefer new notification syntax: ./recipes/pair.rb:85 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC075: Cookbook uses node.save to save partial node data to the chef-server mid-run: ./recipes/default.rb:21 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/pair.rb:87 FC089: Prefer Mixlib::Shellout over deprecated Chef::ShellOut: ./recipes/pair.rb:49 foodcritic-13.1.1/spec/regression/expected/apparmor.txt0000644000004100000410000000127613300102713023243 0ustar www-datawww-dataFC001: Use strings in preference to symbols to access node attributes: ./attributes/apparmor.rb:1 FC001: Use strings in preference to symbols to access node attributes: ./recipes/default.rb:21 FC001: Use strings in preference to symbols to access node attributes: ./recipes/default.rb:23 FC029: No leading cookbook name in recipe metadata: ./metadata.rb:8 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/gems.txt0000644000004100000410000000546313300102713022357 0ustar www-datawww-dataFC001: Use strings in preference to symbols to access node attributes: ./attributes/mirror.rb:1 FC001: Use strings in preference to symbols to access node attributes: ./attributes/mirror.rb:2 FC001: Use strings in preference to symbols to access node attributes: ./attributes/mirror.rb:3 FC001: Use strings in preference to symbols to access node attributes: ./attributes/server.rb:1 FC001: Use strings in preference to symbols to access node attributes: ./attributes/server.rb:2 FC001: Use strings in preference to symbols to access node attributes: ./attributes/server.rb:3 FC001: Use strings in preference to symbols to access node attributes: ./recipes/mirror.rb:23 FC001: Use strings in preference to symbols to access node attributes: ./recipes/mirror.rb:29 FC001: Use strings in preference to symbols to access node attributes: ./recipes/mirror.rb:36 FC001: Use strings in preference to symbols to access node attributes: ./recipes/mirror.rb:41 FC001: Use strings in preference to symbols to access node attributes: ./recipes/mirror.rb:44 FC001: Use strings in preference to symbols to access node attributes: ./recipes/mirror.rb:45 FC001: Use strings in preference to symbols to access node attributes: ./recipes/mirror.rb:46 FC001: Use strings in preference to symbols to access node attributes: ./recipes/server.rb:26 FC001: Use strings in preference to symbols to access node attributes: ./recipes/server.rb:29 FC001: Use strings in preference to symbols to access node attributes: ./recipes/server.rb:30 FC001: Use strings in preference to symbols to access node attributes: ./recipes/server.rb:31 FC001: Use strings in preference to symbols to access node attributes: ./recipes/server.rb:40 FC001: Use strings in preference to symbols to access node attributes: ./recipes/server.rb:44 FC001: Use strings in preference to symbols to access node attributes: ./recipes/server.rb:50 FC001: Use strings in preference to symbols to access node attributes: ./templates/default/gem_server.conf.erb:6 FC001: Use strings in preference to symbols to access node attributes: ./templates/default/gem_server.conf.erb:29 FC001: Use strings in preference to symbols to access node attributes: ./templates/default/gem_server.conf.erb:35 FC002: Avoid string interpolation where not required: ./recipes/mirror.rb:23 FC002: Avoid string interpolation where not required: ./recipes/server.rb:44 FC043: Prefer new notification syntax: ./recipes/server.rb:50 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC072: Metadata should not contain "attribute" keyword: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/unicorn.txt0000644000004100000410000000100313300102713023063 0ustar www-datawww-dataFC015: Consider converting definition to a Custom Resource: ./definitions/unicorn_config.rb:1 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC067: Ensure at least one platform supported in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/powershell.txt0000644000004100000410000000115313300102713023600 0ustar www-datawww-dataFC019: Access node attributes in a consistent manner: ./recipes/default.rb:69 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/default.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/default.rb:72 foodcritic-13.1.1/spec/regression/expected/database.txt0000644000004100000410000001055013300102713023161 0ustar www-datawww-dataFC001: Use strings in preference to symbols to access node attributes: ./libraries/provider_database_postgresql.rb:113 FC001: Use strings in preference to symbols to access node attributes: ./recipes/ebs_backup.rb:31 FC001: Use strings in preference to symbols to access node attributes: ./recipes/ebs_volume.rb:22 FC001: Use strings in preference to symbols to access node attributes: ./recipes/ebs_volume.rb:86 FC019: Access node attributes in a consistent manner: ./libraries/provider_database_postgresql.rb:113 FC019: Access node attributes in a consistent manner: ./recipes/ebs_backup.rb:31 FC019: Access node attributes in a consistent manner: ./recipes/ebs_volume.rb:22 FC019: Access node attributes in a consistent manner: ./recipes/ebs_volume.rb:86 FC043: Prefer new notification syntax: ./recipes/ebs_volume.rb:104 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC075: Cookbook uses node.save to save partial node data to the chef-server mid-run: ./recipes/master.rb:37 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/master.rb:36 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./libraries/provider_database_mysql.rb:44 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./libraries/provider_database_mysql.rb:56 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./libraries/provider_database_mysql.rb:69 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./libraries/provider_database_mysql_user.rb:39 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./libraries/provider_database_mysql_user.rb:50 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./libraries/provider_database_mysql_user.rb:70 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./libraries/provider_database_postgresql.rb:53 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./libraries/provider_database_postgresql.rb:65 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./libraries/provider_database_postgresql.rb:78 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./libraries/provider_database_postgresql_user.rb:40 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./libraries/provider_database_postgresql_user.rb:51 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./libraries/provider_database_postgresql_user.rb:64 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./libraries/provider_database_sql_server.rb:40 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./libraries/provider_database_sql_server.rb:52 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./libraries/provider_database_sql_server.rb:65 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./libraries/provider_database_sql_server_user.rb:39 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./libraries/provider_database_sql_server_user.rb:49 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./libraries/provider_database_sql_server_user.rb:60 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./libraries/provider_database_sql_server_user.rb:64 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./libraries/provider_database_sql_server_user.rb:81 FC086: Use databag helper methods to load data bag items: ./recipes/ebs_backup.rb:22 FC086: Use databag helper methods to load data bag items: ./recipes/ebs_backup.rb:38 FC086: Use databag helper methods to load data bag items: ./recipes/ebs_volume.rb:27 FC086: Use databag helper methods to load data bag items: ./recipes/ebs_volume.rb:70 FC086: Use databag helper methods to load data bag items: ./recipes/ebs_volume.rb:78 FC104: Use the :run action in ruby_block instead of :create: ./recipes/ebs_volume.rb:104 foodcritic-13.1.1/spec/regression/expected/firewall.txt0000644000004100000410000000161313300102713023222 0ustar www-datawww-dataFC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC067: Ensure at least one platform supported in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/default.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/rule.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/rule_ufw.rb:78 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/ufw.rb:31 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/ufw.rb:41 foodcritic-13.1.1/spec/regression/expected/maradns.txt0000644000004100000410000000217113300102713023042 0ustar www-datawww-dataFC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:17 FC001: Use strings in preference to symbols to access node attributes: ./recipes/default.rb:46 FC001: Use strings in preference to symbols to access node attributes: ./recipes/default.rb:47 FC001: Use strings in preference to symbols to access node attributes: ./templates/default/mararc.erb:8 FC001: Use strings in preference to symbols to access node attributes: ./templates/default/mararc.erb:9 FC001: Use strings in preference to symbols to access node attributes: ./templates/default/mararc.erb:31 FC043: Prefer new notification syntax: ./recipes/default.rb:37 FC043: Prefer new notification syntax: ./recipes/default.rb:46 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC072: Metadata should not contain "attribute" keyword: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/resolver.txt0000644000004100000410000000073713300102713023264 0ustar www-datawww-dataFC044: Avoid bare attribute keys: ./attributes/default.rb:20 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC072: Metadata should not contain "attribute" keyword: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/build-essential.txt0000644000004100000410000000113013300102713024473 0ustar www-datawww-dataFC007: Ensure recipe dependencies are reflected in cookbook metadata: ./recipes/default.rb:65 FC052: Metadata uses the deprecated "suggests" keyword: ./metadata.rb:14 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC089: Prefer Mixlib::Shellout over deprecated Chef::ShellOut: ./recipes/default.rb:73 foodcritic-13.1.1/spec/regression/expected/ssh_known_hosts.txt0000644000004100000410000000064513300102713024652 0ustar www-datawww-dataFC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC067: Ensure at least one platform supported in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/aix.txt0000644000004100000410000000357313300102713022205 0ustar www-datawww-dataFC009: Resource attribute not recognised: ./recipes/default.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC080: User resource uses deprecated supports property: ./recipes/default.rb:8 FC113: Resource declares deprecated use_inline_resources: ./providers/altdisk.rb:23 FC113: Resource declares deprecated use_inline_resources: ./providers/bootlist.rb:24 FC113: Resource declares deprecated use_inline_resources: ./providers/chdev.rb:23 FC113: Resource declares deprecated use_inline_resources: ./providers/chsec.rb:23 FC113: Resource declares deprecated use_inline_resources: ./providers/etchosts.rb:22 FC113: Resource declares deprecated use_inline_resources: ./providers/fixes.rb:23 FC113: Resource declares deprecated use_inline_resources: ./providers/inittab.rb:24 FC113: Resource declares deprecated use_inline_resources: ./providers/multibos.rb:22 FC113: Resource declares deprecated use_inline_resources: ./providers/nimclient.rb:21 FC113: Resource declares deprecated use_inline_resources: ./providers/niminit.rb:20 FC113: Resource declares deprecated use_inline_resources: ./providers/no.rb:23 FC113: Resource declares deprecated use_inline_resources: ./providers/pagingspace.rb:23 FC113: Resource declares deprecated use_inline_resources: ./providers/subserver.rb:24 FC113: Resource declares deprecated use_inline_resources: ./providers/subsystem.rb:13 FC113: Resource declares deprecated use_inline_resources: ./providers/tcpservice.rb:24 FC113: Resource declares deprecated use_inline_resources: ./providers/toolboxpackage.rb:23 FC113: Resource declares deprecated use_inline_resources: ./providers/tunables.rb:23 FC113: Resource declares deprecated use_inline_resources: ./providers/volume_group.rb:5 FC113: Resource declares deprecated use_inline_resources: ./providers/wpar.rb:24 foodcritic-13.1.1/spec/regression/expected/auditd.txt0000644000004100000410000000024113300102713022663 0ustar www-datawww-dataFC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/postfix.txt0000644000004100000410000000111413300102713023105 0ustar www-datawww-dataFC042: Prefer include_recipe to require_recipe: ./recipes/aliases.rb:17 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC072: Metadata should not contain "attribute" keyword: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/client.rb:40 foodcritic-13.1.1/spec/regression/expected/aws.txt0000644000004100000410000000264513300102713022215 0ustar www-datawww-dataFC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC067: Ensure at least one platform supported in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/ebs_volume.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/elastic_ip.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/elastic_lb.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/resource_tag.rb:1 FC075: Cookbook uses node.save to save partial node data to the chef-server mid-run: ./providers/ebs_volume.rb:33 FC075: Cookbook uses node.save to save partial node data to the chef-server mid-run: ./providers/ebs_volume.rb:40 FC075: Cookbook uses node.save to save partial node data to the chef-server mid-run: ./providers/ebs_volume.rb:60 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./providers/ebs_volume.rb:32 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./providers/ebs_volume.rb:39 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./providers/ebs_volume.rb:59 foodcritic-13.1.1/spec/regression/expected/chef-client.txt0000644000004100000410000000240713300102713023600 0ustar www-datawww-dataFC002: Avoid string interpolation where not required: ./recipes/cron.rb:103 FC007: Ensure recipe dependencies are reflected in cookbook metadata: ./recipes/service.rb:197 FC007: Ensure recipe dependencies are reflected in cookbook metadata: ./recipes/service.rb:209 FC007: Ensure recipe dependencies are reflected in cookbook metadata: ./recipes/service.rb:223 FC048: Prefer Mixlib::ShellOut: ./recipes/cron.rb:38 FC048: Prefer Mixlib::ShellOut: ./recipes/delete_validation.rb:20 FC048: Prefer Mixlib::ShellOut: ./recipes/service.rb:52 FC048: Prefer Mixlib::ShellOut: ./recipes/task.rb:42 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC070: Ensure supports metadata defines valid platforms: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/service.rb:59 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/task.rb:49 FC104: Use the :run action in ruby_block instead of :create: ./recipes/config.rb:78 foodcritic-13.1.1/spec/regression/expected/chef-ingredient.txt0000644000004100000410000000070013300102713024444 0ustar www-datawww-dataFC067: Ensure at least one platform supported in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC109: Use platform-specific package resources instead of provider property: ./libraries/default_handler.rb:52 FC113: Resource declares deprecated use_inline_resources: ./libraries/chef_ingredient_provider.rb:26 foodcritic-13.1.1/spec/regression/expected/tftp.txt0000644000004100000410000000064213300102713022373 0ustar www-datawww-dataFC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC072: Metadata should not contain "attribute" keyword: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/rsync.txt0000644000004100000410000000116213300102713022552 0ustar www-datawww-dataFC011: Missing README in markdown format: examples/README.md:1 FC031: Cookbook without metadata.rb file: examples/metadata.rb:1 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC071: Missing LICENSE file: examples/LICENSE:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/serve.rb:62 foodcritic-13.1.1/spec/regression/expected/partial_search.txt0000644000004100000410000000075713300102713024406 0ustar www-datawww-dataFC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC067: Ensure at least one platform supported in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC084: Deprecated Chef::REST class used: ./libraries/partial_search.rb:36 foodcritic-13.1.1/spec/regression/expected/jetty.txt0000644000004100000410000000157413300102713022562 0ustar www-datawww-dataFC043: Prefer new notification syntax: ./recipes/cargo.rb:41 FC043: Prefer new notification syntax: ./recipes/cargo.rb:56 FC043: Prefer new notification syntax: ./recipes/cargo.rb:65 FC043: Prefer new notification syntax: ./recipes/cargo.rb:80 FC043: Prefer new notification syntax: ./recipes/default.rb:53 FC043: Prefer new notification syntax: ./recipes/default.rb:61 FC047: Attribute assignment does not specify precedence: ./recipes/cargo.rb:35 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/cargo.rb:38 foodcritic-13.1.1/spec/regression/expected/transmission.txt0000644000004100000410000000165513300102713024154 0ustar www-datawww-dataFC016: LWRP does not declare a default action: ./resources/torrent_file.rb:1 FC024: Consider adding platform equivalents: ./recipes/default.rb:42 FC025: Prefer chef_gem to compile-time gem install: ./recipes/default.rb:25 FC025: Prefer chef_gem to compile-time gem install: ./recipes/default.rb:31 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC067: Ensure at least one platform supported in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/torrent_file.rb:53 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/torrent_file.rb:58 foodcritic-13.1.1/spec/regression/expected/logwatch.txt0000644000004100000410000000053213300102713023224 0ustar www-datawww-dataFC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/subversion.txt0000644000004100000410000000063013300102713023612 0ustar www-datawww-dataFC043: Prefer new notification syntax: ./recipes/server.rb:30 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/windows.txt0000644000004100000410000000620313300102713023107 0ustar www-datawww-dataFC002: Avoid string interpolation where not required: ./libraries/registry_helper.rb:99 FC002: Avoid string interpolation where not required: ./libraries/registry_helper.rb:173 FC002: Avoid string interpolation where not required: ./libraries/windows_privileged.rb:42 FC002: Avoid string interpolation where not required: ./libraries/windows_privileged.rb:56 FC018: LWRP uses deprecated notification syntax: ./providers/shortcut.rb:54 FC048: Prefer Mixlib::ShellOut: ./providers/task.rb:106 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/auto_run.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/batch.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/feature.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/package.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/path.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/reboot.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/registry.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/shortcut.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/task.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/zipfile.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./libraries/feature_base.rb:9 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./libraries/feature_base.rb:19 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/batch.rb:42 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/package.rb:48 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/package.rb:59 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/package.rb:68 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/pagefile.rb:63 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/pagefile.rb:75 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/registry.rb:70 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/task.rb:38 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/task.rb:50 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/task.rb:68 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/task.rb:79 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/zipfile.rb:41 foodcritic-13.1.1/spec/regression/expected/chef_client_updater.txt0000644000004100000410000000011113300102713025374 0ustar www-datawww-dataFC070: Ensure supports metadata defines valid platforms: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/stompserver.txt0000644000004100000410000000071613300102713024011 0ustar www-datawww-dataFC001: Use strings in preference to symbols to access node attributes: ./templates/default/sv-stompserver-run.erb:2 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/mysql.txt0000644000004100000410000000270713300102713022567 0ustar www-datawww-dataFC002: Avoid string interpolation where not required: ./attributes/server.rb:205 FC002: Avoid string interpolation where not required: ./attributes/server.rb:206 FC002: Avoid string interpolation where not required: ./attributes/server.rb:207 FC002: Avoid string interpolation where not required: ./attributes/server.rb:208 FC007: Ensure recipe dependencies are reflected in cookbook metadata: ./recipes/client.rb:42 FC052: Metadata uses the deprecated "suggests" keyword: ./metadata.rb:19 FC052: Metadata uses the deprecated "suggests" keyword: ./metadata.rb:20 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC072: Metadata should not contain "attribute" keyword: ./metadata.rb:1 FC075: Cookbook uses node.save to save partial node data to the chef-server mid-run: ./recipes/server.rb:42 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/ruby.rb:28 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server.rb:39 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server.rb:40 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server.rb:41 foodcritic-13.1.1/spec/regression/expected/xml.txt0000644000004100000410000000067213300102713022221 0ustar www-datawww-dataFC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/ruby.rb:27 foodcritic-13.1.1/spec/regression/expected/sudo.txt0000644000004100000410000000145113300102713022367 0ustar www-datawww-dataFC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC072: Metadata should not contain "attribute" keyword: ./metadata.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/default.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/default.rb:98 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/default.rb:112 FC089: Prefer Mixlib::Shellout over deprecated Chef::ShellOut: ./providers/default.rb:46 foodcritic-13.1.1/spec/regression/expected/perl.txt0000644000004100000410000000213713300102713022361 0ustar www-datawww-dataFC001: Use strings in preference to symbols to access node attributes: ./definitions/cpan_module.rb:27 FC001: Use strings in preference to symbols to access node attributes: ./recipes/default.rb:26 FC002: Avoid string interpolation where not required: ./recipes/default.rb:37 FC002: Avoid string interpolation where not required: ./recipes/default.rb:43 FC009: Resource attribute not recognised: ./definitions/cpan_module.rb:21 FC015: Consider converting definition to a Custom Resource: ./definitions/cpan_module.rb:1 FC019: Access node attributes in a consistent manner: ./definitions/cpan_module.rb:27 FC019: Access node attributes in a consistent manner: ./recipes/default.rb:26 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC083: Execute resource using deprecated 'path' property: ./definitions/cpan_module.rb:31 foodcritic-13.1.1/spec/regression/expected/tar.txt0000644000004100000410000000131713300102713022204 0ustar www-datawww-dataFC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC067: Ensure at least one platform supported in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC071: Missing LICENSE file: ./LICENSE:1 FC074: LWRP should use DSL to define resource's default action: ./resources/package.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC113: Resource declares deprecated use_inline_resources: ./providers/extract.rb:26 FC113: Resource declares deprecated use_inline_resources: ./providers/package.rb:22 foodcritic-13.1.1/spec/regression/expected/smokeping.txt0000644000004100000410000000103313300102713023405 0ustar www-datawww-dataFC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/example_slave.rb:19 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/target.rb:53 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/target.rb:63 foodcritic-13.1.1/spec/regression/expected/chef_handler.txt0000644000004100000410000000077613300102713024030 0ustar www-datawww-dataFC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC067: Ensure at least one platform supported in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/default.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/passenger_apache2.txt0000644000004100000410000000552713300102713024777 0ustar www-datawww-dataFC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:1 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:2 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:3 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:4 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:5 FC001: Use strings in preference to symbols to access node attributes: ./recipes/default.rb:28 FC001: Use strings in preference to symbols to access node attributes: ./recipes/default.rb:54 FC001: Use strings in preference to symbols to access node attributes: ./recipes/default.rb:59 FC001: Use strings in preference to symbols to access node attributes: ./recipes/mod_rails.rb:28 FC001: Use strings in preference to symbols to access node attributes: ./recipes/mod_rails.rb:37 FC001: Use strings in preference to symbols to access node attributes: ./recipes/mod_rails.rb:46 FC001: Use strings in preference to symbols to access node attributes: ./templates/default/passenger.conf.erb:1 FC001: Use strings in preference to symbols to access node attributes: ./templates/default/passenger.conf.erb:2 FC001: Use strings in preference to symbols to access node attributes: ./templates/default/passenger.conf.erb:3 FC001: Use strings in preference to symbols to access node attributes: ./templates/default/passenger.load.erb:1 FC001: Use strings in preference to symbols to access node attributes: ./templates/default/passenger_web_app.conf.erb:17 FC001: Use strings in preference to symbols to access node attributes: ./templates/default/passenger_web_app.conf.erb:18 FC001: Use strings in preference to symbols to access node attributes: ./templates/default/passenger_web_app.conf.erb:21 FC001: Use strings in preference to symbols to access node attributes: ./templates/default/web_app.conf.erb:17 FC001: Use strings in preference to symbols to access node attributes: ./templates/default/web_app.conf.erb:18 FC001: Use strings in preference to symbols to access node attributes: ./templates/default/web_app.conf.erb:21 FC002: Avoid string interpolation where not required: ./templates/default/passenger_web_app.conf.erb:3 FC002: Avoid string interpolation where not required: ./templates/default/web_app.conf.erb:3 FC019: Access node attributes in a consistent manner: ./recipes/default.rb:33 FC019: Access node attributes in a consistent manner: ./recipes/default.rb:41 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/chef-vault.txt0000644000004100000410000000112113300102713023445 0ustar www-datawww-dataFC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC067: Ensure at least one platform supported in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./libraries/chef_vault_secret.rb:92 FC086: Use databag helper methods to load data bag items: ./libraries/helpers.rb:39 FC113: Resource declares deprecated use_inline_resources: ./libraries/chef_vault_secret.rb:49 foodcritic-13.1.1/spec/regression/expected/tomcat.txt0000644000004100000410000000024113300102713022700 0ustar www-datawww-dataFC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/ubuntu.txt0000644000004100000410000000053213300102713022736 0ustar www-datawww-dataFC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/iis.txt0000644000004100000410000000372713300102713022211 0ustar www-datawww-dataFC002: Avoid string interpolation where not required: ./providers/site.rb:36 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/app.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/config.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/pool.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/site.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/app.rb:60 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/pool.rb:34 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/pool.rb:71 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/pool.rb:81 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/pool.rb:91 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/pool.rb:102 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/pool.rb:108 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/site.rb:43 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/site.rb:87 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/site.rb:97 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/site.rb:107 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/site.rb:118 foodcritic-13.1.1/spec/regression/expected/homebrew.txt0000644000004100000410000000101113300102713023215 0ustar www-datawww-dataFC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/tap.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC087: Library uses deprecated Chef::Platform methods: ./libraries/homebrew_package.rb:82 foodcritic-13.1.1/spec/regression/expected/gunicorn.txt0000644000004100000410000000162213300102713023241 0ustar www-datawww-dataFC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC067: Ensure at least one platform supported in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/config.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/install.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/config.rb:48 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/config.rb:56 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/install.rb:31 foodcritic-13.1.1/spec/regression/expected/ufw.txt0000644000004100000410000000154713300102713022224 0ustar www-datawww-dataFC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:1 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:2 FC019: Access node attributes in a consistent manner: ./attributes/default.rb:1 FC019: Access node attributes in a consistent manner: ./attributes/default.rb:2 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC072: Metadata should not contain "attribute" keyword: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/default.rb:34 foodcritic-13.1.1/spec/regression/expected/dmg.txt0000644000004100000410000000144513300102713022167 0ustar www-datawww-dataFC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:19 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:20 FC048: Prefer Mixlib::ShellOut: ./providers/package.rb:44 FC048: Prefer Mixlib::ShellOut: ./providers/package.rb:47 FC048: Prefer Mixlib::ShellOut: ./providers/package.rb:76 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/package.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/yum.txt0000644000004100000410000000216513300102713022232 0ustar www-datawww-dataFC009: Resource attribute not recognised: ./recipes/epel.rb:27 FC038: Invalid resource action: ./recipes/epel.rb:27 FC043: Prefer new notification syntax: ./providers/key.rb:60 FC043: Prefer new notification syntax: ./providers/repository.rb:94 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC072: Metadata should not contain "attribute" keyword: ./metadata.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/key.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/repository.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/key.rb:76 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/repository.rb:41 FC104: Use the :run action in ruby_block instead of :create: ./providers/repository.rb:94 foodcritic-13.1.1/spec/regression/expected/ohai.txt0000644000004100000410000000117513300102713022340 0ustar www-datawww-dataFC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC067: Ensure at least one platform supported in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC072: Metadata should not contain "attribute" keyword: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC114: Cookbook uses legacy Ohai config syntax: ./recipes/default.rb:20 FC114: Cookbook uses legacy Ohai config syntax: ./recipes/default.rb:21 foodcritic-13.1.1/spec/regression/expected/maven.txt0000644000004100000410000000113513300102713022522 0ustar www-datawww-dataFC045: Metadata does not contain cookbook name: ./metadata.rb:1 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/default.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/default.rb:56 foodcritic-13.1.1/spec/regression/expected/sql_server.txt0000644000004100000410000000105013300102713023575 0ustar www-datawww-dataFC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC075: Cookbook uses node.save to save partial node data to the chef-server mid-run: ./recipes/server.rb:28 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server.rb:26 foodcritic-13.1.1/spec/regression/expected/kickstart.txt0000644000004100000410000000252413300102713023416 0ustar www-datawww-dataFC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:1 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:2 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:3 FC001: Use strings in preference to symbols to access node attributes: ./recipes/server.rb:38 FC001: Use strings in preference to symbols to access node attributes: ./recipes/server.rb:41 FC001: Use strings in preference to symbols to access node attributes: ./templates/default/kickstart.conf.erb:14 FC001: Use strings in preference to symbols to access node attributes: ./templates/default/kickstart.conf.erb:15 FC001: Use strings in preference to symbols to access node attributes: ./templates/default/ks.cfg.erb:6 FC001: Use strings in preference to symbols to access node attributes: ./templates/default/ks.cfg.erb:9 FC001: Use strings in preference to symbols to access node attributes: ./templates/default/ks.cfg.erb:10 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/cron.txt0000644000004100000410000000102113300102713022347 0ustar www-datawww-dataFC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/d.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/d.rb:31 foodcritic-13.1.1/spec/regression/expected/iptables.txt0000644000004100000410000000125013300102713023215 0ustar www-datawww-dataFC001: Use strings in preference to symbols to access node attributes: ./recipes/default.rb:37 FC015: Consider converting definition to a Custom Resource: ./definitions/iptables_rule.rb:1 FC043: Prefer new notification syntax: ./definitions/iptables_rule.rb:20 FC043: Prefer new notification syntax: ./definitions/iptables_rule.rb:23 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/webpi.txt0000644000004100000410000000103513300102713022521 0ustar www-datawww-dataFC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/product.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/product.rb:33 foodcritic-13.1.1/spec/regression/expected/php.txt0000644000004100000410000000053213300102713022203 0ustar www-datawww-dataFC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/chef-server.txt0000644000004100000410000000214213300102713023624 0ustar www-datawww-dataFC001: Use strings in preference to symbols to access node attributes: ./libraries/omnitruck_client.rb:76 FC001: Use strings in preference to symbols to access node attributes: ./libraries/omnitruck_client.rb:77 FC001: Use strings in preference to symbols to access node attributes: ./libraries/omnitruck_client.rb:78 FC007: Ensure recipe dependencies are reflected in cookbook metadata: ./recipes/dev.rb:16 FC019: Access node attributes in a consistent manner: ./libraries/omnitruck_client.rb:76 FC019: Access node attributes in a consistent manner: ./libraries/omnitruck_client.rb:77 FC019: Access node attributes in a consistent manner: ./libraries/omnitruck_client.rb:78 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC109: Use platform-specific package resources instead of provider property: ./recipes/default.rb:46 foodcritic-13.1.1/spec/regression/expected/heartbeat.txt0000644000004100000410000000111713300102713023353 0ustar www-datawww-dataFC016: LWRP does not declare a default action: ./resources/ipaddr.rb:1 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC087: Library uses deprecated Chef::Platform methods: ./libraries/default.rb:64 FC098: Deprecated Chef::Mixin::RecipeDefinitionDSLCore mixin used: ./libraries/default.rb:24 foodcritic-13.1.1/spec/regression/expected/erlang.txt0000644000004100000410000000053213300102713022664 0ustar www-datawww-dataFC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/activemq.txt0000644000004100000410000000064113300102713023226 0ustar www-datawww-dataFC034: Unused template variables: templates/default/wrapper.conf.erb:1 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/wix.txt0000644000004100000410000000053213300102713022223 0ustar www-datawww-dataFC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/whitelist-node-attrs.txt0000644000004100000410000000100713300102713025504 0ustar www-datawww-dataFC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:20 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC067: Ensure at least one platform supported in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/libarchive.txt0000644000004100000410000000070113300102713023522 0ustar www-datawww-dataFC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/file.rb:25 foodcritic-13.1.1/spec/regression/expected/dynect.txt0000644000004100000410000000525713300102713022713 0ustar www-datawww-dataFC001: Use strings in preference to symbols to access node attributes: ./recipes/a_record.rb:22 FC001: Use strings in preference to symbols to access node attributes: ./recipes/a_record.rb:25 FC001: Use strings in preference to symbols to access node attributes: ./recipes/a_record.rb:26 FC001: Use strings in preference to symbols to access node attributes: ./recipes/a_record.rb:27 FC001: Use strings in preference to symbols to access node attributes: ./recipes/a_record.rb:28 FC001: Use strings in preference to symbols to access node attributes: ./recipes/a_record.rb:29 FC001: Use strings in preference to symbols to access node attributes: ./recipes/ec2.rb:23 FC001: Use strings in preference to symbols to access node attributes: ./recipes/ec2.rb:25 FC001: Use strings in preference to symbols to access node attributes: ./recipes/ec2.rb:26 FC001: Use strings in preference to symbols to access node attributes: ./recipes/ec2.rb:40 FC002: Avoid string interpolation where not required: ./recipes/ec2.rb:70 FC016: LWRP does not declare a default action: ./resources/rr.rb:1 FC019: Access node attributes in a consistent manner: ./recipes/a_record.rb:22 FC019: Access node attributes in a consistent manner: ./recipes/a_record.rb:25 FC019: Access node attributes in a consistent manner: ./recipes/a_record.rb:26 FC019: Access node attributes in a consistent manner: ./recipes/a_record.rb:27 FC019: Access node attributes in a consistent manner: ./recipes/a_record.rb:28 FC019: Access node attributes in a consistent manner: ./recipes/a_record.rb:29 FC019: Access node attributes in a consistent manner: ./recipes/ec2.rb:23 FC019: Access node attributes in a consistent manner: ./recipes/ec2.rb:25 FC019: Access node attributes in a consistent manner: ./recipes/ec2.rb:26 FC019: Access node attributes in a consistent manner: ./recipes/ec2.rb:40 FC043: Prefer new notification syntax: ./recipes/ec2.rb:69 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC067: Ensure at least one platform supported in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/rr.rb:54 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/rr.rb:75 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/rr.rb:90 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/rr.rb:98 foodcritic-13.1.1/spec/regression/expected/chef.txt0000644000004100000410000002412513300102713022325 0ustar www-datawww-dataFC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:20 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:21 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:22 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:26 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:27 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:28 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:29 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:31 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:32 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:33 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:34 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:35 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:38 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:39 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:40 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:41 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:42 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:43 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:44 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:45 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:46 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:47 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:49 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:50 FC001: Use strings in preference to symbols to access node attributes: ./attributes/server_proxy.rb:23 FC001: Use strings in preference to symbols to access node attributes: ./attributes/server_proxy.rb:25 FC001: Use strings in preference to symbols to access node attributes: ./attributes/server_proxy.rb:28 FC001: Use strings in preference to symbols to access node attributes: ./attributes/server_proxy.rb:29 FC019: Access node attributes in a consistent manner: ./attributes/default.rb:38 FC019: Access node attributes in a consistent manner: ./attributes/default.rb:39 FC019: Access node attributes in a consistent manner: ./attributes/default.rb:50 FC019: Access node attributes in a consistent manner: ./attributes/server_proxy.rb:26 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/bootstrap_server.rb:27 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/bootstrap_server.rb:28 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/bootstrap_server.rb:29 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/bootstrap_server.rb:30 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/bootstrap_server.rb:31 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/bootstrap_server.rb:32 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/bootstrap_server.rb:33 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/bootstrap_server.rb:34 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/bootstrap_server.rb:35 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/bootstrap_server.rb:36 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/bootstrap_server.rb:37 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/bootstrap_server.rb:38 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/bootstrap_server.rb:39 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/client.rb:25 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/client.rb:26 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/client.rb:27 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/client.rb:28 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/client.rb:29 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/client.rb:30 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/client.rb:31 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/client.rb:32 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/client.rb:33 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/client.rb:34 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/client.rb:35 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/client_service.rb:24 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/client_service.rb:25 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/client_service.rb:26 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/client_service.rb:27 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/client_service.rb:28 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/client_service.rb:29 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/client_service.rb:30 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/client_service.rb:31 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/client_service.rb:32 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/client_service.rb:33 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/client_service.rb:34 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server.rb:25 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server.rb:26 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server.rb:27 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server.rb:28 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server.rb:29 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server.rb:30 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server.rb:31 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server.rb:32 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server.rb:33 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server.rb:34 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server.rb:35 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server.rb:36 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server.rb:37 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server.rb:38 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server.rb:39 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server_proxy.rb:23 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server_proxy.rb:24 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server_proxy.rb:25 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server_proxy.rb:26 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server_proxy.rb:27 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server_proxy.rb:28 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server_proxy.rb:29 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server_proxy.rb:30 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server_proxy.rb:31 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server_proxy.rb:32 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server_proxy.rb:33 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server_proxy.rb:34 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server_proxy.rb:35 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server_proxy.rb:36 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server_proxy.rb:37 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server_proxy.rb:38 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server_proxy.rb:39 foodcritic-13.1.1/spec/regression/expected/jpackage.txt0000644000004100000410000000127113300102713023162 0ustar www-datawww-dataFC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:20 FC001: Use strings in preference to symbols to access node attributes: ./recipes/default.rb:22 FC001: Use strings in preference to symbols to access node attributes: ./recipes/default.rb:33 FC043: Prefer new notification syntax: ./recipes/default.rb:33 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/users.txt0000644000004100000410000000167413300102713022565 0ustar www-datawww-dataFC009: Resource attribute not recognised: ./providers/manage.rb:78 FC047: Attribute assignment does not specify precedence: ./providers/manage.rb:55 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/manage.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC080: User resource uses deprecated supports property: ./providers/manage.rb:87 FC080: User resource uses deprecated supports property: ./providers/manage.rb:89 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/manage.rb:39 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/manage.rb:143 foodcritic-13.1.1/spec/regression/expected/apt.txt0000644000004100000410000000221013300102713022173 0ustar www-datawww-dataFC043: Prefer new notification syntax: ./providers/repository.rb:112 FC043: Prefer new notification syntax: ./recipes/default.rb:48 FC048: Prefer Mixlib::ShellOut: ./providers/repository.rb:26 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/preference.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/repository.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/preference.rb:26 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/preference.rb:59 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/repository.rb:87 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/repository.rb:121 foodcritic-13.1.1/spec/regression/expected/bluepill.txt0000644000004100000410000000204113300102713023221 0ustar www-datawww-dataFC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC067: Ensure at least one platform supported in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/service.rb:52 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/service.rb:59 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/service.rb:66 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/service.rb:78 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/service.rb:85 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/service.rb:93 foodcritic-13.1.1/spec/regression/expected/keepalived.txt0000644000004100000410000000034013300102713023522 0ustar www-datawww-dataFC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/rsyslog.txt0000644000004100000410000000155213300102713023121 0ustar www-datawww-dataFC001: Use strings in preference to symbols to access node attributes: ./recipes/client.rb:26 FC002: Avoid string interpolation where not required: ./recipes/default.rb:24 FC002: Avoid string interpolation where not required: ./recipes/default.rb:63 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC072: Metadata should not contain "attribute" keyword: ./metadata.rb:1 FC075: Cookbook uses node.save to save partial node data to the chef-server mid-run: ./recipes/server.rb:23 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/server.rb:22 foodcritic-13.1.1/spec/regression/expected/vim.txt0000644000004100000410000000103313300102713022204 0ustar www-datawww-dataFC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:20 FC001: Use strings in preference to symbols to access node attributes: ./recipes/default.rb:33 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/openssl.txt0000644000004100000410000000064513300102713023104 0ustar www-datawww-dataFC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC067: Ensure at least one platform supported in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/openssh.txt0000644000004100000410000000067513300102713023103 0ustar www-datawww-dataFC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC082: Deprecated node.set or node.set_unless used to set node attributes: ./recipes/default.rb:63 foodcritic-13.1.1/spec/regression/expected/vcruntime.txt0000644000004100000410000000103113300102713023423 0ustar www-datawww-dataFC009: Resource attribute not recognised: ./recipes/vc10.rb:24 FC009: Resource attribute not recognised: ./recipes/vc11.rb:24 FC009: Resource attribute not recognised: ./recipes/vc12.rb:24 FC009: Resource attribute not recognised: ./recipes/vc14.rb:24 FC009: Resource attribute not recognised: ./recipes/vc6.rb:24 FC009: Resource attribute not recognised: ./recipes/vc9.rb:24 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/chef_hostname.txt0000644000004100000410000000035213300102713024217 0ustar www-datawww-dataFC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC070: Ensure supports metadata defines valid platforms: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/runit.txt0000644000004100000410000000052613300102713022560 0ustar www-datawww-dataFC004: Use a service resource to start and stop services: ./recipes/default.rb:24 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC113: Resource declares deprecated use_inline_resources: ./libraries/provider_runit_service.rb:42 foodcritic-13.1.1/spec/regression/expected/gecode.txt0000644000004100000410000000122213300102713022637 0ustar www-datawww-dataFC019: Access node attributes in a consistent manner: ./recipes/package.rb:29 FC019: Access node attributes in a consistent manner: ./recipes/package.rb:30 FC019: Access node attributes in a consistent manner: ./recipes/package.rb:51 FC019: Access node attributes in a consistent manner: ./recipes/package.rb:56 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/motd-tail.txt0000644000004100000410000000053213300102713023306 0ustar www-datawww-dataFC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/lvm.txt0000644000004100000410000000233513300102713022215 0ustar www-datawww-dataFC014: Consider extracting long ruby_block to library: ./providers/logical_volume.rb:18 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/logical_volume.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/physical_volume.rb:1 FC074: LWRP should use DSL to define resource's default action: ./resources/volume_group.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/logical_volume.rb:46 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/volume_group.rb:22 FC085: Resource using new_resource.updated_by_last_action to converge resource: ./providers/volume_group.rb:50 FC098: Deprecated Chef::Mixin::RecipeDefinitionDSLCore mixin used: ./resources/volume_group.rb:1 FC104: Use the :run action in ruby_block instead of :create: ./providers/volume_group.rb:38 foodcritic-13.1.1/spec/regression/expected/boost.txt0000644000004100000410000000100113300102713022532 0ustar www-datawww-dataFC007: Ensure recipe dependencies are reflected in cookbook metadata: ./recipes/source.rb:1 FC053: Metadata uses the deprecated "recommends" keyword: ./metadata.rb:12 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/ark.txt0000644000004100000410000000036513300102713022175 0ustar www-datawww-dataFC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 FC113: Resource declares deprecated use_inline_resources: ./providers/default.rb:25 foodcritic-13.1.1/spec/regression/expected/chef_nginx.txt0000644000004100000410000000037313300102713023527 0ustar www-datawww-dataFC015: Consider converting definition to a Custom Resource: ./definitions/nginx_site.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/memcached.txt0000644000004100000410000000530313300102713023323 0ustar www-datawww-dataFC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:1 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:2 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:3 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:4 FC001: Use strings in preference to symbols to access node attributes: ./attributes/default.rb:5 FC001: Use strings in preference to symbols to access node attributes: ./definitions/memcached_instance.rb:29 FC001: Use strings in preference to symbols to access node attributes: ./definitions/memcached_instance.rb:30 FC001: Use strings in preference to symbols to access node attributes: ./definitions/memcached_instance.rb:31 FC001: Use strings in preference to symbols to access node attributes: ./recipes/default.rb:25 FC001: Use strings in preference to symbols to access node attributes: ./recipes/default.rb:39 FC001: Use strings in preference to symbols to access node attributes: ./recipes/default.rb:47 FC001: Use strings in preference to symbols to access node attributes: ./recipes/default.rb:48 FC001: Use strings in preference to symbols to access node attributes: ./recipes/default.rb:49 FC001: Use strings in preference to symbols to access node attributes: ./recipes/default.rb:50 FC001: Use strings in preference to symbols to access node attributes: ./recipes/default.rb:51 FC001: Use strings in preference to symbols to access node attributes: ./recipes/default.rb:62 FC001: Use strings in preference to symbols to access node attributes: ./recipes/default.rb:63 FC001: Use strings in preference to symbols to access node attributes: ./recipes/default.rb:64 FC001: Use strings in preference to symbols to access node attributes: ./recipes/default.rb:65 FC001: Use strings in preference to symbols to access node attributes: ./recipes/default.rb:66 FC001: Use strings in preference to symbols to access node attributes: ./recipes/default.rb:72 FC015: Consider converting definition to a Custom Resource: ./definitions/memcached_instance.rb:1 FC043: Prefer new notification syntax: ./recipes/default.rb:41 FC043: Prefer new notification syntax: ./recipes/default.rb:56 FC043: Prefer new notification syntax: ./recipes/default.rb:74 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC072: Metadata should not contain "attribute" keyword: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/openldap.txt0000644000004100000410000000147713300102713023227 0ustar www-datawww-dataFC043: Prefer new notification syntax: ./recipes/auth.rb:46 FC043: Prefer new notification syntax: ./recipes/auth.rb:56 FC043: Prefer new notification syntax: ./recipes/server.rb:71 FC043: Prefer new notification syntax: ./recipes/server.rb:78 FC043: Prefer new notification syntax: ./recipes/server.rb:97 FC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC072: Metadata should not contain "attribute" keyword: ./metadata.rb:1 FC075: Cookbook uses node.save to save partial node data to the chef-server mid-run: ./recipes/slave.rb:28 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/docker.txt0000644000004100000410000000041313300102713022661 0ustar www-datawww-dataFC005: Avoid repetition of resource declarations: ./libraries/docker_service_manager_sysvinit_debian.rb:5 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/regression/expected/fail2ban.txt0000644000004100000410000000053213300102713023072 0ustar www-datawww-dataFC064: Ensure issues_url is set in metadata: ./metadata.rb:1 FC065: Ensure source_url is set in metadata: ./metadata.rb:1 FC066: Ensure chef_version is set in metadata: ./metadata.rb:1 FC069: Ensure standardized license defined in metadata: ./metadata.rb:1 FC078: Ensure cookbook shared under an OSI-approved open source license: ./metadata.rb:1 foodcritic-13.1.1/spec/unit/0000755000004100000410000000000013300102713015651 5ustar www-datawww-datafoodcritic-13.1.1/spec/unit/linter_spec.rb0000644000004100000410000000750513300102713020514 0ustar www-datawww-datarequire "spec_helper" describe FoodCritic::Linter do let(:linter) { FoodCritic::Linter.new } describe "#initialize" do it "is instantiable" do # Check for errors from .new linter end end describe "chef version" do it "should be the latest stable version of Chef" do expect(FoodCritic::Linter::DEFAULT_CHEF_VERSION).to eq "13.7.16" end end describe "#cookbook_dir" do it "given a root alias file the cookbook is correctly detected" do expect(linter.send(:cookbook_dir, "./cookbook/recipe.rb").to_s).to eq "cookbook" end it "given the metadata.rb file the cookbook is correctly detected" do expect(linter.send(:cookbook_dir, "./cookbook/metadata.rb").to_s).to eq "cookbook" end it "given a template nested multiple levels deep the cookbook is correctly detected" do expect(linter.send(:cookbook_dir, "./cookbook/templates/foo/bar/file.erb").to_s).to eq "./cookbook" end it "given a template directly in the templates directory the cookbook is correctly detected" do expect(linter.send(:cookbook_dir, "./cookbook/templates/file.erb").to_s).to eq "./cookbook" end it "given a standard recipe file the cookbook is correctly detected" do expect(linter.send(:cookbook_dir, "./cookbook/recipes/default.rb").to_s).to eq "cookbook" end end describe "#check" do it "requires a cookbook_path, role_path or environment_path to be specified" do expect { linter.check({}) }.to raise_error ArgumentError end [:cookbook, :role, :environment].each do |path_type| key = "#{path_type}_paths".to_sym it "requires a #{path_type}_path by itself not to be nil" do expect { linter.check(key => nil) }.to raise_error ArgumentError end it "requires a #{path_type}_path by itself not to be empty" do expect { linter.check(key => []) }.to raise_error ArgumentError end it "accepts a scalar with a single #{path_type} path" do linter.check(key => ".") end it "accepts an array of #{path_type} paths" do linter.check(key => ["."]) end it "returns a review when a #{path_type} path is provided" do expect(linter.check(key => ["."])).to respond_to :warnings end end end describe "#list_rules" do it "runs when --list is specified on the command line" do cli = FoodCritic::CommandLine.new %w{--list -t FC001 --search-gems} FoodCritic::Linter.run(cli) end it "does not require cookbook_path, role_path or environment_path to be specified" do linter.list(:list => true) end it "returns a rule listing" do expect(linter.list(:list => true)).to respond_to :rules end end describe "#load_files!" do let(:default_rule_files) do # an array of each of the absolute paths to the default rules Dir.glob(File.expand_path(File.join(File.dirname(__FILE__), "../../lib/foodcritic/rules/*"))) end it "should add the default rule file" do expect(FoodCritic::RuleDsl).to receive(:load).with(default_rule_files, nil) linter.load_rules!({}) end it "should include rules found in gems if the :search_gems option is true" do gem_rules = ["/path/to/rules1.rb", "/path/to/rules2.rb"] expected_rules = [*default_rule_files, *gem_rules] expect(FoodCritic::RuleDsl).to receive(:load).with(expected_rules, nil) expect(linter).to receive(:rule_files_in_gems).and_return(gem_rules) linter.load_rules!(:search_gems => true) end it "should include files found in :include_rules option" do include_rules = ["/path/to/rules1.rb", "/path/to/rules2.rb"] expected_rules = [*default_rule_files, *include_rules] expect(FoodCritic::RuleDsl).to receive(:load).with(expected_rules, nil) linter.load_rules!(:include_rules => include_rules) end end end foodcritic-13.1.1/spec/unit/api_spec.rb0000644000004100000410000020617213300102713017771 0ustar www-datawww-datarequire "spec_helper" describe FoodCritic::Api do def parse_ast(str) api.send(:build_xml, Ripper::SexpBuilder.new(str).parse) end def self.ast(str) let(:ast) { parse_ast(str) } end let(:api) { Object.new.extend(FoodCritic::Api) } describe :exposed_api do let(:ignorable_methods) do api.class.ancestors.map { |a| a.public_methods }.flatten.sort.uniq end it "exposes the expected api to rule authors" do expect(api.public_methods.sort - ignorable_methods).to eq [ :attribute_access, :chef_dsl_methods, :chef_node_methods, :cookbook_base_path, :cookbook_maintainer, :cookbook_maintainer_email, :cookbook_name, :declared_dependencies, :ensure_file_exists, :field, :field_value, :file_match, :find_resources, :gem_version, :included_recipes, :json_file_to_hash, :literal_searches, :match, :metadata_field, :notifications, :read_ast, :resource_action?, :resource_attribute, :resource_attribute?, :resource_attributes, :resource_attributes_by_type, :resource_name, :resource_type, :resources_by_type, :ruby_code?, :searches, :standard_cookbook_subdirs, :supported_platforms, :template_file, :template_paths, :templates_included, :valid_query?, ] end end describe "#attribute_access" do let(:ast) { double() } it "returns empty if the provided ast does not support XPath" do expect(api.attribute_access(nil, :type => :vivified)).to be_empty end it "returns empty if the provided ast has no matches" do expect(ast).to receive(:xpath).with(kind_of(String), kind_of(FoodCritic::Api::AttFilter)).and_return([]).exactly(3).times [:vivified, :string, :symbol].each do |access_type| expect(api.attribute_access(ast, :type => access_type)).to be_empty end end it "raises if the specified node type is not recognised" do allow(ast).to receive(:xpath) expect { api.attribute_access(ast, :type => :cymbals) }.to raise_error ArgumentError end it "does not raise if the specified node type is valid" do expect(ast).to receive(:xpath).with(/field/, FoodCritic::Api::AttFilter).and_return([]) expect(ast).to receive(:xpath).with(/symbol/, FoodCritic::Api::AttFilter).and_return([]) expect(ast).to receive(:xpath).with(/tstring_content/, FoodCritic::Api::AttFilter).and_return([]) [:vivified, :symbol, :string].each do |access_type| api.attribute_access(ast, :type => access_type) end end it "returns vivified attributes access" do call = double() expect(call).to receive(:xpath).with(/args_add_block/).and_return([]) expect(call).to receive(:xpath).with(/ident/).and_return(%w{node bar}) expect(call).to receive(:xpath).with(/@value/).and_return("foo") expect(ast).to receive(:xpath).with(kind_of(String), kind_of(FoodCritic::Api::AttFilter)).and_return([call]) expect(api.attribute_access(ast, :type => :vivified)).to eq [call] end it "doesn't flag searching for a node by name as symbol access" do ast = parse_ast(%q{baz = search(:node, "name:#{node['foo']['bar']}")[0]}) expect(api.attribute_access(ast, :type => :symbol)).to be_empty end describe :ignoring_attributes do it "doesn't ignore run_state by default for backwards compatibility" do ast = parse_ast("node.run_state['bar'] = 'baz'") expect(api.attribute_access(ast)).to_not be_empty end it "allows run_state to be ignored" do ast = parse_ast("node.run_state['bar'] = 'baz'") expect(api.attribute_access(ast, :ignore => ["run_state"])).to be_empty end it "allows run_state to be ignored (symbols access)" do ast = parse_ast("node.run_state[:bar] = 'baz'") expect(api.attribute_access(ast, :ignore => ["run_state"])).to be_empty end it "allows any attribute to be ignored" do ast = parse_ast("node['bar'] = 'baz'") expect(api.attribute_access(ast, :ignore => ["bar"])).to be_empty end it "allows any attribute to be ignored (symbols access)" do ast = parse_ast("node[:bar] = 'baz'") expect(api.attribute_access(ast, :ignore => ["bar"])).to be_empty end it "allows any attribute to be ignored (dot access)" do ast = parse_ast("node.bar = 'baz'") expect(api.attribute_access(ast, :ignore => ["bar"])).to be_empty end it "includes the children of attributes" do ast = parse_ast("node['foo']['bar'] = 'baz'") expect(api.attribute_access(ast).map { |a| a["value"] }).to eq %w{foo bar} end it "does not include children of removed attributes" do ast = parse_ast("node['foo']['bar'] = 'baz'") expect(api.attribute_access(ast, :ignore => ["foo"])).to be_empty end it "coerces ignore values to enumerate them" do ast = parse_ast("node.run_state['bar'] = 'baz'") expect(api.attribute_access(ast, :ignore => "run_state")).to be_empty end it "can ignore multiple attributes" do ast = parse_ast(%q{ node['bar'] = 'baz' node.foo = 'baz' }) expect(api.attribute_access(ast, :ignore => %w{foo bar})).to be_empty end end end describe "#metadata_field" do file "metadata.rb", 'name "YOUR_COOKBOOK_NAME"' it "returns the 'name' value when passed a metadata file and the name field" do expect(api.metadata_field(temp_path, "name")).to eq "YOUR_COOKBOOK_NAME" end it "it raises if a invalid field is requested" do expect { api.metadata_field(temp_path, "bogus_field") }.to raise_error RuntimeError end it "it raises if a invalid file is requested" do expect { api.metadata_field("/invalid", "name") }.to raise_error RuntimeError end end describe "#cookbook_base_path" do file "templates/defaults/test.erb" context "with a metadata.rb" do file "metadata.rb" it "returns the cookbook dir when passed the path itself" do expect(api.cookbook_base_path(temp_path)).to eq temp_path end it "returns the cookbook dir when passed a nested directory" do expect(api.cookbook_base_path("#{temp_path}/templates/defaults/test.erb")).to eq temp_path end end context "with a metadata.json" do file "metadata.json" it "returns the cookbook dir when passed the path itself" do expect(api.cookbook_base_path(temp_path)).to eq temp_path end it "returns the cookbook dir when passed a nested directory" do expect(api.cookbook_base_path("#{temp_path}/templates/defaults/test.erb")).to eq temp_path end end context "with complex nested folders with metadata.rb" do file "metadata.rb" file "templates/metadata.rb" it "returns the cookbook dir when path contains cookbook like names" do expect(api.cookbook_base_path("#{temp_path}/templates/defaults/test.erb")).to eq "#{temp_path}/templates" end end end describe "#cookbook_name" do it "raises if passed a nil" do expect { api.cookbook_name(nil) }.to raise_error ArgumentError end it "raises if passed an empty string" do expect { api.cookbook_name("") }.to raise_error ArgumentError end it "returns the cookbook name when passed a recipe" do recipe_path = "cookbooks/apache2/recipes/default.rb" expect(api.cookbook_name(recipe_path)).to eq "apache2" end it "returns the cookbook name when passed the cookbook metadata" do expect(api.cookbook_name("cookbooks/apache2/metadata.rb")).to eq "apache2" end it "returns the cookbook name when passed a template" do erb_path = "cookbooks/apache2/templates/default/a2ensite.erb" expect(api.cookbook_name(erb_path)).to eq "apache2" end context "with a metadata.rb" do file "metadata.rb", 'name "YOUR_COOKBOOK_NAME"' it "returns the cookbook name when passed the cookbook metadata with a name field" do expect(api.cookbook_name(temp_path)).to eq "YOUR_COOKBOOK_NAME" end end end describe "#cookbook_maintainer" do it "raises if passed a nil" do expect { api.cookbook_maintainer(nil) }.to raise_error ArgumentError end it "raises if passed an empty string" do expect { api.cookbook_maintainer("") }.to raise_error ArgumentError end it "raises if the path does not exist" do expect { api.cookbook_maintainer("/invalid") }.to raise_error RuntimeError end context "with a metadata.rb" do file "metadata.rb", 'maintainer "YOUR_COMPANY_NAME"' it "returns the cookbook maintainer when passed the cookbook metadata" do expect(api.cookbook_maintainer(temp_path)).to eq "YOUR_COMPANY_NAME" end it "returns the cookbook maintainer when passed a recipe" do expect(api.cookbook_maintainer("#{temp_path}/recipes/default.rb")).to eq "YOUR_COMPANY_NAME" end it "returns the cookbook maintainer when passed a template" do expect(api.cookbook_maintainer("#{temp_path}/templates/default/mock.erb")).to eq "YOUR_COMPANY_NAME" end end end describe "#cookbook_maintainer_email" do it "raises if passed a nil" do expect { api.cookbook_maintainer_email(nil) }.to raise_error ArgumentError end it "raises if passed an empty string" do expect { api.cookbook_maintainer_email("") }.to raise_error ArgumentError end it "raises if the path does not exist" do expect { api.cookbook_maintainer_email("/invalid") }.to raise_error RuntimeError end context "with a metadata.rb" do file "metadata.rb", 'maintainer_email "YOUR_EMAIL"' it "returns the cookbook maintainer_email when passed the cookbook metadata" do expect(api.cookbook_maintainer_email(temp_path)).to eq "YOUR_EMAIL" end it "returns the cookbook maintainer_email when passed a recipe" do expect(api.cookbook_maintainer_email("#{temp_path}/recipes/default.rb")).to eq "YOUR_EMAIL" end it "returns the cookbook maintainer_email when passed a template" do expect(api.cookbook_maintainer_email("#{temp_path}/templates/default/mock.erb")).to eq "YOUR_EMAIL" end end end describe "#declared_dependencies" do let(:ast) { nil } subject { api.declared_dependencies(ast) } context "with an invalid options" do it { expect { subject }.to raise_error ArgumentError } end context "with no dependencies" do ast 'name "cook"' it { is_expected.to eq [] } end context "with a simple dependency" do ast 'depends "one"' it { is_expected.to eq %w{one} } end context "with multiple simple dependencies" do ast %Q{depends "one"\ndepends 'two'\ndepends('three')} it { is_expected.to eq %w{one two three} } end context "using a word array and a one-line block" do ast "%w{one two three}.each {|d| depends d }" it { is_expected.to eq %w{one two three} } end context "using a word array and a multi-line block" do ast "%w{one two three}.each do |d|\n depends d\nend" it { is_expected.to eq %w{one two three} } end context "using a non-standard word array" do ast "%w|one two three|.each {|d| depends d }" it { is_expected.to eq %w{one two three} } end end describe "#field" do describe :simple_ast do let(:ast) { parse_ast('name "webserver"') } it "raises if the field name is nil" do expect { api.field(ast, nil) }.to raise_error ArgumentError end it "raises if the field name is empty" do expect { api.field(ast, "") }.to raise_error ArgumentError end it "returns empty if the field is not present" do expect(api.field(ast, :common_name)).to be_empty end it "accepts a string for the field name" do expect(api.field(ast, "name")).to_not be_empty end it "accepts a symbol for the field name" do expect(api.field(ast, :name)).to_not be_empty end end it "returns fields when the value is an embedded string expression" do ast = parse_ast(%q{ name "#{foo}_#{bar}" }.strip) expect(api.field(ast, :name).size).to eq 1 end it "returns fields when the value is a method call" do ast = parse_ast(%q{ name generate_name }.strip) expect(api.field(ast, :name).size).to eq 1 end it "returns both fields if the field is specified twice" do ast = parse_ast(%q{ name "webserver" name "database" }.strip) expect(api.field(ast, :name).size).to eq 2 end end describe "#field_value" do describe :simple_ast do let(:ast) { parse_ast('name "webserver"') } it "raises if the field name is nil" do expect { api.field_value(ast, nil) }.to raise_error ArgumentError end it "raises if the field name is empty" do expect { api.field_value(ast, "") }.to raise_error ArgumentError end it "is falsy if the field is not present" do expect(api.field_value(ast, :common_name)).to be_falsey end it "accepts a string for the field name" do expect(api.field_value(ast, "name")).to eq "webserver" end it "accepts a symbol for the field name" do expect(api.field_value(ast, :name)).to eq "webserver" end end it "is falsy when the value is an embedded string expression" do ast = parse_ast(%q{ name "#{foo}_#{bar}" }.strip) expect(api.field_value(ast, :name)).to be_falsey end it "is falsy when the value is a method call" do ast = parse_ast(%q{ name generate_name('foo') }.strip) expect(api.field_value(ast, :name)).to be_falsey end it "returns the last value if the field is specified twice" do ast = parse_ast(%q{ name "webserver" name "database" }.strip) expect(api.field_value(ast, :name)).to eq "database" end end describe "#file_match" do it "includes the provided filename in the match" do expect(api.file_match("foo.rb")[:filename]).to eq "foo.rb" end it "retains the full provided filename path in the match" do expect(api.file_match("foo/bar/foo.rb")[:filename]).to eq "foo/bar/foo.rb" end it "raises an error if the provided filename is nil" do expect { api.file_match(nil) }.to raise_error ArgumentError end it "sets the line and column to the beginning of the file" do match = api.file_match("bar.rb") expect(match[:line]).to eq 1 expect(match[:column]).to eq 1 end end describe "#find_resources" do let(:ast) { double() } it "returns empty unless the ast supports XPath" do expect(api.find_resources(nil)).to be_empty end it "restricts by resource type when provided an array" do expect(ast).to receive(:xpath).with("//method_add_block[command/ident[@value='file' or @value='template']][command/ident/@value != 'action']").and_return(["method_add_block"]) api.find_resources(ast, :type => %w{file template}) end it "restricts by resource type when provided a string" do expect(ast).to receive(:xpath).with("//method_add_block[command/ident[@value='file']][command/ident/@value != 'action']").and_return(["method_add_block"]) api.find_resources(ast, :type => "file") end it "does not restrict by resource type when not provided" do expect(ast).to receive(:xpath).with("//method_add_block[command/ident][command/ident/@value != 'action']").and_return(["method_add_block"]) api.find_resources(ast) end it "allows resource type to be specified as :any" do expect(ast).to receive(:xpath).with("//method_add_block[command/ident][command/ident/@value != 'action']").and_return(["method_add_block"]) api.find_resources(ast, :type => :any) end it "returns any matches" do expect(ast).to receive(:xpath).with(kind_of(String)).and_return(["method_add_block"]) expect(api.find_resources(ast)).to eq ["method_add_block"] end end describe "#included_recipes" do let(:ast) { double() } it "raises if the ast does not support XPath" do expect { api.included_recipes(nil) }.to raise_error ArgumentError end it "returns an empty hash if there are no included recipes" do expect(ast).to receive(:xpath).with(kind_of(String)).and_return([]) expect(api.included_recipes(ast).keys).to be_empty end it "returns a hash keyed by recipe name" do expect(ast).to receive(:xpath).with(kind_of(String)).and_return([{ "value" => "foo::bar" }]) expect(api.included_recipes(ast).keys).to eq ["foo::bar"] end it "returns a hash where the values are the matching nodes" do expect(ast).to receive(:xpath).with(kind_of(String)).and_return([{ "value" => "foo::bar" }]) expect(api.included_recipes(ast).values).to eq [[{ "value" => "foo::bar" }]] end it "correctly keys an included recipe specified as a string literal" do ast = parse_ast(%q{ include_recipe "foo::default" }) expect(api.included_recipes(ast).keys).to eq ["foo::default"] end describe "embedded expression - recipe name" do let(:ast) do parse_ast(%q{ include_recipe "foo::#{bar}" }) end it "returns the literal string component by default" do expect(api.included_recipes(ast).keys).to eq ["foo::"] end it "returns the literal string part of the AST" do expect(api.included_recipes(ast)["foo::"].first).to respond_to :xpath end it "returns empty if asked to exclude statements with embedded expressions" do expect(api.included_recipes(ast, :with_partial_names => false)).to be_empty end it "returns the literals if asked to include statements with embedded expressions" do expect(api.included_recipes(ast, :with_partial_names => true).keys).to eq ["foo::"] end end describe "embedded expression - cookbook name" do let(:ast) do parse_ast(%q{ include_recipe "#{foo}::bar" }) end it "returns the literal string component by default" do expect(api.included_recipes(ast).keys).to eq ["::bar"] end it "returns the literal string part of the AST" do expect(api.included_recipes(ast)["::bar"].first).to respond_to :xpath end it "returns empty if asked to exclude statements with embedded expressions" do expect(api.included_recipes(ast, :with_partial_names => false)).to be_empty end end describe "embedded expression - partial cookbook name" do let(:ast) do parse_ast(%q{ include_recipe "#{foo}_foo::bar" }) end it "returns the literal string component by default" do expect(api.included_recipes(ast).keys).to eq ["_foo::bar"] end it "returns the literal string part of the AST" do expect(api.included_recipes(ast)["_foo::bar"].first).to respond_to :xpath end it "returns empty if asked to exclude statements with embedded expressions" do expect(api.included_recipes(ast, :with_partial_names => false)).to be_empty end end end describe :AttFilter do describe "#is_att_type" do let(:filter) { FoodCritic::Api::AttFilter.new } it "returns empty if the argument is not enumerable" do expect(filter.is_att_type(nil)).to be_empty end it "filters out values that are not Chef node attribute types" do nodes = %w{node node badger default override ostrich set normal} expect(filter.is_att_type(nodes).uniq.size).to eq 5 end it "returns all filtered nodes" do nodes = %w{node node override default normal set set override} expect(filter.is_att_type(nodes)).to eq nodes end it "returns empty if there are no Chef node attribute types" do nodes = %w{squirrel badger pooh tigger} expect(filter.is_att_type(nodes)).to be_empty end end end describe "#literal_searches" do let(:ast) { double() } it "returns empty if the AST does not support XPath expressions" do expect(api.literal_searches(nil)).to be_empty end it "returns empty if the AST has no elements" do expect(ast).to receive(:xpath).with(kind_of(String)).and_return([]) expect(api.literal_searches(ast)).to be_empty end it "returns the AST elements for each literal search" do expect(ast).to receive(:xpath).with(kind_of(String)).and_return(["tstring_content"]) expect(api.literal_searches(ast)).to eq ["tstring_content"] end end describe "#match" do it "raises if the provided node is nil" do expect { api.match(nil) }.to raise_error ArgumentError end it "raises if the provided node does not support XPath" do expect { api.match(Object.new) }.to raise_error ArgumentError end it "returns nil if there is no nested position node" do node = double() expect(node).to receive(:xpath).with("descendant::pos").and_return([]) expect(api.match(node)).to be nil end it "uses the position of the first position node if there are multiple" do node = double() expect(node).to receive(:xpath).with("descendant::pos").and_return([ { "name" => "pos", "line" => "1", "column" => "10" }, { "name" => "pos", "line" => "3", "column" => "16" }]) match = api.match(node) expect(match[:line]).to eq 1 expect(match[:column]).to eq 10 end describe :matched_node_name do let(:node) do node = double() expect(node).to receive(:xpath).with("descendant::pos").and_return([{ "name" => "pos", "line" => "1", "column" => "10" }]) node end it "includes the name of the node in the match" do expect(node).to receive(:name).and_return("command") expect(api.match(node)).to eq({ :matched => "command", :line => 1, :column => 10 }) end it "sets the matched name to empty if the element does not have a name" do expect(api.match(node)).to eq({ :matched => "", :line => 1, :column => 10 }) end end end describe "#notifications" do it "returns empty if the provided AST does not support XPath" do expect(api.notifications(nil)).to be_empty end it "returns empty if there are no notifications" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" end }) expect(api.notifications(ast)).to be_empty end describe "malformed syntax" do it "returns empty if no notifies value is provided" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" notifies end }) expect(api.notifications(ast)).to be_empty end it "returns empty if no subscribes value is provided" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" subscribes end }) expect(api.notifications(ast)).to be_empty end it "returns empty if only the notifies action is provided" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" notifies :restart end }) expect(api.notifications(ast)).to be_empty end it "returns empty if only the subscribes action is provided" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" subscribes :restart end }) expect(api.notifications(ast)).to be_empty end describe "returns empty if the service name is missing" do it "old-style notifications" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" notifies :restart, resources(:service) end }) expect(api.notifications(ast)).to be_empty end it "old-style subscriptions" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" subscribes:restart, resources(:service) end }) expect(api.notifications(ast)).to be_empty end it "new-style notifications" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" notifies :restart, "service" end }) expect(api.notifications(ast)).to be_empty end it "new-style subscriptions" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" subscribes:restart, "service" end }) expect(api.notifications(ast)).to be_empty end end describe "returns empty if the resource type is missing" do it "old-style notifications" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" notifies :restart, resources("nscd") end }) expect(api.notifications(ast)).to be_empty end it "old-style subscriptions" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" subscribes :restart, resources("nscd") end }) expect(api.notifications(ast)).to be_empty end it "new-style notifications" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" notifies :restart, "nscd" end }) expect(api.notifications(ast)).to be_empty end it "new-style subscriptions" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" subscribes :restart, "nscd" end }) expect(api.notifications(ast)).to be_empty end end describe "returns empty if the resource name is missing" do it "old-style notifications" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" notifies :restart, resources(:service) end }) expect(api.notifications(ast)).to be_empty end it "old-style subscriptions" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" subscribes :restart, resources(:service) end }) expect(api.notifications(ast)).to be_empty end it "new-style notifications" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" notifies :restart, "service[]" end }) expect(api.notifications(ast)).to be_empty end it "new-style subscriptions" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" subscribes :restart, "service[]" end }) expect(api.notifications(ast)).to be_empty end end it "returns empty if the left square bracket is missing" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" subscribes :restart, "servicefoo]" end }) expect(api.notifications(ast)).to be_empty end it "returns empty if the right square bracket is missing" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" subscribes :restart, "service[foo" end }) expect(api.notifications(ast)).to be_empty end end it "understands the old-style notifications" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" notifies :restart, resources(:service => "nscd") end }) expect(api.notifications(ast)).to eq [{ :type => :notifies, :action => :restart, :resource_type => :service, :resource_name => "nscd", :timing => :delayed, :style => :old, }] end it "understands old-style notifications with :'symbol' literals as action" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" notifies :'soft-restart', resources(:service => "nscd") end }) expect(api.notifications(ast)).to eq [{ :type => :notifies, :action => :'soft-restart', :resource_type => :service, :resource_name => "nscd", :timing => :delayed, :style => :old, }] end it "understands old-style notifications with added parentheses" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" notifies(:restart, resources(:service => "nscd")) end }) expect(api.notifications(ast)).to eq [{ :type => :notifies, :action => :restart, :resource_type => :service, :resource_name => "nscd", :timing => :delayed, :style => :old, }] end it "understands old-style notifications with ruby 1.9 hash syntax" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" notifies :restart, resources(service: "nscd") end }) expect(api.notifications(ast)).to eq [{ :type => :notifies, :action => :restart, :resource_type => :service, :resource_name => "nscd", :timing => :delayed, :style => :old, }] end it "understands the old-style subscriptions" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" subscribes :restart, resources(:service => "nscd") end }) expect(api.notifications(ast)).to eq [{ :type => :subscribes, :action => :restart, :resource_type => :service, :resource_name => "nscd", :timing => :delayed, :style => :old, }] end it "understands old-style subscriptions with added parentheses" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" subscribes(:restart, resources(:service => "nscd")) end }) expect(api.notifications(ast)).to eq [{ :type => :subscribes, :action => :restart, :resource_type => :service, :resource_name => "nscd", :timing => :delayed, :style => :old, }] end it "understands the new-style notifications" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" notifies :restart, "service[nscd]" end }) expect(api.notifications(ast)).to eq [{ :type => :notifies, :action => :restart, :resource_type => :service, :resource_name => "nscd", :timing => :delayed, :style => :new, }] end it "understands new-style notifications with :'symbol' literals as action" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" notifies :'soft-restart', "service[nscd]" end }) expect(api.notifications(ast)).to eq [{ :type => :notifies, :action => :'soft-restart', :resource_type => :service, :resource_name => "nscd", :timing => :delayed, :style => :new, }] end it "understands new-style notifications with added parentheses" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" notifies(:restart, "service[nscd]") end }) expect(api.notifications(ast)).to eq [{ :type => :notifies, :action => :restart, :resource_type => :service, :resource_name => "nscd", :timing => :delayed, :style => :new, }] end it "understands the new-style subscriptions" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" subscribes :restart, "service[nscd]" end }) expect(api.notifications(ast)).to eq [{ :type => :subscribes, :action => :restart, :resource_type => :service, :resource_name => "nscd", :timing => :delayed, :style => :new, }] end it "understands new-style subscriptions with added parentheses" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" subscribes(:restart, "service[nscd]") end }) expect(api.notifications(ast)).to eq [{ :type => :subscribes, :action => :restart, :resource_type => :service, :resource_name => "nscd", :timing => :delayed, :style => :new, }] end describe "supports a resource both notifying and subscribing" do it "old-style notifications" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" notifies :restart, resources(:service => "nscd") subscribes :create, resources(:template => "/etc/nscd.conf") end }) expect(api.notifications(ast)).to eq [ { :type => :notifies, :action => :restart, :resource_type => :service, :resource_name => "nscd", :timing => :delayed, :style => :old, }, { :type => :subscribes, :action => :create, :resource_type => :template, :resource_name => "/etc/nscd.conf", :timing => :delayed, :style => :old, }, ] end it "new-style notifications" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" notifies :restart, "service[nscd]" subscribes :create, "template[/etc/nscd.conf]" end }) expect(api.notifications(ast)).to eq [ { :type => :notifies, :action => :restart, :resource_type => :service, :resource_name => "nscd", :timing => :delayed, :style => :new, }, { :type => :subscribes, :action => :create, :resource_type => :template, :resource_name => "/etc/nscd.conf", :timing => :delayed, :style => :new, }, ] end end it "understands the old-style notifications with timing" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" notifies :restart, resources(:service => "nscd"), :immediately end }) expect(api.notifications(ast)).to eq [{ :type => :notifies, :action => :restart, :resource_type => :service, :resource_name => "nscd", :timing => :immediate, :style => :old, }] end it "understands the old-style subscriptions with timing" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" subscribes :restart, resources(:service => "nscd"), :immediately end }) expect(api.notifications(ast)).to eq [{ :type => :subscribes, :action => :restart, :resource_type => :service, :resource_name => "nscd", :timing => :immediate, :style => :old, }] end it "understands the new-style notifications with timing" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" notifies :restart, "service[nscd]", :immediately end }) expect(api.notifications(ast)).to eq [{ :type => :notifies, :action => :restart, :resource_type => :service, :resource_name => "nscd", :timing => :immediate, :style => :new, }] end it "understands the new-style subscriptions with timing" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" subscribes :restart, "service[nscd]", :immediately end }) expect(api.notifications(ast)).to eq [{ :type => :subscribes, :action => :restart, :resource_type => :service, :resource_name => "nscd", :timing => :immediate, :style => :new, }] end describe "can be passed an individual resource" do it "old-style notifications" do ast = parse_ast(%q{ service "nscd" do action :start end template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" notifies :restart, resources(:service => "nscd") end }) expect(api.notifications(api.find_resources(ast, :type => :template).first)).to eq [ { :type => :notifies, :action => :restart, :resource_type => :service, :resource_name => "nscd", :timing => :delayed, :style => :old }, ] end it "old-style subscriptions" do ast = parse_ast(%q{ service "nscd" do action :start end template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" subscribes :restart, resources(:service => "nscd") end }) expect(api.notifications(api.find_resources(ast, :type => :template).first)).to eq [ { :type => :subscribes, :action => :restart, :resource_type => :service, :resource_name => "nscd", :timing => :delayed, :style => :old }, ] end it "new-style notifications" do ast = parse_ast(%q{ service "nscd" do action :start end template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" notifies :restart, "service[nscd]" end }) expect(api.notifications(api.find_resources(ast, :type => :template).first)).to eq [ { :type => :notifies, :action => :restart, :resource_type => :service, :resource_name => "nscd", :timing => :delayed, :style => :new }, ] end it "new-style subscriptions" do ast = parse_ast(%q{ service "nscd" do action :start end template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" subscribes :restart, "service[nscd]" end }) expect(api.notifications(api.find_resources(ast, :type => :template).first)).to eq [ { :type => :subscribes, :action => :restart, :resource_type => :service, :resource_name => "nscd", :timing => :delayed, :style => :new }, ] end end describe "supports multiple notifications on a single resource" do it "old-style notifications" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" notifies :stop, resources(:service => "nscd") notifies :start, resources(:service => "nscd") end }) expect(api.notifications(ast)).to eq [ { :type => :notifies, :action => :stop, :resource_type => :service, :resource_name => "nscd", :timing => :delayed, :style => :old }, { :type => :notifies, :action => :start, :resource_type => :service, :resource_name => "nscd", :timing => :delayed, :style => :old }, ] end it "old-style subscriptions" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" subscribes :stop, resources(:service => "nscd") subscribes :start, resources(:service => "nscd") end }) expect(api.notifications(ast)).to eq [ { :type => :subscribes, :action => :stop, :resource_type => :service, :resource_name => "nscd", :timing => :delayed, :style => :old }, { :type => :subscribes, :action => :start, :resource_type => :service, :resource_name => "nscd", :timing => :delayed, :style => :old }, ] end it "new-style notifications" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" notifies :stop, "service[nscd]" notifies :start, "service[nscd]" end }) expect(api.notifications(ast)).to eq [ { :type => :notifies, :action => :stop, :resource_type => :service, :resource_name => "nscd", :timing => :delayed, :style => :new }, { :type => :notifies, :action => :start, :resource_type => :service, :resource_name => "nscd", :timing => :delayed, :style => :new }, ] end it "new-style subscriptions" do ast = parse_ast(%q{ template "/etc/nscd.conf" do source "nscd.conf" owner "root" group "root" subscribes :stop, "service[nscd]" subscribes :start, "service[nscd]" end }) expect(api.notifications(ast)).to eq [ { :type => :subscribes, :action => :stop, :resource_type => :service, :resource_name => "nscd", :timing => :delayed, :style => :new }, { :type => :subscribes, :action => :start, :resource_type => :service, :resource_name => "nscd", :timing => :delayed, :style => :new }, ] end end describe "understands notifications for an execute resource" do it "old-style notifications" do ast = parse_ast(%q{ template "/tmp/foo.bar" do source "foo.bar.erb" notifies :run, resources(:execute => "foo") end }) expect(api.notifications(ast)).to eq [ { :type => :notifies, :action => :run, :resource_type => :execute, :resource_name => "foo", :timing => :delayed, :style => :old }, ] end it "old-style subscriptions" do ast = parse_ast(%q{ template "/tmp/foo.bar" do source "foo.bar.erb" subscribes :run, resources(:execute => "foo") end }) expect(api.notifications(ast)).to eq [ { :type => :subscribes, :action => :run, :resource_type => :execute, :resource_name => "foo", :timing => :delayed, :style => :old }, ] end it "old-style notifications" do ast = parse_ast(%q{ template "/tmp/foo.bar" do source "foo.bar.erb" notifies :run, "execute[foo]" end }) expect(api.notifications(ast)).to eq [ { :type => :notifies, :action => :run, :resource_type => :execute, :resource_name => "foo", :timing => :delayed, :style => :new }, ] end it "old-style subscriptions" do ast = parse_ast(%q{ template "/tmp/foo.bar" do source "foo.bar.erb" subscribes :run, "execute[foo]" end }) expect(api.notifications(ast)).to eq [ { :type => :subscribes, :action => :run, :resource_type => :execute, :resource_name => "foo", :timing => :delayed, :style => :new }, ] end end describe "sets the notification timing to delayed if specified" do it "old-style notifications" do ast = parse_ast(%q{ template "/etc/foo.conf" do notifies :run, resources(execute => "robespierre"), :delayed end }) expect(api.notifications(ast).first[:timing]).to eq :delayed end it "old-style subscriptions" do ast = parse_ast(%q{ template "/etc/foo.conf" do subscribes :run, resources(execute => "robespierre"), :delayed end }) expect(api.notifications(ast).first[:timing]).to eq :delayed end it "new-style notifications" do ast = parse_ast(%q{ template "/etc/foo.conf" do notifies :run, "execute[robespierre]", :delayed end }) expect(api.notifications(ast).first[:timing]).to eq :delayed end it "new-style subscriptions" do ast = parse_ast(%q{ template "/etc/foo.conf" do subscribes :run, "execute[robespierre]", :delayed end }) expect(api.notifications(ast).first[:timing]).to eq :delayed end end describe "sets the notification timing to immediate if specified as immediate" do it "old-style notifications" do ast = parse_ast(%q{ template "/etc/foo.conf" do notifies :run, resources(execute => "robespierre"), :immediate end }) expect(api.notifications(ast).first[:timing]).to eq :immediate end it "old-style subscriptions" do ast = parse_ast(%q{ template "/etc/foo.conf" do subscribes :run, resources(execute => "robespierre"), :immediate end }) expect(api.notifications(ast).first[:timing]).to eq :immediate end it "new-style notifications" do ast = parse_ast(%q{ template "/etc/foo.conf" do notifies :run, "execute[robespierre]", :immediate end }) expect(api.notifications(ast).first[:timing]).to eq :immediate end it "new-style subscriptions" do ast = parse_ast(%q{ template "/etc/foo.conf" do subscribes :run, "execute[robespierre]", :immediate end }) expect(api.notifications(ast).first[:timing]).to eq :immediate end end describe "sets the notification timing to immediate if specified as immediately" do it "old-style notifications" do ast = parse_ast(%q{ template "/etc/foo.conf" do notifies :run, resources(execute => "robespierre"), :immediately end }) expect(api.notifications(ast).first[:timing]).to eq :immediate end it "old-style subscriptions" do ast = parse_ast(%q{ template "/etc/foo.conf" do subscribes :run, resources(execute => "robespierre"), :immediately end }) expect(api.notifications(ast).first[:timing]).to eq :immediate end it "new-style notifications" do ast = parse_ast(%q{ template "/etc/foo.conf" do notifies :run, "execute[robespierre]", :immediately end }) expect(api.notifications(ast).first[:timing]).to eq :immediate end it "new-style subscriptions" do ast = parse_ast(%q{ template "/etc/foo.conf" do subscribes :run, "execute[robespierre]", :immediately end }) expect(api.notifications(ast).first[:timing]).to eq :immediate end end it "passes unrecognised notification timings through unchanged" do ast = parse_ast(%q{ template "/etc/foo.conf" do notifies :run, resources(execute => "robespierre"), :forthwith end }) expect(api.notifications(ast).first[:timing]).to eq :forthwith end describe "resource names as expressions" do describe "returns the AST for an embedded string" do it "old-style notifications" do ast = parse_ast(%q{ template "/etc/foo.conf" do notifies :create, resources(:template => "/etc/bar/#{resource}.bar") end }) expect(api.notifications(ast).first[:resource_name]).to respond_to :xpath end it "new-style notifications" do ast = parse_ast(%q{ template "/etc/foo.conf" do notifies :create, "template[/etc/bar/#{resource}.bar]" end }) expect(api.notifications(ast).first[:resource_name]).to respond_to :xpath end it "new-style notifications - complete resource_name" do ast = parse_ast(%q{ template "/etc/foo.conf" do notifies :create, "template[#{template_path}]" end }) expect(api.notifications(ast).first[:resource_name]).to respond_to :xpath end end describe "returns the AST for node attribute" do it "old-style notifications" do ast = parse_ast(%q{ template "/etc/foo.conf" do notifies :restart, resources(:service => node['foo']['service']) end }) expect(api.notifications(ast).first[:resource_name]).to respond_to :xpath end it "new-style notifications" do ast = parse_ast(%q{ template "/etc/foo.conf" do notifies :restart, "service[#{node['foo']['service']}]" end }) expect(api.notifications(ast).first[:resource_name]).to respond_to :xpath end end describe "returns the AST for variable reference" do it "old-style notifications" do ast = parse_ast(%q{ template "/etc/foo.conf" do notifies :restart, resources(:service => my_service) end }) expect(api.notifications(ast).first[:resource_name]).to respond_to :xpath end it "new-style notifications" do ast = parse_ast(%q{ template "/etc/foo.conf" do notifies :restart, "service[#{my_service}]" end }) expect(api.notifications(ast).first[:resource_name]).to respond_to :xpath end end end describe "mark style of notification" do it "specifies that the notification was in the old style" do ast = parse_ast(%q{ template "/etc/foo.conf" do notifies :restart, resources(:service => 'foo') end }) expect(api.notifications(ast).first[:style]).to eq :old end it "specifies that the notification was in the new style" do ast = parse_ast(%q{ template "/etc/foo.conf" do notifies :restart, "service[foo]" end }) expect(api.notifications(ast).first[:style]).to eq :new end end end describe "#read_ast" do it "raises if the file cannot be read" do expect { api.read_ast(nil) }.to raise_error TypeError end end describe "#resource_attribute" do let(:resource) do Class.new do def xpath(str) raise "Not expected" end end.new end it "raises if the resource does not support XPath" do expect { api.resource_attribute(nil, "mode") }.to raise_error ArgumentError end it "raises if the attribute name is empty" do expect { api.resource_attribute(resource, "") }.to raise_error ArgumentError end end describe "#resource_attributes" do def str_to_atts(str) api.resource_attributes(api.find_resources(parse_ast(str)).first) end it "raises if the resource does not support XPath" do expect { api.resource_attributes(nil) }.to raise_error ArgumentError end it "returns a string value for a literal string" do atts = str_to_atts(%q{ directory "/foo/bar" do owner "root" end }) expect(atts["owner"]).to eq "root" end it "returns a truthy value for a literal true" do atts = str_to_atts(%q{ directory "/foo/bar" do recursive true end }) expect(atts["recursive"]).to be true end it "returns a truthy value for a literal false" do atts = str_to_atts(%q{ directory "/foo/bar" do recursive false end }) expect(atts["recursive"]).to be false end it "decodes numeric attributes correctly" do atts = str_to_atts(%q{ directory "/foo/bar" do owner "root" mode 0755 end }) expect(atts["mode"]).to eq "0755" end describe "block attributes" do it "includes attributes with brace block values in the result" do atts = str_to_atts(%q{ file "/etc/foo" do mode "0600" action :create only_if { File.exists?("/etc/bar") } end }) expect(atts["only_if"]).to respond_to :xpath expect(atts["only_if"].name).to eq "brace_block" end it "includes attributes with do block values in the result" do atts = str_to_atts(%q{ file "/etc/foo" do mode "0600" action :create only_if do !File.exists?(foo) || (File.exists?(bar) && File.mtime(baz) < last_changedate) end end }) expect(atts["only_if"]).to respond_to :xpath expect(atts["only_if"].name).to eq "do_block" end it "supports multiple block attributes" do atts = str_to_atts(%q{ file "/etc/foo" do mode "0600" action :create only_if { false } not_if { true } end }) expect(atts["only_if"]).to respond_to :xpath expect(atts["only_if"].name).to eq "brace_block" expect(atts["not_if"]).to respond_to :xpath expect(atts["not_if"].name).to eq "brace_block" end it "doesn't include method calls in ruby blocks" do atts = str_to_atts(%q{ ruby_block "example" do block do foo do |bar| Chef::Log.info(bar) end end only_if { true } not_if { false } end }) expect(atts.keys).to_not include "foo" expect(atts["block"]).to respond_to :xpath expect(atts["block"].name).to eq "do_block" expect(atts["only_if"]).to respond_to :xpath expect(atts["only_if"].name).to eq "brace_block" expect(atts["not_if"]).to respond_to :xpath expect(atts["not_if"].name).to eq "brace_block" end it "includes notifications in the result" do atts = str_to_atts(%q{ template "/etc/httpd.conf" do notifies :restart, "service[apache]" end }) expect(atts["notifies"]).to respond_to :xpath expect(atts["notifies"].name).to eq "args_add_block" end it "includes old-style notifications in the result" do atts = str_to_atts(%q{ template "/etc/httpd.conf" do notifies :restart, resources(:service => "apache") end }) expect(atts["notifies"]).to respond_to :xpath expect(atts["notifies"].name).to eq "args_add_block" end end end describe "#resource_attributes_by_type" do it "raises if the ast does not support XPath" do expect { api.resource_attributes_by_type(nil) }.to raise_error ArgumentError end it "returns an empty hash if there are no resources" do ast = double() expect(ast).to receive(:xpath).with(kind_of(String)).and_return([]) expect(api.resource_attributes_by_type(ast)).to be_empty end end describe "#resource_name" do it "raises if the resource does not support XPath" do expect { api.resource_name("foo") }.to raise_error ArgumentError end it "returns the resource name for a resource" do ast = double() expect(ast).to receive(:xpath).with(kind_of(String)).and_return("bob") expect(api.resource_name(ast)).to eq "bob" end end describe "#resources_by_type" do it "raises if the ast does not support XPath" do expect { api.resources_by_type(nil) }.to raise_error ArgumentError end it "returns an empty hash if there are no resources" do ast = double() expect(ast).to receive(:xpath).with(kind_of(String)).and_return([]) expect(api.resources_by_type(ast)).to be_empty end end describe "#resource_type" do it "raises if the resource does not support XPath" do expect { api.resource_type(nil) }.to raise_error ArgumentError end it "raises if the resource type cannot be determined" do ast = double() expect(ast).to receive(:xpath).with(kind_of(String)).and_return("") expect { api.resource_type(ast) }.to raise_error ArgumentError end it "returns the resource type for a resource" do ast = double() expect(ast).to receive(:xpath).with(kind_of(String)).and_return("directory") expect(api.resource_type(ast)).to eq "directory" end end describe "#ruby_code?" do it "says a nil is not ruby code" do expect(api.ruby_code?(nil)).to be_falsey end it "says an empty string is not ruby code" do expect(api.ruby_code?("")).to be_falsey end it "coerces arguments to a string" do expect(api.ruby_code?(%w{foo bar})).to be_truthy end it "returns true for a snippet of ruby code" do expect(api.ruby_code?("assert api.ruby_code?(nil)")).to be_truthy end it "returns false for a unix command" do expect(api.ruby_code?("find -type f -print")).to be_falsey end end describe "#searches" do let(:ast) { double() } it "returns empty if the AST does not support XPath expressions" do expect(api.searches("not-an-ast")).to be_empty end it "returns empty if the AST has no elements" do expect(ast).to receive(:xpath).with(kind_of(String)).and_return([]) expect(api.searches(ast)).to be_empty end it "returns the AST elements for each use of search" do expect(ast).to receive(:xpath).with(kind_of(String)).and_return(["ident"]) expect(api.searches(ast)).to eq ["ident"] end end describe "#standard_cookbook_subdirs" do it "is enumerable" do api.standard_cookbook_subdirs.each { |s| s } end it "is sorted in alphabetical order" do expect(api.standard_cookbook_subdirs).to eq api.standard_cookbook_subdirs.sort end it "includes the directories generated by knife create cookbook" do %w{attributes definitions files libraries providers recipes resources templates}.each do |dir| expect(api.standard_cookbook_subdirs).to include dir end end it "does not include the spec directory" do expect(api.standard_cookbook_subdirs).to_not include "spec" end it "does not include a subdirectory of a subdirectory" do expect(api.standard_cookbook_subdirs).to_not include "default" end end describe "#supported_platforms" do subject { api.supported_platforms(ast) } context "with no platforms" do ast 'name "supports"' it { is_expected.to eq [] } end context "with supports but no argument" do ast "supports" it { is_expected.to eq [] } end context "with supports using a string expression" do ast 'supports "red#{hat}"' it { is_expected.to eq [] } end context "with supports using a complex string expression" do ast 'supports "red#{hat(foo "bar")}"' it { is_expected.to eq [] } end context "with a single platform" do ast 'supports "redhat"' it { is_expected.to eq [{ platform: "redhat", versions: [] }] } end context "with multiple platforms" do ast "supports 'oracle'\nsupports 'redhat'\nsupports 'scientific'" it do is_expected.to eq [{ platform: "oracle", versions: [] }, { platform: "redhat", versions: [] }, { platform: "scientific", versions: [] }] end end context "with multiple platforms not in alphabetical order" do ast "supports 'redhat'\nsupports 'scientific'\nsupports 'oracle'" it do is_expected.to eq [{ platform: "oracle", versions: [] }, { platform: "redhat", versions: [] }, { platform: "scientific", versions: [] }] end end context "with a version constraint" do ast 'supports "redhat", ">= 6"' it { is_expected.to eq [{ platform: "redhat", versions: [">= 6"] }] } end context "with complex version constraints" do ast %q{ supports 'redhat', '> 5.0', '< 7.0' supports 'scientific', '> 5.0', '< 6.0' } it do is_expected.to eq [{ platform: "redhat", versions: ["> 5.0", "< 7.0"] }, { platform: "scientific", versions: ["> 5.0", "< 6.0"] }] end end context "with a symbol platform" do ast "supports :ubuntu" it { is_expected.to eq [{ platform: "ubuntu", versions: [] }] } end context "with a symbol platform with a version constraint" do ast 'supports :ubuntu, ">= 6"' it { is_expected.to eq [{ platform: "ubuntu", versions: [">= 6"] }] } end context "with a word list" do ast "%w{redhat centos fedora}.each {|os| supports os }" it do is_expected.to eq [{ platform: "centos", versions: [] }, { platform: "fedora", versions: [] }, { platform: "redhat", versions: [] }] end end context "with a multi-line word list" do ast %q{ %w( redhat centos fedora ).each do |os| supports os end } it do is_expected.to eq [{ platform: "centos", versions: [] }, { platform: "fedora", versions: [] }, { platform: "redhat", versions: [] }] end end context "with both a word list and a non-word list" do ast "supports 'redhat'\n%w{centos fedora}.each {|os| supports os }" it do is_expected.to eq [{ platform: "centos", versions: [] }, { platform: "fedora", versions: [] }, { platform: "redhat", versions: [] }] end end end describe "#templates_included" do def all_templates [ "templates/default/main.erb", "templates/default/included_1.erb", "templates/default/included_2.erb", ] end def template_ast(content) parse_ast(FoodCritic::Template::ExpressionExtractor.new.extract( content).map { |e| e[:code] }.join(";")) end it "returns the path of the containing template when there are no partials" do ast = parse_ast("<%= foo.erb %>") expect(api).to receive(:read_ast).with("foo.erb").and_return(ast) expect(api.templates_included(["foo.erb"], "foo.erb")).to eq ["foo.erb"] end it "returns the path of the containing template and any partials" do main_ast = template_ast('<%= render "included_1.erb" %> <%= render "included_2.erb" %>') inner_ast = template_ast("<%= @foo %>") expect(api).to receive(:read_ast).with(/main/).and_return(main_ast) expect(api).to receive(:read_ast).and_return(inner_ast).twice expect(api.templates_included(all_templates, "templates/default/main.erb")).to eq [ "templates/default/main.erb", "templates/default/included_1.erb", "templates/default/included_2.erb", ] end it "doesn't mistake render options for partial template names" do main_ast = template_ast('<%= render "included_1.erb", :variables => {:foo => "included_2.erb"} %>') inner_ast = template_ast("<%= @foo %>") expect(api).to receive(:read_ast).with(/main/).and_return(main_ast) expect(api).to receive(:read_ast).and_return(inner_ast) expect(api.templates_included(all_templates, "templates/default/main.erb")).to eq [ "templates/default/main.erb", "templates/default/included_1.erb", ] end it "raises if included partials have cycles" do main_ast = template_ast('<%= render "included_1.erb" %> <%= render "included_2.erb" %>') loop_ast = template_ast('<%= render "main.erb" %>') inner_ast = template_ast("<%= foo %>") expect(api).to receive(:read_ast).with(/main/).and_return(main_ast).at_least(:once) expect(api).to receive(:read_ast).with(/included_2/).and_return(loop_ast).at_least(:once) expect(api).to receive(:read_ast).and_return(inner_ast).at_least(:once) expect { api.templates_included(all_templates, "templates/default/main.erb") }.to raise_error(FoodCritic::Api::RecursedTooFarError, "templates/default/main.erb") end end describe "#json_file_to_hash" do it "raises if the filename is not provided" do expect { api.json_file_to_hash }.to raise_error ArgumentError end it "raises if the filename is not found" do expect(::File).to receive(:exist?).with("/some/path/with/a/file").and_return(false) expect { api.json_file_to_hash("/some/path/with/a/file") }.to raise_error RuntimeError end it "raises if the json is not valid" do expect(::File).to receive(:exist?).with("/some/path/with/a/file").and_return(true) allow(File).to receive(:read).with("/some/path/with/a/file").and_return("I am bogus data") expect { api.json_file_to_hash("/some/path/with/a/file") }.to raise_error RuntimeError end end end foodcritic-13.1.1/spec/unit/chef_spec.rb0000644000004100000410000000422213300102713020115 0ustar www-datawww-datarequire "spec_helper" describe FoodCritic::Chef do let(:api) { Object.new.extend(FoodCritic::Api) } describe "#chef_dsl_methods" do it "returns an enumerable" do api.chef_dsl_methods.each { |m| m } end it "does not return an empty" do expect(api.chef_dsl_methods).to_not be_empty end it "returns dsl methods as symbols" do expect(api.chef_dsl_methods.all? { |m| m == m.to_sym }).to be_truthy end end describe "#resource_attribute?" do it "raises if the resource_type is nil" do expect { api.resource_attribute?(nil, :name) }.to raise_error ArgumentError end it "raises if the resource_type is empty" do expect { api.resource_attribute?("", :name) }.to raise_error ArgumentError end it "raises if the attribute_name is nil" do expect { api.resource_attribute?(:file, nil) }.to raise_error ArgumentError end it "raises if the attribute_name is empty" do expect { api.resource_attribute?(:file, "") }.to raise_error ArgumentError end it "returns true if the resource attribute is known" do expect(api.resource_attribute?(:file, :name)).to be_truthy end it "returns false if the resource attribute is not known" do expect(api.resource_attribute?(:file, :size)).to be_falsey end it "returns true for unrecognised resources" do expect(api.resource_attribute?(:cluster_file, :size)).to be_truthy end it "allows the resource type to be passed as a string" do expect(api.resource_attribute?("file", :size)).to be_falsey end it "allows the attribute_name to be passed as a string" do expect(api.resource_attribute?(:file, "mode")).to be_truthy end end describe "#valid_query?" do it "raises if the query is nil" do expect { api.valid_query?(nil) }.to raise_error ArgumentError end it "raises if the query is empty" do expect { api.valid_query?("") }.to raise_error ArgumentError end it "coerces the provided object to a string" do query = Class.new do def to_s "*:*" end end.new expect(api.valid_query?(query)).to be_truthy end end end foodcritic-13.1.1/spec/unit/template_spec.rb0000644000004100000410000000345513300102713021032 0ustar www-datawww-datarequire "spec_helper" describe FoodCritic::Template::ExpressionExtractor do let(:extractor) { FoodCritic::Template::ExpressionExtractor.new } describe "#expressions" do it "returns empty if the template is empty" do expect(extractor.extract("")).to be_empty end it "returns empty if the template contains no erb at all" do expect(extractor.extract(%q{ Hello World! })).to be_empty end it "returns erb conditionals" do expect(extractor.extract(%q{ <% if true %> Hello World! <% end %> })).to eq [{ :type => :statement, :code => "if true", :line => 2 }, { :type => :statement, :code => "end", :line => 4 }] end it "does not evaluate erb statements" do extractor.extract(%q{ <% raise 'Should not have been evaluated' %> }) end it "extracts an expression from within the template" do expect(extractor.extract(%q{ <%= foo %> })).to eq [{ :type => :expression, :code => "foo", :line => 2 }] end it "does not evaluate erb expressions" do extractor.extract(%q{ <%= raise 'Should not have been evaluated' %> }) end it "extracts multiple expressions" do expect(extractor.extract(%q{ " protocol="HTTP/1.1" connectionTimeout="20000" URIEncoding="UTF-8" redirectPort="<%= node["tomcat"]["ssl_port"] %>" /> })).to eq [ { :type => :expression, :code => 'node["tomcat"]["port"]', :line => 2 }, { :type => :expression, :code => 'node["tomcat"]["ssl_port"]', :line => 5 }, ] end it "excludes comment-only expressions" do expect(extractor.extract("<%# A comment %>")).to be_empty end end end foodcritic-13.1.1/spec/unit/command_line_spec.rb0000644000004100000410000001134513300102713021641 0ustar www-datawww-datarequire "spec_helper" describe FoodCritic::CommandLine do it "is instantiable" do expect(FoodCritic::CommandLine.new([])).to_not be_nil end describe "#cookbook_paths" do it "returns an empty array if no paths are specified" do expect(FoodCritic::CommandLine.new([]).cookbook_paths).to be_empty end it "returns a single item array for a specified directory" do expect(FoodCritic::CommandLine.new(["example"]).cookbook_paths).to eq ["example"] end it "returns multiple items for multiple specified directories" do expect(FoodCritic::CommandLine.new(%w{example another_example}).cookbook_paths).to eq %w{example another_example} end it "ignores known arguments" do expect(FoodCritic::CommandLine.new(["example", "--context"]).cookbook_paths).to eq ["example"] end end describe "#role_paths" do it "returns an empty if no role paths are specified" do expect(FoodCritic::CommandLine.new([]).role_paths).to be_empty end it "returns the provided role path" do expect(FoodCritic::CommandLine.new(["-R", "roles"]).role_paths).to eq %w{roles} end it "returns the provided role paths when there are multiple" do expect(FoodCritic::CommandLine.new(["-R", "roles1", "-R", "roles2"]).role_paths).to eq %w{roles1 roles2} end end describe "#valid_paths?" do it "returns false if no paths are specified" do expect(FoodCritic::CommandLine.new([]).valid_paths?).to be_falsey end it "returns true if the specified directory exists" do expect(FoodCritic::CommandLine.new(["lib"]).valid_paths?).to be_truthy end it "returns false if the specified directory does not exist" do expect(FoodCritic::CommandLine.new(["lib2"]).valid_paths?).to be_falsey end it "returns true if the specified file exists" do expect(FoodCritic::CommandLine.new(["lib/foodcritic.rb"]).valid_paths?).to be_truthy end it "returns true if both specified paths exist" do expect(FoodCritic::CommandLine.new(["lib", "lib/foodcritic.rb"]).valid_paths?).to be_truthy end it "returns false if any on the specified paths do not exist" do expect(FoodCritic::CommandLine.new(%w{lib lib2}).valid_paths?).to be_falsey end end describe "#list_rules?" do it "returns false if ---list is not specified" do expect(FoodCritic::CommandLine.new([]).list_rules?).to be_falsey end it "returns true if --list is specified" do expect(FoodCritic::CommandLine.new(["--list"]).list_rules?).to be_truthy end end describe ":progress" do it "is true by default" do expect(FoodCritic::CommandLine.new(["."]).options[:progress]).to be_truthy end it "is true if -P is specified" do expect(FoodCritic::CommandLine.new(["-P", "."]).options[:progress]).to be_truthy end it "is true if --progres is specified" do expect(FoodCritic::CommandLine.new(["--progress", "."]).options[:progress]).to be_truthy end it "is false if --no-progress is specified" do expect(FoodCritic::CommandLine.new(["--no-progress", "."]).options[:progress]).to be_falsey end end describe ":search_gems" do it "is unset if -G/--search-gems is not specified" do expect(FoodCritic::CommandLine.new(["."]).options[:search_gems].nil?).to be_truthy end it "is true if -G is specified" do expect(FoodCritic::CommandLine.new(["-G", "."]).options[:search_gems]).to be_truthy end it "is true if --search-gems is specified" do expect(FoodCritic::CommandLine.new(["--search-gems", "."]).options[:search_gems]).to be_truthy end end describe "#show_context?" do it "is unset by default" do expect(FoodCritic::CommandLine.new(["."]).show_context?).to be_falsey end it "is true if -C is specified" do expect(FoodCritic::CommandLine.new(["-C", "."]).show_context?).to be_truthy end it "is true if --context is specified" do expect(FoodCritic::CommandLine.new(["--context", "."]).show_context?).to be_truthy end it "is false if --no-context is specified" do expect(FoodCritic::CommandLine.new(["--no-context", "."]).show_context?).to be_falsey end end describe ":rule_file" do it "is unset if -r/--rule-file is not specified" do expect(FoodCritic::CommandLine.new(["."]).options[:rule_file].nil?).to be_truthy end it "is equal to the provided path if -r is set and path is specified" do expect(FoodCritic::CommandLine.new(["-r", "example", "."]).options[:rule_file]).to eq "example" end it "is equal to the provided path if --rule-file is set and path is specified" do expect(FoodCritic::CommandLine.new(["--rule-file", "example", "."]).options[:rule_file]).to eq "example" end end end foodcritic-13.1.1/spec/unit/domain_spec.rb0000644000004100000410000000442513300102713020464 0ustar www-datawww-datarequire "spec_helper" describe FoodCritic::Review do it "is instantiable with no warnings" do FoodCritic::Review.new("example", []) end describe "#cookbook_paths" do it "returns the cookbook paths provided" do expect(FoodCritic::Review.new(["example"], []).cookbook_paths).to eq ["example"] end it "returns the cookbook paths provided when there are multiple" do expect(FoodCritic::Review.new(%w{example example2}, []).cookbook_paths).to eq %w{example example2} end end describe "#warnings" do it "returns empty when there are no warnings" do expect(FoodCritic::Review.new("example", []).warnings).to be_empty end it "makes the warnings available" do warning = "Danger Will Robinson" expect(FoodCritic::Review.new("example", [warning]).warnings).to eq [warning] end end end describe FoodCritic::RuleList do it "is instantiable with no warnings" do FoodCritic::RuleList.new([]) end let(:rule) { FoodCritic::Rule.new("FCTEST001", "Test rule") } describe "#rules" do it "is empty when instantiated with an empty rule list" do expect(FoodCritic::RuleList.new([]).rules).to be_empty end it "contains the given rule" do expect(FoodCritic::RuleList.new([rule]).rules).to include rule end end end describe FoodCritic::Rule do let(:rule) { FoodCritic::Rule.new("FCTEST001", "Test rule") } describe "#matches_tags?" do it "matches the rule's code" do expect(rule.matches_tags?(["FCTEST001"])).to be_truthy end it "doesn't match an unrelated code" do expect(rule.matches_tags?(["FCTEST999"])).to be_falsey end end describe "#tags" do it "returns any + the rule's code" do expect(rule.tags).to eq %w{any FCTEST001} end end end describe FoodCritic::Warning do let(:rule) { FoodCritic::Rule.new("FCTEST001", "Test rule") } let(:match_opts) { { :filename => "foo/recipes.default.rb", :line => 5, :column => 40 } } describe "failure indication" do it "is false if no fail_tags match" do expect(FoodCritic::Warning.new(rule, match_opts, { :fail_tags => [] })).to_not be_failed end it "is true if fail_tags do match" do expect(FoodCritic::Warning.new(rule, match_opts, { :fail_tags => ["any"] })).to be_failed end end end foodcritic-13.1.1/spec/spec_helper.rb0000644000004100000410000000714313300102713017515 0ustar www-datawww-datarequire "shellwords" require "rspec_command" require "simplecov" SimpleCov.start do add_filter "/spec/" end module FunctionalHelpers extend RSpec::Matchers::DSL matcher :violate_rule do |rule_id = nil| match do |cmd| if location cmd.stdout =~ /^#{expected}:.*: \.\/#{location}/ else cmd.stdout =~ /^#{expected}:/ end end chain :in, :location failure_message do |cmd| "expected a violation of rule #{expected}#{location && " in #{location}"}, output was:\n#{cmd.stdout}" end failure_message_when_negated do |cmd| "expected no violation of rule #{expected}#{location && " in #{location}"}, output was:\n#{cmd.stdout}" end # Override the default behavior from RSpec for the expected value, use # define_method insetad of def so we can see the _rule_id variable in closure. define_method(:expected) do # Fill in the top-level example group description as the rule ID if not specified. rule_id || method_missing(:class).parent_groups.last.description end end def foodcritic_command(*args) output = StringIO.new error = StringIO.new begin # Don't use the block form of chdir because for some reason it can't be # nested. cwd = Dir.pwd Dir.chdir(temp_path) $stderr = error exitstatus = FoodCritic::CommandLine.main(args, output) ensure $stderr = STDERR Dir.chdir(cwd) end RSpecCommand::OutputString.new(output.string, error.string).tap do |out| out.define_singleton_method(:exitstatus) { exitstatus } end end module ClassMethods def foodcritic_command(*args) metadata[:foodcritic_command] = true subject do |example| foodcritic_command(*args) end end def attributes_file(*args, &block) file("attributes/default.rb", *args, &block) end def resource_file(*args, &block) file("resources/my_resource.rb", *args, &block) end def provider_file(*args, &block) file("providers/my_resource.rb", *args, &block) end def definition_file(*args, &block) file("definitions/my_definition.rb", *args, &block) end def library_file(*args, &block) file("libraries/helper.rb", *args, &block) end def recipe_file(*args, &block) file("recipes/default.rb", *args, &block) end def metadata_file(*args, &block) file("metadata.rb", *args, &block) end def readme_file(*args, &block) file("README.md", *args, &block) end def included(klass) super klass.extend ClassMethods # Set a default subject command, can be overridden if needed. klass.foodcritic_command("--no-progress", ".") end end extend ClassMethods end RSpec.configure do |config| # Basic configuraiton config.run_all_when_everything_filtered = true config.filter_run(:focus) unless ENV["CI"] # Run specs in random order to surface order dependencies. If you find an # order dependency and want to debug it, you can fix the order by providing # the seed, which is printed after each run. # --seed 1234 config.order = "random" # Set some metadata based on test folders. config.define_derived_metadata(file_path: %r{spec/unit}) do |metadata| metadata[:unit] = true end config.define_derived_metadata(file_path: %r{spec/functional}) do |metadata| metadata[:functional] = true end config.define_derived_metadata(file_path: %r{spec/regression}) do |metadata| metadata[:regression] = true end config.include RSpecCommand config.include FunctionalHelpers, functional: true end require_relative "../lib/foodcritic" foodcritic-13.1.1/spec/functional/0000755000004100000410000000000013300102713017034 5ustar www-datawww-datafoodcritic-13.1.1/spec/functional/fc096_spec.rb0000644000004100000410000000114013300102713021216 0ustar www-datawww-datarequire "spec_helper" describe "FC096" do context "with a cookbook with a custom resource that includes node['virtualization']['uri']" do resource_file "node['virtualization']['uri']" it { is_expected.to violate_rule } end context "with a cookbook with a recipe that includes node['virtualization']['uri']" do recipe_file "node['virtualization']['uri']" it { is_expected.to violate_rule } end context "with a cookbook with a library that includes node['virtualization']['uri']" do library_file "node['virtualization']['uri']" it { is_expected.to violate_rule } end end foodcritic-13.1.1/spec/functional/fc114_spec.rb0000644000004100000410000000144513300102713021215 0ustar www-datawww-datarequire "spec_helper" describe "FC114" do context "with a cookbook that uses the legacy Ohai config" do library_file <<-EOF Ohai::Config[:something] EOF it { is_expected.to violate_rule } end context "with a cookbook that sets the legacy Ohai config value" do library_file <<-EOF Ohai::Config[:something] = 'something' EOF it { is_expected.to violate_rule } end context "with a cookbook that uses the new full form Ohai config" do library_file <<-EOF Ohai::Config.ohai[:something] = 'something' EOF it { is_expected.not_to violate_rule } end context "with a cookbook that uses the new short form Ohai config" do library_file <<-EOF Ohai.config[:something] = 'something' EOF it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc107_spec.rb0000644000004100000410000000102113300102713021205 0ustar www-datawww-datarequire "spec_helper" describe "FC107" do context "with a cookbook with a recipe that uses uses epic_fail in a resource" do recipe_file <<-EOF chocolatey_package 'name' do epic_fail true end EOF it { is_expected.to violate_rule } end context "with a cookbook with a recipe that uses uses ignore_failure in a resource" do library_file <<-EOF chocolatey_package 'name' do action :install ignore_failure true end EOF it { is_expected.to_not violate_rule } end end foodcritic-13.1.1/spec/functional/fc102_spec.rb0000644000004100000410000000114613300102713021210 0ustar www-datawww-datarequire "spec_helper" describe "FC102" do context "with a cookbook with a custom resource that includes Chef::DSL::Recipe::FullDSL" do resource_file "include Chef::DSL::Recipe::FullDSL" it { is_expected.to violate_rule } end context "with a cookbook with a recipe that includes Chef::DSL::Recipe::FullDSL" do recipe_file "include Chef::DSL::Recipe::FullDSL" it { is_expected.to violate_rule } end context "with a cookbook with a library that includes Chef::DSL::Recipe::FullDSL" do library_file "include Chef::DSL::Recipe::FullDSL" it { is_expected.to violate_rule } end end foodcritic-13.1.1/spec/functional/fc068_spec.rb0000644000004100000410000000062713300102713021226 0ustar www-datawww-datarequire "spec_helper" describe "FC068" do context "with a cookbook with a metadata file that does not specify the license" do metadata_file "name 'my_cookbook'" it { is_expected.to violate_rule } end context "with a cookbook with a metadata file that specifies a license (anything)" do metadata_file "license 'My Super Cool License'" it { is_expected.to_not violate_rule } end end foodcritic-13.1.1/spec/functional/fc111_spec.rb0000644000004100000410000000065713300102713021216 0ustar www-datawww-datarequire "spec_helper" describe "FC111" do context "with a cookbook with a search that uses the deprecated sort flag" do resource_file <<-EOF search(:node, 'role:web', :sort => true) EOF it { is_expected.to violate_rule } end context "with a cookbook with a search that does not use sort" do resource_file <<-EOF search(:node, 'role:web') EOF it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc064_spec.rb0000644000004100000410000000060113300102713021212 0ustar www-datawww-datarequire "spec_helper" describe "FC064" do context "with a cookbook with a metadata file that does not specify issues_url" do metadata_file it { is_expected.to violate_rule } end context "with a cookbook with a metadata file that specifies a issues_url" do metadata_file "issues_url 'http://wwww.something.com/'" it { is_expected.to_not violate_rule } end end foodcritic-13.1.1/spec/functional/fc063_spec.rb0000644000004100000410000000114013300102713021210 0ustar www-datawww-datarequire "spec_helper" describe "FC063" do context "with a cookbook with a metadata file that depends on itself" do metadata_file "name 'something'\ndepends 'something'" it { is_expected.to violate_rule } end context "with a cookbook with a metadata file that depends on a cookbook, but not itself" do metadata_file "name 'something'\ndepends 'another_thing'" it { is_expected.to_not violate_rule } end context "with a cookbook with a metadata file that doesn't depend on any cookbooks" do metadata_file "name 'something'" it { is_expected.to_not violate_rule } end end foodcritic-13.1.1/spec/functional/fc037_spec.rb0000644000004100000410000000374413300102713021225 0ustar www-datawww-datarequire "spec_helper" describe "FC037" do context "with a resource that notifies using an action that is a string" do recipe_file <<-EOF file '/tmp/b.txt' do content 'content' notifies 'restart', 'service[httpd]', :delayed end EOF it { is_expected.to violate_rule } end context "with a resource that notifies using an action as a symbol" do recipe_file <<-EOF file '/tmp/a.txt' do content 'content' notifies :restart, 'service[httpd]', :delayed end EOF it { is_expected.not_to violate_rule } end context "with a resource that notifies using an action as a :'symbol'" do recipe_file <<-EOF file '/tmp/a.txt' do content 'content' notifies :'restart', 'service[httpd]', :delayed end EOF it { is_expected.not_to violate_rule } end context "with a resource that notifies using an action that is an attribute" do recipe_file <<-EOF file '/tmp/a.txt' do content 'content' notifies node['foo']['bar'], 'service[httpd]', :delayed end EOF it { is_expected.not_to violate_rule } end context "with a resource that notifies using an action that is a resource property" do recipe_file <<-EOF file '/tmp/a.txt' do content 'content' notifies new_resource.bob, 'service[httpd]', :delayed end EOF it { is_expected.not_to violate_rule } end context "with a resource that notifies using an action that is a variable" do recipe_file <<-EOF file '/tmp/a.txt' do content 'content' notifies foo, 'service[httpd]', :delayed end EOF it { is_expected.not_to violate_rule } end context "with a resource that notifies with a variable in a loop" do recipe_file <<-EOF file '/tmp/a.txt' do content 'content' Array(node['foo']['bar']).each do |action| notifies action, 'service[httpd]', :delayed end end EOF it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc025_spec.rb0000644000004100000410000000267213300102713021221 0ustar www-datawww-datarequire "spec_helper" describe "FC025" do context "with a recipe that does a blockless gem_package install" do recipe_file <<-EOH gem_package 'foo' EOH it { is_expected.not_to violate_rule } end context "with a recipe that does a gem_package install" do recipe_file <<-EOH gem_package 'foo' do action :install EOH it { is_expected.not_to violate_rule } end context "with a recipe that does a gem_package install with a nothing action" do recipe_file <<-EOH gem_package 'foo' do action :nothing EOH it { is_expected.not_to violate_rule } end context "with a recipe that does a compile_time gem install from an array" do recipe_file <<-EOH %w{bencode i18n transmission-simple}.each do |pkg| r = gem_package pkg do action :nothing end r.run_action(:install) end EOH it { is_expected.to violate_rule } end context "with a recipe that does a compile_time gem install" do recipe_file <<-EOH r = gem_package "activesupport" do version '2.3.11' action :nothing end r.run_action(:install) EOH it { is_expected.to violate_rule } end context "with a recipe that does a compile_time gem upgrade" do recipe_file <<-EOH r = gem_package "activesupport" do version '2.3.11' action :nothing end r.run_action(:upgrade) EOH it { is_expected.to violate_rule } end end foodcritic-13.1.1/spec/functional/fc055_spec.rb0000644000004100000410000000111313300102713021211 0ustar www-datawww-datarequire "spec_helper" describe "FC055" do context "with a cookbook with a metadata file that does not specify a maintainer" do metadata_file "name 'my_cookbook'" it { is_expected.to violate_rule } end context "with a cookbook with a metadata file that specifies a maintainer" do metadata_file "maintainer 'Some Person'" it { is_expected.to_not violate_rule } end context "with a cookbook with a metadata file that specifies a maintainer as an expression" do metadata_file("maintainer an(expression)") it { is_expected.to_not violate_rule } end end foodcritic-13.1.1/spec/functional/fc031_spec.rb0000644000004100000410000000045313300102713021211 0ustar www-datawww-datarequire "spec_helper" describe "FC031" do context "with a cookbook with a metadata file" do metadata_file recipe_file it { is_expected.to_not violate_rule } end context "with a cookbook without a metadata file" do recipe_file it { is_expected.to violate_rule } end end foodcritic-13.1.1/spec/functional/fc106_spec.rb0000644000004100000410000000072413300102713021215 0ustar www-datawww-datarequire "spec_helper" describe "FC106" do context "with a cookbook with a recipe that uses hash in a launchd resource" do recipe_file <<-EOF launchd 'foo' do hash {} end EOF it { is_expected.to violate_rule } end context "with a cookbook with a recipe that uses plist_hash in a launchd resource" do library_file <<-EOF launchd 'foo' do plist_hash {} end EOF it { is_expected.to_not violate_rule } end end foodcritic-13.1.1/spec/functional/fc009_spec.rb0000644000004100000410000000220213300102713021210 0ustar www-datawww-datarequire "spec_helper" describe "FC009" do context "on chef 13.6.4 with a cookbook that new dsc_resource attributes" do foodcritic_command("--chef-version", "13.6.4", "--no-progress", ".") recipe_file <<-EOH ifconfig 'foo' do ethtool_opts 'something' end EOH it { is_expected.not_to violate_rule } end context "on chef 13.0.113 with a cookbook that new dsc_resource attributes" do foodcritic_command("--chef-version", "13.0.113", "--no-progress", ".") recipe_file <<-EOH ifconfig 'foo' do ethtool_opts 'something' end EOH it { is_expected.to violate_rule } end context "when the resource attribute is actually a raise" do recipe_file <<-EOH package package_name do provider case node["platform_family"] when "debian"; Chef::Provider::Package::Dpkg when "rhel"; Chef::Provider::Package::Rpm else raise RuntimeError("I don't know how to install chef-server packages for this platform family") end end EOH it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc001_spec.rb0000644000004100000410000000526613300102713021215 0ustar www-datawww-datarequire "spec_helper" describe "FC001" do context "with a cookbook with a single recipe that reads node attributes via symbols" do recipe_file "log node[:foo]\n" it { is_expected.to violate_rule("FC001") } end context "with a cookbook with a single recipe that references the node run_state" do recipe_file "node.run_state[:foo]\n" it { is_expected.not_to violate_rule("FC001") } end context "with a cookbook with a single recipe that accesses multiple node attributes via symbols" do recipe_file "node[:foo] = 'bar'\nnode[:testing] = 'bar'\n" it { is_expected.to violate_rule("FC001") } end context "with a cookbook with a single recipe that assigns node attributes accessed via symbols to a local variable" do recipe_file "baz = node[:foo]\n" it { is_expected.to violate_rule("FC001") } end context "with a cookbook with a single recipe that accesses nested node attributes via symbols" do recipe_file "node[:foo][:foo2] = 'bar'\n" it { is_expected.to violate_rule("FC001") } end context "with a cookbook with a single recipe that reads node attributes via strings" do recipe_file "log node['foo']\n" it { is_expected.to_not violate_rule("FC001") } end context "with a cookbook with a single recipe that searches based on a node attribute accessed via strings" do recipe_file %Q{remote = search(:node, "name:\#{node['drbd']['remote_host']}")[0]\n} it { is_expected.to_not violate_rule("FC001") } end context "with a cookbook with a single recipe that passes node attributes accessed via symbols to a template" do recipe_file <<-EOH template "/etc/foo" do source "foo.erb" variables({ :port => node[:foo][:port], :user => node[:foo][:user] }) end EOH it { is_expected.to violate_rule("FC001").in("recipes/default.rb:4") } it { is_expected.to violate_rule("FC001").in("recipes/default.rb:5") } end context "with a cookbook that declares default attributes via symbols" do attributes_file "default[:apache][:dir] = '/etc/apache2'\n" it { is_expected.to violate_rule("FC001") } end context "with a cookbook that declares override attributes via symbols" do attributes_file "override[:apache][:dir] = '/etc/apache2'\n" it { is_expected.to violate_rule("FC001") } end context "with a cookbook that declares set attributes via symbols" do attributes_file "set[:apache][:dir] = '/etc/apache2'\n" it { is_expected.to violate_rule("FC001") } end context "with a cookbook that declares normal attributes via symbols" do attributes_file "normal[:apache][:dir] = '/etc/apache2'\n" it { is_expected.to violate_rule("FC001") } end end foodcritic-13.1.1/spec/functional/fc042_spec.rb0000644000004100000410000000062413300102713021213 0ustar www-datawww-datarequire "spec_helper" describe "FC042" do context "with a cookbook with a single recipe that uses require_recipe" do recipe_file "require_recipe 'my_recipe::default'" it { is_expected.to violate_rule } end context "with a cookbook with a single recipe that uses include_recipe" do recipe_file "include_recipe 'my_recipe::default'" it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc069_spec.rb0000644000004100000410000000257013300102713021226 0ustar www-datawww-datarequire "spec_helper" describe "FC069" do context "with a cookbook with a metadata file that specifies a license generated by knife cookbook create" do metadata_file "license 'Apache 2.0'" it { is_expected.to violate_rule } end context "with a cookbook with a metadata file that specifies a license generated by chef generate cookbook" do metadata_file "license 'apache_2'" it { is_expected.to violate_rule } end context "with a cookbook with a metadata file that specifies a valid SPDX license" do metadata_file "license 'Apache-2.0'" it { is_expected.to_not violate_rule } end context "with a cookbook with a metadata file that specifies ChefDK's non-SPDX all rights reserved string" do metadata_file "license 'All Rights Reserved'" it { is_expected.to_not violate_rule } end context "with a cookbook with a metadata file that specifies ChefDK's non-SPDX all rights reserved string with a different casing" do metadata_file "license 'All rights reserved'" it { is_expected.to_not violate_rule } end context "with a cookbook with a metadata file that specifies a license with parens" do metadata_file "license('Apache-2.0')" it { is_expected.to_not violate_rule } end context "with a cookbook with a metadata file that does not specifiy a license" do metadata_file it { is_expected.to violate_rule } end end foodcritic-13.1.1/spec/functional/fc013_spec.rb0000644000004100000410000000217413300102713021213 0ustar www-datawww-datarequire "spec_helper" describe "FC013" do context "with a cookbook that downloads a file to /tmp" do recipe_file <<-EOH remote_file "/tmp/large-file.tar.gz" do source "http://www.example.org/large-file.tar.gz" end EOH it { is_expected.to violate_rule } end context "with a cookbook that downloads a file to /tmp with an expression" do recipe_file <<-'EOH' remote_file "/tmp/#{the_file}" do source "http://www.example.org/large-file.tar.gz" end EOH it { is_expected.to violate_rule } end context "with a cookbook that downloads a file to a users home directory" do recipe_file <<-EOH remote_file "/home/ernie/large-file.tar.gz" do source "http://www.example.org/large-file.tar.gz" end EOH it { is_expected.not_to violate_rule } end context "with a cookbook that downloads a file to the Chef file cache" do recipe_file <<-'EOH' remote_file '#{Chef::Config[:file_cache_path]}/large-file.tar.gz' do source "http://www.example.org/large-file.tar.gz" end EOH it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc052_spec.rb0000644000004100000410000000057713300102713021223 0ustar www-datawww-datarequire "spec_helper" describe "FC052" do context "with a cookbook with a metadata file that does contain the suggests keyword" do metadata_file "suggests 'runit'" it { is_expected.to violate_rule } end context "with a cookbook with a metadata file that does not contain the suggests keyword" do metadata_file it { is_expected.to_not violate_rule } end end foodcritic-13.1.1/spec/functional/fc103_spec.rb0000644000004100000410000000142413300102713021210 0ustar www-datawww-datarequire "spec_helper" describe "FC103" do context "with a cookbook with a custom resource that uses the :uninstall resource in chocolatey_package" do resource_file <<-EOF chocolatey_package 'name' do action :uninstall end EOF it { is_expected.to violate_rule } end context "with a cookbook with a recipe that uses the :uninstall resource in chocolatey_package" do recipe_file <<-EOF chocolatey_package 'name' do action :uninstall end EOF it { is_expected.to violate_rule } end context "with a cookbook with a library that uses the :uninstall resource in chocolatey_package" do library_file <<-EOF chocolatey_package 'name' do action :uninstall end EOF it { is_expected.to violate_rule } end end foodcritic-13.1.1/spec/functional/fc078_spec.rb0000644000004100000410000000174513300102713021231 0ustar www-datawww-datarequire "spec_helper" describe "FC078" do context "with a cookbook with a metadata file that specifies" do context "a license generated by knife cookbook create" do metadata_file "license 'Apache 2.0'" it { is_expected.to violate_rule } end context "a license generated by chef generate cookbook" do metadata_file "license 'apache_2'" it { is_expected.to violate_rule } end context "a valid OSI-approved open source license in SPDX format" do metadata_file "license 'Apache-2.0'" it { is_expected.to_not violate_rule } end context "ChefDK's non-SPDX all rights reserved string" do metadata_file "license 'All Rights Reserved'" it { is_expected.to violate_rule } end context "a license with parens" do metadata_file "license('Apache-2.0')" it { is_expected.to_not violate_rule } end context "no license" do metadata_file it { is_expected.to violate_rule } end end end foodcritic-13.1.1/spec/functional/fc070_spec.rb0000644000004100000410000000405313300102713021214 0ustar www-datawww-datarequire "spec_helper" describe "FC070" do context "with a cookbook with a metadata file specifying a single valid supports statement" do metadata_file "supports 'ubuntu'" it { is_expected.to_not violate_rule } end context "with a cookbook with a metadata file specifying multiple valid supports statements" do metadata_file "%w(ubuntu debian fedora).each do |plat|\nsupports plat\nend" it { is_expected.to_not violate_rule } end context "with a cookbook with a metadata file specifying a single invalid supports statement" do metadata_file "supports 'aws'" it { is_expected.to violate_rule } end context "with a cookbook with a metadata file specifying multiple invalid supports statements" do metadata_file "%w(aws oel rhel).each do |plat|\nsupports plat\nend" it { is_expected.to violate_rule } end context "with a cookbook with a metadata file specifying a mix of valid and invalid supports statements" do metadata_file "%w(aws oracle scientific).each do |plat|\nsupports plat\nend" it { is_expected.to violate_rule } end context "with a cookbook with a metadata file specifying a valid supports platform, but uppercase" do metadata_file "supports 'UBUNTU'" it { is_expected.to violate_rule } end context "with a cookbook with a metadata file specifying a valid supports platform, but with a version string" do metadata_file "supports 'ubuntu >= 16.04'" it { is_expected.to violate_rule } end context "with a cookbook with a metadata file specifying valid platforms from an array with leading whitespace" do metadata_file <<-'EOH' %w( amazon centos debian fedora redhat scientific oracle ubuntu ).each do |os| supports os end EOH it { is_expected.to_not violate_rule } end context "with a word list and a version constraint" do metadata_file <<-EOH %w{ redhat centos scientific amazon }.each do |os| supports os, ">= 5.0" end EOH it { is_expected.to_not violate_rule } end end foodcritic-13.1.1/spec/functional/fc086_spec.rb0000644000004100000410000000271513300102713021226 0ustar www-datawww-datarequire "spec_helper" describe "FC086" do context "with a recipe that uses Chef::EncryptedDataBagItem.load" do recipe_file 'Chef::EncryptedDataBagItem.load("users", "tsmith", key)' it { is_expected.to violate_rule } end context "with a recipe that uses Chef::DataBagItem.load" do recipe_file 'Chef::DataBagItem.load("users", "tsmith")' it { is_expected.to violate_rule } end context "with a resource that uses Chef::EncryptedDataBagItem.load" do resource_file <<-EOF action :create do data = Chef::EncryptedDataBagItem.load("users", "tsmith", key) end EOF it { is_expected.to violate_rule } end context "with a resource that uses Chef::DataBagItem.load" do resource_file <<-EOF action :create do data = Chef::DataBagItem.load("users", "tsmith") end EOF it { is_expected.to violate_rule } end context "with a recipe that uses data_bag_item" do recipe_file "data_bag_item('bag', 'item', IO.read('secret_file').strip)" it { is_expected.not_to violate_rule } end context "with a recipe that uses other Chef::EncryptedDataBagItem methods" do recipe_file <<-EOF data_bag_item('bag', 'item', Chef::EncryptedDataBagItem.load_secret('secret_file')) encrypted_item = Chef::EncryptedDataBagItem.encrypt_data_bag_item(original_item, Chef::EncryptedDataBagItem.load_secret) bag = Chef::DataBagItem.new EOF it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc050_spec.rb0000644000004100000410000000450713300102713021216 0ustar www-datawww-datarequire "spec_helper" describe "FC050" do context "with a role" do foodcritic_command("--no-progress", "-R", "roles") let(:role_name) { "" } file("roles/webserver.rb") { "name '#{role_name}'\nrun_list ['recipe[apache]']" } context "with name webserver" do let(:role_name) { "webserver" } it { is_expected.to_not violate_rule } end context "with name web_server" do let(:role_name) { "web_server" } it { is_expected.to_not violate_rule } end context "with name web-server" do let(:role_name) { "web-server" } it { is_expected.to_not violate_rule } end context "with name webserver123" do let(:role_name) { "webserver123" } it { is_expected.to_not violate_rule } end context "with name Webserver" do let(:role_name) { "Webserver" } it { is_expected.to_not violate_rule } end context "with name web server" do let(:role_name) { "web server" } it { is_expected.to violate_rule } end context "with name webserver%" do let(:role_name) { "webserver%" } it { is_expected.to violate_rule } end end context "with an environment" do foodcritic_command("--no-progress", "-E", "environments") let(:environment_name) { "" } file("environments/production.rb") { "name '#{environment_name}'\ncookbook 'apache2'" } context "with name production" do let(:environment_name) { "production" } it { is_expected.to_not violate_rule } end context "with name pre_production" do let(:environment_name) { "pre_production" } it { is_expected.to_not violate_rule } end context "with name production-eu" do let(:environment_name) { "production-eu" } it { is_expected.to_not violate_rule } end context "with name production2" do let(:environment_name) { "production2" } it { is_expected.to_not violate_rule } end context "with name Production" do let(:environment_name) { "Production" } it { is_expected.to_not violate_rule } end context "with name EU West" do let(:environment_name) { "EU West" } it { is_expected.to violate_rule } end context "with name production (eu-west)" do let(:environment_name) { "production (eu-west)" } it { is_expected.to violate_rule } end end end foodcritic-13.1.1/spec/functional/fc081_spec.rb0000644000004100000410000000130213300102713021210 0ustar www-datawww-datarequire "spec_helper" describe "FC081" do context "with a cookbook with a metadata file that depends on partial_search cookbook" do metadata_file <<-META name 'my_cookbook' depends 'partial_search' META it { is_expected.to violate_rule } end context "with a cookbook with a metadata file that depends on partial_search cookbook and others" do metadata_file <<-META name 'my_cookbook' depends 'partial_search' depends 'windows' META it { is_expected.to violate_rule } end context "with a cookbook with a metadata file that depends on no cookbooks" do metadata_file "name 'my_cookbook'" it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc088_spec.rb0000644000004100000410000000106513300102713021225 0ustar www-datawww-datarequire "spec_helper" describe "FC088" do context "with a cookbook with a library that uses Chef::Mixin::Command" do library_file "include Chef::Mixin::Command" it { is_expected.to violate_rule } end context "with a cookbook with a resource that uses Chef::Mixin::Command" do resource_file "include Chef::Mixin::Command" it { is_expected.to violate_rule } end context "with a cookbook with a resource that uses Bob::Mixin::Command" do resource_file "include Bob::Mixin::Command" it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc099_spec.rb0000644000004100000410000000122613300102713021226 0ustar www-datawww-datarequire "spec_helper" describe "FC099" do context "with a cookbook with a custom resource that includes Chef::Mixin::LanguageIncludeRecipe" do resource_file "include Chef::Mixin::LanguageIncludeRecipe" it { is_expected.to violate_rule } end context "with a cookbook with a recipe that includes Chef::Mixin::LanguageIncludeRecipe" do recipe_file "include Chef::Mixin::LanguageIncludeRecipe" it { is_expected.to violate_rule } end context "with a cookbook with a library that includes Chef::Mixin::LanguageIncludeRecipe" do library_file "include Chef::Mixin::LanguageIncludeRecipe" it { is_expected.to violate_rule } end end foodcritic-13.1.1/spec/functional/fc074_spec.rb0000644000004100000410000000156713300102713021227 0ustar www-datawww-datarequire "spec_helper" describe "FC074" do context "with a cookbook with a LWRP that includes a default_action" do resource_file <<-EOH actions :create, :remove default_action :create attribute :name, String, name_attribute: true EOH it { is_expected.to_not violate_rule } end context "with a cookbook with a LWRP that includes a non-DSL default_action" do resource_file <<-EOH actions :create, :remove, def initialize(*args) super @action = :create end attribute :name, String, name_attribute: true EOH it { is_expected.to violate_rule } end context "with a custom resource" do resource_file <<-EOH property :name, String, name_property: true action :create do cookbook_file "/etc/something" end EOH it { is_expected.to_not violate_rule } end end foodcritic-13.1.1/spec/functional/fc073_spec.rb0000644000004100000410000000245413300102713021222 0ustar www-datawww-datarequire "spec_helper" describe "FC073" do context "with an empty cookbook" do metadata_file it { is_expected.to_not violate_rule } end context "with only attributes/default.rb" do metadata_file attributes_file it { is_expected.to_not violate_rule } end context "with only attributes.rb" do metadata_file file "attributes.rb" it { is_expected.to_not violate_rule } end context "with both attributes.rb and attributes/default.rb" do metadata_file file "attributes.rb" attributes_file it { is_expected.to violate_rule.in("attributes/default.rb") } end context "with only recipes/default.rb" do metadata_file recipe_file it { is_expected.to_not violate_rule } end context "with only recipe.rb" do metadata_file file "recipe.rb" it { is_expected.to_not violate_rule } end context "with both recipe.rb and recipes/default.rb" do metadata_file file "recipe.rb" recipe_file it { is_expected.to violate_rule.in("recipes/default.rb") } end context "with all four" do metadata_file file "attributes.rb" file "recipe.rb" attributes_file recipe_file it { is_expected.to violate_rule.in("attributes/default.rb") } it { is_expected.to violate_rule.in("recipes/default.rb") } end end foodcritic-13.1.1/spec/functional/fc082_spec.rb0000644000004100000410000000137013300102713021216 0ustar www-datawww-datarequire "spec_helper" describe "FC082" do context "with a cookbook with a recipe that sets an attribute with node.set" do recipe_file "node.set['foo']['bar'] = baz" it { is_expected.to violate_rule } end context "with a cookbook with a recipe that sets an attribute with node.set_unless" do recipe_file "node.set_unless['foo']['bar'] = baz" it { is_expected.to violate_rule } end context "with a cookbook with a recipe that sets an attribute with node.normal" do recipe_file "node.normal['foo']['bar'] = baz" it { is_expected.to_not violate_rule } end context "with a cookbook with a recipe that reads a value using node.set" do recipe_file "foo = node.set['foo']" it { is_expected.to violate_rule } end end foodcritic-13.1.1/spec/functional/fc101_spec.rb0000644000004100000410000000115713300102713021211 0ustar www-datawww-datarequire "spec_helper" describe "FC101" do context "with a cookbook with a recipe that includes an deploy resource" do recipe_file <<-EOF deploy 'private_repo' do repo 'git@github.com:acctname/private-repo.git' user 'ubuntu' deploy_to '/tmp/private_code' ssh_wrapper '/tmp/private_code/wrap-ssh4git.sh' action :deploy end EOF it { is_expected.to violate_rule } end context "with a cookbook with a recipe that doesn't include an deploy resource" do recipe_file <<-EOF package "foo" EOF it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc097_spec.rb0000644000004100000410000000125013300102713021221 0ustar www-datawww-datarequire "spec_helper" describe "FC097" do context "with a cookbook with a custom resource that includes Chef::Mixin::LanguageIncludeAttribute" do resource_file "include Chef::Mixin::LanguageIncludeAttribute" it { is_expected.to violate_rule } end context "with a cookbook with a recipe that includes Chef::Mixin::LanguageIncludeAttribute" do recipe_file "include Chef::Mixin::LanguageIncludeAttribute" it { is_expected.to violate_rule } end context "with a cookbook with a library that includes Chef::Mixin::LanguageIncludeAttribute" do library_file "include Chef::Mixin::LanguageIncludeAttribute" it { is_expected.to violate_rule } end end foodcritic-13.1.1/spec/functional/fc016_spec.rb0000644000004100000410000000255113300102713021215 0ustar www-datawww-datarequire "spec_helper" describe "FC016" do context "with a cookbook with a LWRP that includes a default_action" do resource_file <<-EOH actions :create, :remove default_action :create attribute :name, String, name_attribute: true EOH it { is_expected.to_not violate_rule } end context "with a cookbook with a LWRP that includes a non-DSL default_action" do resource_file <<-EOH actions :create, :remove, def initialize(*args) super @action = :create end attribute :name, String, name_attribute: true EOH it { is_expected.to_not violate_rule } end context "with a cookbook with a LWRP that does not include a default_action" do resource_file <<-EOH actions :create, :remove, attribute :name, String, name_attribute: true EOH it { is_expected.to violate_rule } end context "with a custom resource that includes a property" do resource_file <<-EOH property :name, String, name_property: true action :create do cookbook_file "/etc/something" end EOH it { is_expected.to_not violate_rule } end context "with a custom resource that includes only an action" do resource_file <<-EOH action :create do cookbook_file "/etc/something" end EOH it { is_expected.to_not violate_rule } end end foodcritic-13.1.1/spec/functional/fc075_spec.rb0000644000004100000410000000170613300102713021223 0ustar www-datawww-datarequire "spec_helper" describe "FC075" do context "with a cookbook with recipe that uses node.save" do recipe_file "node.save" it { is_expected.to violate_rule } end context "with a cookbook with recipe that doesn't use node.save" do recipe_file it { is_expected.not_to violate_rule } end context "with a cookbook with recipe that includes node['save']" do recipe_file("node['save']") it { is_expected.not_to violate_rule } end context "with a cookbook with a library that uses node.save" do library_file <<-EOH module CookbookHelper def some_method node.save end end EOH it { is_expected.to violate_rule } end context "with a cookbook with a custom resource that uses node.save" do resource_file <<-EOH property :name, String, name_property: true action :create do node.save end EOH it { is_expected.to violate_rule } end end foodcritic-13.1.1/spec/functional/fc122_spec.rb0000644000004100000410000000104613300102713021211 0ustar www-datawww-datarequire "spec_helper" describe "FC122" do context "with a recipe that includes build-essential" do recipe_file "include_recipe 'build-essential'" it { is_expected.to violate_rule } end context "with a recipe that includes build-essential::default" do recipe_file "include_recipe 'build-essential::default'" it { is_expected.to violate_rule } end context "with a recipe that includes build-essential-mycorp" do recipe_file "include_recipe 'build-essential-mycorp'" it { is_expected.to_not violate_rule } end end foodcritic-13.1.1/spec/functional/fc092_spec.rb0000644000004100000410000000125613300102713021222 0ustar www-datawww-datarequire "spec_helper" describe "FC092" do context "with a cookbook with a custom resource that defines actions" do resource_file <<-EOF actions :create action :create do puts "something" end EOF it { is_expected.to violate_rule } end context "with a cookbook with a custom resource that doesn't define actions" do resource_file <<-EOF action :create do puts "something" end EOF it { is_expected.not_to violate_rule } end context "with a cookbook with a LWRP that defines actions" do resource_file <<-EOF actions :create default_action :create EOF it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc110_spec.rb0000644000004100000410000000071613300102713021211 0ustar www-datawww-datarequire "spec_helper" describe "FC110" do context "with a cookbook with a script resource that uses command" do resource_file <<-EOF bash 'foo' do command 'cat /etc/passwd' end EOF it { is_expected.to violate_rule } end context "with a cookbook with a script resource that uses code" do resource_file <<-EOF bash 'foo' do code 'cat /etc/passwd' end EOF it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc072_spec.rb0000644000004100000410000000076213300102713021221 0ustar www-datawww-datarequire "spec_helper" describe "FC072" do context "with a cookbook with a metadata file that contains an attribute keyword" do metadata_file "attribute 'something/something',\n display_name: 'something tuneable',\n description: 'This tunes something',\n default: 'none'" it { is_expected.to violate_rule } end context "with a cookbook with a metadata file that doesn't contain an attribute keyword" do metadata_file it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc117_spec.rb0000644000004100000410000000107513300102713021217 0ustar www-datawww-datarequire "spec_helper" describe "FC117" do context "with a custom resource that includes kind_of in the property definition" do resource_file <<-EOF property :name, kind_of: String, name_property: true action :create do end EOF it { is_expected.to violate_rule } end context "with a custom resource that does not include kind_of in the property definition" do resource_file <<-EOF property :name, String, name_property: true action :create do end EOF it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc058_spec.rb0000644000004100000410000000463213300102713021225 0ustar www-datawww-datarequire "spec_helper" describe "FC058" do context "with a cookbook with a library provider with use_inline_resources and uses def action_create" do library_file <<-EOF class MyResources class Site < Chef::Resource::LWRPBase provides :site resource_name :site actions :create attribute :name, :kind_of => String, :name_attribute => true end end class MyProviders class Site < Chef::Provider::LWRPBase provides :site use_inline_resources def action_create file "/tmp/foo.txt" end end end EOF it { is_expected.to violate_rule } end context "with a cookbook with a library provider without use_inline_resources and uses def action_create" do library_file <<-EOF class MyResources class Site < Chef::Resource::LWRPBase provides :site resource_name :site actions :create attribute :name, :kind_of => String, :name_attribute => true end end class MyProviders class Site < Chef::Provider::LWRPBase provides :site def action_create file "/tmp/foo.txt" end end end EOF it { is_expected.to_not violate_rule } end context "with a cookbook with a cookbook that contains a library provider with use_inline_resources" do library_file <<-EOF class MyResources class Site < Chef::Resource::LWRPBase provides :site resource_name :site actions :create attribute :name, :kind_of => String, :name_attribute => true end end class MyProviders class Site < Chef::Provider::LWRPBase provides :site use_inline_resources action :create do file "/tmp/foo.txt" end end end EOF it { is_expected.not_to violate_rule } end context "with a cookbook with a library provider without use_inline_resources" do library_file <<-EOF class MyResources class Site < Chef::Resource::LWRPBase provides :site resource_name :site actions :create attribute :name, :kind_of => String, :name_attribute => true end end class MyProviders class Site < Chef::Provider::LWRPBase provides :site action :create do file "/tmp/foo.txt" end end end EOF it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc091_spec.rb0000644000004100000410000000201113300102713021207 0ustar www-datawww-datarequire "spec_helper" describe "FC091" do context "with a cookbook with a custom resource that uses attributes" do resource_file <<-EOF attribute :source, String, name_attribute: true attribute :headers, Hash, default: {} action :create do puts "something" end EOF it { is_expected.to violate_rule } end context "with a cookbook with a custom resource that uses properties" do resource_file <<-EOF property :source, String, name_property: true property :headers, Hash, default: {} action :create do puts "something" end EOF it { is_expected.not_to violate_rule } end context "with a cookbook with a LWRP that uses attributes" do resource_file <<-EOF attribute :source, String, name_attribute: true attribute :headers, Hash, default: {} actions :create default_action :create EOF it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc084_spec.rb0000644000004100000410000000253113300102713021220 0ustar www-datawww-datarequire "spec_helper" describe "FC084" do context "with a cookbook with a recipe that includes Chef::REST" do recipe_file 'Chef::REST::RESTRequest.new(:GET, "http://foo.com", nil).call' it { is_expected.to violate_rule } end context "with a cookbook with a library that includes Chef::REST" do recipe_file <<-EOF def response response = Chef::REST::RESTRequest.new(:GET, 'http://foo.com', nil).call end EOF it { is_expected.to violate_rule } end context "with a cookbook with a LWRP that includes Chef::REST" do recipe_file <<-EOF action :doit do Chef::REST::RESTRequest.new(:GET, 'http://foo.com', nil).call end EOF it { is_expected.to violate_rule } end context "with a cookbook with a recipe that includes Chef::ServerAPI" do recipe_file "server_conn = Chef::ServerAPI.new" it { is_expected.not_to violate_rule } end context "with a cookbook with a library that includes Chef::ServerAPI" do recipe_file <<-EOF def server_conn server_conn = Chef::ServerAPI.new end EOF it { is_expected.not_to violate_rule } end context "with a cookbook with a LWRP that includes Chef::ServerAPI" do recipe_file <<-EOF action :doit do Chef::ServerAPI.new end EOF it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc060_spec.rb0000644000004100000410000000211313300102713021206 0ustar www-datawww-datarequire "spec_helper" describe "FC060" do context "with a cookbook with LWRP with use_inline_resources and with bad action_create" do provider_file <<-EOF use_inline_resources def action_create cookbook_file "/etc/something.conf" end EOF it { is_expected.to violate_rule } end context "with a cookbook with LWRP without use_inline_resources and with bad action_create" do provider_file <<-EOF def action_create cookbook_file "/etc/something.conf" end EOF it { is_expected.not_to violate_rule } end context "with a cookbook with LWRP without use_inline_resources" do provider_file <<-EOF action :create do cookbook_file "/etc/something.conf" end EOF it { is_expected.not_to violate_rule } end context "with a cookbook with LWRP using use_inline_resources" do provider_file <<-EOF use_inline_resources action :create do template "/etc/something.conf" do notifies :restart, "service[something]" end end EOF it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc109_spec.rb0000644000004100000410000000100713300102713021213 0ustar www-datawww-datarequire "spec_helper" describe "FC109" do context "with a cookbook with a package resource that defines a provider" do resource_file <<-EOF package 'foo' do provider Chef::Provider::Package::Rpm action :install end EOF it { is_expected.to violate_rule } end context "with a cookbook with a package resource that doesn't define a provider" do resource_file <<-EOF package 'foo' do action :install end EOF it { is_expected.to_not violate_rule } end end foodcritic-13.1.1/spec/functional/fc053_spec.rb0000644000004100000410000000060513300102713021214 0ustar www-datawww-datarequire "spec_helper" describe "FC053" do context "with a cookbook with a metadata file that does contain the recommends keyword" do metadata_file "recommends 'runit'" it { is_expected.to violate_rule } end context "with a cookbook with a metadata file that does not contain the recommends keyword" do metadata_file it { is_expected.to_not violate_rule } end end foodcritic-13.1.1/spec/functional/fc113_spec.rb0000644000004100000410000000443513300102713021216 0ustar www-datawww-datarequire "spec_helper" describe "FC113" do context "with a cookbook with a library provider with use_inline_resources" do library_file <<-EOF class MyResources class Site < Chef::Resource::LWRPBase provides :site resource_name :site actions :create attribute :name, :kind_of => String, :name_attribute => true end end class MyProviders class Site < Chef::Provider::LWRPBase provides :site use_inline_resources action :create do file "/tmp/foo.txt" end end end EOF it { is_expected.to violate_rule } end context "with a cookbook with a library provider without use_inline_resources" do library_file <<-EOF class MyResources class Site < Chef::Resource::LWRPBase provides :site resource_name :site actions :create attribute :name, :kind_of => String, :name_attribute => true end end class MyProviders class Site < Chef::Provider::LWRPBase provides :site action :create do file "/tmp/foo.txt" end end end EOF it { is_expected.not_to violate_rule } end context "with a cookbook with plain old library file" do library_file <<-EOF def something puts "I'm just a method" end EOF it { is_expected.not_to violate_rule } end context "with a cookbook with LWRP not using use_inline_resources" do provider_file <<-EOF action :create do template "/etc/something.conf" do notifies :restart, "service[something]" end end EOF it { is_expected.not_to violate_rule } end context "with a cookbook with LWRP using use_inline_resources" do provider_file <<-EOF use_inline_resources action :create do template "/etc/something.conf" do notifies :restart, "service[something]" end end EOF it { is_expected.to violate_rule } end context "with a cookbook ignoring the rule" do provider_file <<-EOF.gsub(/^ /, "") # When we drop 2.2 support, this can use <<~EOF. # ~FC059 action :create do template "/etc/something.conf" do notifies :restart, "service[something]" end end EOF it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc087_spec.rb0000644000004100000410000000256513300102713021232 0ustar www-datawww-datarequire "spec_helper" describe "FC087" do context "with a cookbook with a library that maps platforms with Chef::Platform.set" do library_file <<-EOF Chef::Platform.set platform: :amazon, resource: :mysql_chef_gem, provider: Chef::Provider::MysqlChefGem::Mysql Chef::Platform.set platform: :centos, version: '< 7.0', resource: :mysql_chef_gem, provider: Chef::Provider::MysqlChefGem::Mysql EOF it { is_expected.to violate_rule } end context "with a cookbook with a library that maps providers with Chef::Platform.provider_for_resource" do library_file <<-EOF provider = Chef::Platform.provider_for_resource(resource, :create) EOF it { is_expected.to violate_rule } end context "with a cookbook with a library that maps providers with Chef::Platform.provider_for_resource" do library_file <<-EOF provider = Chef::Platform.find_provider("ubuntu", "16.04", resource) EOF it { is_expected.to violate_rule } end context "with a cookbook with a library that includes Chef::Platform.foo" do library_file <<-EOF module AuditD module Helper def auditd_package_name_for(platform_family) case platform_family when 'rhel', 'fedora' 'audit' else 'auditd' end end end end EOF it { is_expected.to_not violate_rule } end end foodcritic-13.1.1/spec/functional/fc049_spec.rb0000644000004100000410000000306313300102713021222 0ustar www-datawww-datarequire "spec_helper" describe "FC049" do foodcritic_command("--no-progress", "-R", "roles") context "with webserver.rb" do context "with name webserver" do file "roles/webserver.rb", 'name "webserver"' it { is_expected.to_not violate_rule } end context "with name apache" do file "roles/webserver.rb", 'name "apache"' it { is_expected.to violate_rule } end context "with a string expression in the name" do file "roles/webserver.rb", 'name "ap#{ache}"' it { is_expected.to_not violate_rule } end context "with multiple names" do file "roles/webserver.rb", "name 'apache'\nname 'webserver'" it { is_expected.to_not violate_rule } end context "with multiple mismatched names" do file "roles/webserver.rb", "name 'webserver'\nname 'apache'" it { is_expected.to violate_rule } end end context "with webserver.json" do context "with name webserver" do file "roles/webserver.json", '{"name": "webserver"}' it { is_expected.to_not violate_rule } end context "with name apache" do file "roles/webserver.json", '{"name": "apache"}' it { is_expected.to_not violate_rule } end end context "in -B mode" do foodcritic_command("--no-progress", "-B", "roles") file "roles/webserver.rb", 'name "apache"' it { is_expected.to_not violate_rule } end context "in normal mode" do foodcritic_command("--no-progress", "roles") file "roles/webserver.rb", 'name "apache"' it { is_expected.to_not violate_rule } end end foodcritic-13.1.1/spec/functional/fc007_spec.rb0000644000004100000410000000751613300102713021223 0ustar www-datawww-datarequire "spec_helper" describe "FC007" do metadata_file "name 'test'\ndepends 'dep'" context "with an undeclared dependency" do recipe_file 'include_recipe "foo"' it { is_expected.to violate_rule } context "with parens" do recipe_file 'include_recipe("foo")' it { is_expected.to violate_rule } end context "with ::default" do recipe_file 'include_recipe "foo::default"' it { is_expected.to violate_rule } end context "with parens and ::default" do recipe_file 'include_recipe("foo::default")' it { is_expected.to violate_rule } end # context 'with a partial expression' do # recipe_file 'include_recipe "foo::#{something}"' # it { pending; is_expected.to violate_rule } # end end context "with a declared dependency" do recipe_file 'include_recipe "dep"' it { is_expected.to_not violate_rule } context "with parens" do recipe_file 'include_recipe("dep")' it { is_expected.to_not violate_rule } end context "with ::default" do recipe_file 'include_recipe "dep::default"' it { is_expected.to_not violate_rule } end context "with parens and ::default" do recipe_file 'include_recipe("dep::default")' it { is_expected.to_not violate_rule } end # context 'with a partial expression' do # recipe_file 'include_recipe "dep::#{something}"' # it { pending; is_expected.to_not violate_rule } # end end context "with an unknowable include_recipe" do context "with a node attribute" do recipe_file 'include_recipe node["foo"]' it { is_expected.to_not violate_rule } end context "with a variable" do recipe_file "include_recipe something" it { is_expected.to_not violate_rule } end context "with a string expression" do recipe_file 'include_recipe "#{something}"' it { is_expected.to_not violate_rule } end context "with a parial string expression" do recipe_file 'include_recipe "#{something}::default"' it { is_expected.to_not violate_rule } end end context "with an include from the same cookbook" do recipe_file 'include_recipe "test::other"' it { is_expected.to_not violate_rule } context "with the shorthand syntax" do recipe_file 'include_recipe "::other"' it { is_expected.to_not violate_rule } end end context "with multiple includes" do recipe_file "include_recipe 'test::other'\ninclude_recipe 'foo'" it { is_expected.to violate_rule.in("recipes/default.rb:2") } end context "with multiple dependencies" do shared_examples "multiple includes" do context "with declared includes" do recipe_file %Q{include_recipe 'one'\ninclude_recipe "two"\ninclude_recipe 'three::default'} it { is_expected.to_not violate_rule } end context "with undeclared includes" do recipe_file %Q{include_recipe 'one'\ninclude_recipe "other"\ninclude_recipe 'foo::default'} it { is_expected.to violate_rule.in("recipes/default.rb:2") } it { is_expected.to violate_rule.in("recipes/default.rb:2") } end end context "using multiple depends" do metadata_file "name 'test'\ndepends 'one'\ndepends 'two'\ndepends 'three'" it_behaves_like "multiple includes" end context "using a word array and a one-line block" do metadata_file "name 'test'\n%w{one two three}.each {|d| depends d }" it_behaves_like "multiple includes" end context "using a word array and a multi-line block" do metadata_file "name 'test'\n%w{one two three}.each do |d|\n depends d\nend" it_behaves_like "multiple includes" end context "using a non-standard word array" do metadata_file "name 'test'\n%w|one two three|.each {|d| depends d }" it_behaves_like "multiple includes" end end end foodcritic-13.1.1/spec/functional/fc108_spec.rb0000644000004100000410000000207113300102713021214 0ustar www-datawww-datarequire "spec_helper" describe "FC108" do context "with a cookbook with a custom resource that defines a name property" do resource_file <<-EOF property :name, String, name_property: true action :create do end EOF it { is_expected.to violate_rule } end context "with a cookbook with a custom resource that does not defines a name property" do recipe_file <<-EOF property :not_name, String, name_property: true action :create do end EOF it { is_expected.to_not violate_rule } end context "with a cookbook with a custom resource where a property contains a name variable" do recipe_file <<-EOF property :home, String, default: lazy { ::File.join('/home/', name) } action :create do end EOF it { is_expected.to_not violate_rule } end context "with a cookbook with a custom resource where a property contains a name symbol" do recipe_file <<-EOF property :foo, Symbol, default: :name action :create do end EOF it { is_expected.to_not violate_rule } end end foodcritic-13.1.1/spec/functional/fc065_spec.rb0000644000004100000410000000060113300102713021213 0ustar www-datawww-datarequire "spec_helper" describe "FC065" do context "with a cookbook with a metadata file that does not specify source_url" do metadata_file it { is_expected.to violate_rule } end context "with a cookbook with a metadata file that specifies a source_url" do metadata_file "source_url 'http://wwww.something.com/'" it { is_expected.to_not violate_rule } end end foodcritic-13.1.1/spec/functional/fc120_spec.rb0000644000004100000410000000066613300102713021216 0ustar www-datawww-datarequire "spec_helper" describe "FC120" do context "with a resource that sets the name property" do recipe_file <<-EOF foo 'bar' do name 'Administrator' end EOF it { is_expected.to violate_rule } end context "with a resource that does not set the name property" do recipe_file <<-EOF foo 'bar' do foo_name 'Administrator' end EOF it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc043_spec.rb0000644000004100000410000000134413300102713021214 0ustar www-datawww-datarequire "spec_helper" describe "FC043" do context "with a cookbook that has no notifications" do recipe_file <<-EOH cookbook_file "something" EOH it { is_expected.not_to violate_rule } end context "with a cookbook with a resource that notifies a service to restart" do recipe_file <<-EOH template "/etc/apache.conf" do notifies :start, "service[apache]" end EOH it { is_expected.not_to violate_rule } end context "with a cookbook with a resource that uses the old notification syntax" do recipe_file <<-EOH template "/etc/www/configures-apache.conf" do notifies :restart, resources(:service => "apache") end EOH it { is_expected.to violate_rule } end end foodcritic-13.1.1/spec/functional/fc085_spec.rb0000644000004100000410000000374213300102713021226 0ustar www-datawww-datarequire "spec_helper" describe "FC085" do context "with a cookbook with a custom resource that converges with new_resource.updated_by_last_action" do resource_file <<-EOF action :create do template "/etc/something.conf" do notifies :restart, "service[something]" end new_resource.updated_by_last_action(true) end EOF it { is_expected.to violate_rule } end context "with a cookbook with a LWRP that converges with @new_resource.updated_by_last_action" do provider_file <<-EOF use_inline_resources action :create do template "/etc/something.conf" do notifies :restart, "service[something]" end @new_resource.updated_by_last_action(true) end EOF it { is_expected.to violate_rule } end context "with a cookbook with a LWRP that converges with new_resource.updated_by_last_action in a method" do provider_file <<-EOF def update_me(new_resource) new_resource.updated_by_last_action(true) end EOF it { is_expected.to violate_rule } end context "with a cookbook with a custom resource that relies on resources for convergence" do resource_file <<-EOF action :create do file "the_file" do template "/etc/something.conf" do notifies :restart, "service[something]" end end EOF it { is_expected.to_not violate_rule } end context "with a cookbook with a LWRP that relies on resources for convergence" do provider_file <<-EOF use_inline_resources action :create do file "the_file" do template "/etc/something.conf" do notifies :restart, "service[something]" end end EOF it { is_expected.to_not violate_rule } end context "with a cookbook with a LWRP that calls foo.updated_by_last_action" do provider_file <<-EOF use_inline_resources action :create do foo.updated_by_last_action(true) EOF it { is_expected.to_not violate_rule } end end foodcritic-13.1.1/spec/functional/fc119_spec.rb0000644000004100000410000000120413300102713021213 0ustar www-datawww-datarequire "spec_helper" describe "FC119" do context "with a windows_task resource that uses the :change action" do recipe_file <<-EOF windows_task 'chef-client' do user 'Administrator' password 'N3wPassW0Rd' command 'chef-client' action :change end EOF it { is_expected.to violate_rule } end context "with a windows_task resource that uses the :create action" do recipe_file <<-EOF windows_task 'chef-client' do user 'Administrator' password 'N3wPassW0Rd' command 'chef-client' action :create end EOF it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc112_spec.rb0000644000004100000410000000065013300102713021210 0ustar www-datawww-datarequire "spec_helper" describe "FC112" do context "with a cookbook with a resource that uses dsl_name" do library_file <<-EOF my_resource = MyResource.dsl_name EOF it { is_expected.to violate_rule } end context "with a cookbook with a resource that uses resource_name" do library_file <<-EOF my_resource = MyResource.resource_name EOF it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc079_spec.rb0000644000004100000410000000101213300102713021215 0ustar www-datawww-datarequire "spec_helper" describe "FC079" do context "with a cookbook with a recipe that includes an easy_install_package resource" do recipe_file <<-EOF easy_install_package "foo" do action :install end EOF it { is_expected.to violate_rule } end context "with a cookbook with a recipe that doesn't include an easy_install_package resource" do recipe_file <<-EOF package "foo" do action :install end EOF it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc029_spec.rb0000644000004100000410000000274413300102713021225 0ustar www-datawww-datarequire "spec_helper" describe "FC029" do context "with a cookbook with a metadata file that doesn't contain the recipe keyword" do metadata_file("name 'example'") it { is_expected.not_to violate_rule } end context "with a cookbook with a metadata file that contains contain the recipe keyword with the cookbook name only" do metadata_file("name 'example'\nrecipe 'example', 'Installs Example'") it { is_expected.not_to violate_rule } end context "with a cookbook with a metadata file that contains the recipe keyword with the cookbook::recipe format name" do metadata_file("name 'example'\nrecipe 'example::default', 'Installs Example'") it { is_expected.not_to violate_rule } end context "with a cookbook with a metadata file that contains the recipe keyword and lacks the cookbook name" do metadata_file("name 'example'\nrecipe 'default', 'Installs Example'") it { is_expected.to violate_rule } end context "with a cookbook with a metadata file that contains the recipe keyword and stores full recipe name as a var" do metadata_file("name 'example'\nvar = 'example::default'\nrecipe my_var, 'Installs Example'") it { is_expected.not_to violate_rule } end context "with a cookbook with a metadata file that contains the recipe keyword and stores part of the recipe name as a var" do metadata_file('name "example"\nvar = "example"\nrecipe "#{my_var}::default", "Installs Example"') it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc083_spec.rb0000644000004100000410000000151213300102713021215 0ustar www-datawww-datarequire "spec_helper" describe "FC083" do context "with a cookbook with a recipe that includes a execute resource specifying path" do recipe_file <<-EOF execute 'food' do path '/some/path' command 'build.sh' end EOF it { is_expected.to violate_rule } end context "with a cookbook with a recipe that includes a execute resource not specifying path" do recipe_file <<-EOF execute 'food' do command 'build.sh' end EOF it { is_expected.not_to violate_rule } end context "with a cookbook with a recipe that doesn't include an execute resource" do recipe_file <<-EOF directory '/tmp/something' do owner 'root' group 'root' mode '0755' action :create end EOF it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc089_spec.rb0000644000004100000410000000131213300102713021221 0ustar www-datawww-datarequire "spec_helper" describe "FC089" do context "with a cookbook with a library that uses Chef::ShellOut" do library_file "include Chef::ShellOut" it { is_expected.to violate_rule } end context "with a cookbook with a resource that uses Chef::ShellOut" do resource_file "include Chef::ShellOut" it { is_expected.to violate_rule } end context "with a cookbook with a resource that uses Miblib::Shellout" do resource_file "include Mixlib::Shellout" it { is_expected.not_to violate_rule } end context "with a cookbook with a resource that uses Chef::Mixin::ShellOut" do resource_file "include Chef::Mixin::ShellOut" it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc093_spec.rb0000644000004100000410000000103713300102713021220 0ustar www-datawww-datarequire "spec_helper" describe "FC093" do context "with a README.md file containing generated TODO item" do readme_file <<-EOF # cookbook TODO: Enter the cookbook description here. EOF metadata_file <<-META name 'cookbook' META it { is_expected.to violate_rule } end context "with a README.md without generated TODO item" do readme_file <<-EOF # cookbook Some description. EOF metadata_file <<-META name 'cookbook' META it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc011_spec.rb0000644000004100000410000000100013300102713021174 0ustar www-datawww-datarequire "spec_helper" describe "FC011" do context "with a cookbook with a README.md file" do metadata_file "name 'mycookbook'" file("README.md") it { is_expected.not_to violate_rule } end context "with a cookbook without a README.md file" do metadata_file "name 'mycookbook'" it { is_expected.to violate_rule } end context "with a cookbook with a README.rdoc file" do metadata_file "name 'mycookbook'" file("README.rdoc") it { is_expected.to violate_rule } end end foodcritic-13.1.1/spec/functional/fc038_spec.rb0000644000004100000410000000141113300102713021213 0ustar www-datawww-datarequire "spec_helper" describe "FC038" do context "on chef 12.6.4 with a cookbook that locks an apt_package" do foodcritic_command("--chef-version", "13.6.4 ", "--no-progress", ".") recipe_file <<-EOH apt_package 'foo' do action :lock end EOH it { is_expected.not_to violate_rule } end # todo: update this when we introduce a new action # we can't actually test this since we haven't introduced any new actions # in the chef 13 cycle # context "on chef 12.15.19 with a cookbook that locks an apt_package" do # foodcritic_command("--chef-version", "12.15.19", "--no-progress", ".") # recipe_file <<-EOH # apt_package 'foo' do # action :lock # end # EOH # it { is_expected.to violate_rule } # end end foodcritic-13.1.1/spec/functional/fc008_spec.rb0000644000004100000410000000234313300102713021215 0ustar www-datawww-datarequire "spec_helper" describe "FC008" do context "with a cookbook with a metadata file containing boilerplate maintainer from knife CLI" do metadata_file "maintainer 'YOUR_COMPANY_NAME'" it { is_expected.to violate_rule } end context "with a cookbook with a metadata file containing boilerplate maintainer from chef CLI" do metadata_file "maintainer 'The Authors'" it { is_expected.to violate_rule } end context "with a cookbook with a metadata file containing boilerplate maintainer_email from knife CLI" do metadata_file "maintainer_email 'YOUR_EMAIL'" it { is_expected.to violate_rule } end context "with a cookbook with a metadata file containing boilerplate maintainer_email from chef CLI" do metadata_file "maintainer_email 'you@example.com'" it { is_expected.to violate_rule } end context "with a cookbook with a metadata file containing non-boilerplate maintainer and maintainer_email" do metadata_file "maintainer 'John Smith'\nmaintainer_email 'john@smith.com'" it { is_expected.not_to violate_rule } end context "with a cookbook with a metadata file not containing maintainer or maintainer_email" do metadata_file it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc104_spec.rb0000644000004100000410000000242313300102713021211 0ustar www-datawww-datarequire "spec_helper" describe "FC104" do context "with a cookbook with a recipe where ruby_block specifies a create action" do recipe_file <<-EOF ruby_block 'puts' do block do puts "test test test" end action :create end EOF it { is_expected.to violate_rule } end context "with a cookbook with a recipe where ruby_block specifies a run action" do recipe_file <<-EOF ruby_block 'puts' do block do puts "test test test" end action :run end EOF it { is_expected.to_not violate_rule } end context "with a cookbook with a recipe that notifies :create on a ruby_block" do recipe_file <<-EOF file 'foo' do notifies :create, 'ruby_block[bar]', :delayed end EOF it { is_expected.to violate_rule } end context "with a cookbook with a recipe that notifies :run on a ruby_block" do recipe_file <<-EOF file 'foo' do notifies :run, 'ruby_block[bar]', :delayed end EOF it { is_expected.to_not violate_rule } end context "with a cookbook with a recipe that has a non-ruby_block resource with :create action" do recipe_file <<-EOF directory 'foo' do action :create end EOF it { is_expected.to_not violate_rule } end end foodcritic-13.1.1/spec/functional/fc094_spec.rb0000644000004100000410000000104413300102713021217 0ustar www-datawww-datarequire "spec_helper" describe "FC094" do context "with a cookbook with a custom resource that includes node['filesystem2']" do resource_file "node['filesystem2']" it { is_expected.to violate_rule } end context "with a cookbook with a recipe that includes node['filesystem2']" do recipe_file "node['filesystem2']" it { is_expected.to violate_rule } end context "with a cookbook with a library that includes node['filesystem2']" do library_file "node['filesystem2']" it { is_expected.to violate_rule } end end foodcritic-13.1.1/spec/functional/fc015_spec.rb0000644000004100000410000000067513300102713021221 0ustar www-datawww-datarequire "spec_helper" describe "FC015" do context "with a cookbook that contains a definition" do definition_file <<-EOH define :apache_site, :enable => true do log "I am a definition" end EOH it { is_expected.to violate_rule } end context "with a cookbook that does not contain a definition" do recipe_file <<-EOH cookbook_file "/etc/foo" EOH it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc105_spec.rb0000644000004100000410000000156713300102713021222 0ustar www-datawww-datarequire "spec_helper" describe "FC105" do context "with a cookbook with a custom resource that includes an erl_call resource" do resource_file <<-EOF erl_call 'list names' do code 'net_adm:names().' distributed true node_name 'chef@latte' end EOF it { is_expected.to violate_rule } end context "with a cookbook with a recipe that includes an erl_call resource" do recipe_file <<-EOF erl_call 'list names' do code 'net_adm:names().' distributed true node_name 'chef@latte' end EOF it { is_expected.to violate_rule } end context "with a cookbook with a library that includes an erl_call resource" do library_file <<-EOF erl_call 'list names' do code 'net_adm:names().' distributed true node_name 'chef@latte' end EOF it { is_expected.to violate_rule } end end foodcritic-13.1.1/spec/functional/fc028_spec.rb0000644000004100000410000000730613300102713021223 0ustar www-datawww-datarequire "spec_helper" describe "FC028" do context "with a cookbook with a single recipe that calls platform? without parentheses for a single platform" do recipe_file "platform? 'ubuntu'" it { is_expected.not_to violate_rule } end context "with a cookbook with a single recipe that calls platform? without parentheses for two platforms" do recipe_file "platform?('ubuntu','windows')" it { is_expected.not_to violate_rule } end context "with a cookbook with a single recipe that calls platform? with parentheses for a single platform" do recipe_file "platform?('ubuntu')" it { is_expected.not_to violate_rule } end context "with a cookbook with a single recipe that calls platform? with parentheses for two platforms" do recipe_file "platform?('ubuntu', 'windows')" it { is_expected.not_to violate_rule } end context "with a cookbook with a single recipe that compares a value against node.platform" do recipe_file "node.platform == 'ubuntu'" it { is_expected.not_to violate_rule } end context "with a cookbook with a single recipe that uses checks a value against node.platform" do recipe_file "node.platform == 'ubuntu'" it { is_expected.not_to violate_rule } end context "with a cookbook with a single recipe that calls node.platform? without a parentheses" do recipe_file "node.platform? 'ubuntu'" it { is_expected.to violate_rule } end context "with a cookbook with a single recipe that calls node.platform? with a parentheses" do recipe_file "node.platform?('ubuntu')" it { is_expected.to violate_rule } end context "with a cookbook with a single recipe that calls node.platform? with a parentheses for 2 platforms" do recipe_file "node.platform?('ubuntu', 'windows')" it { is_expected.to violate_rule } end context "with a cookbook with a single recipe that calls platform_family? without parentheses for a single platform family" do recipe_file "platform_family? 'debian'" it { is_expected.not_to violate_rule } end context "with a cookbook with a single recipe that calls platform_family? without parentheses for two plaform families" do recipe_file "platform_family?('debian','windows')" it { is_expected.not_to violate_rule } end context "with a cookbook with a single recipe that calls platform_family? with parentheses for a single plaform family" do recipe_file "platform_family?('debian')" it { is_expected.not_to violate_rule } end context "with a cookbook with a single recipe that calls platform_family? with parentheses for two plaform families" do recipe_file "platform_family?('debian', 'windows')" it { is_expected.not_to violate_rule } end context "with a cookbook with a single recipe that compares a value against node.platform_family" do recipe_file "node.platform_family == 'debian'" it { is_expected.not_to violate_rule } end context "with a cookbook with a single recipe that uses checks a value against node.platform_family" do recipe_file "node.platform_family == 'debian'" it { is_expected.not_to violate_rule } end context "with a cookbook with a single recipe that calls node.platform_family? without a parentheses" do recipe_file "node.platform_family? 'debian'" it { is_expected.to violate_rule } end context "with a cookbook with a single recipe that calls node.platform_family? with a parentheses" do recipe_file "node.platform_family?('debian')" it { is_expected.to violate_rule } end context "with a cookbook with a single recipe that calls node.platform_family? with a parentheses for 2 plaform families" do recipe_file "node.platform_family?('debian', 'windows')" it { is_expected.to violate_rule } end end foodcritic-13.1.1/spec/functional/fc076_spec.rb0000644000004100000410000000060213300102713021216 0ustar www-datawww-datarequire "spec_helper" describe "FC076" do context "with a cookbook with a metadata file that does contain the conflicts keyword" do metadata_file "conflicts 'runit'" it { is_expected.to violate_rule } end context "with a cookbook with a metadata file that does not contain the conflicts keyword" do metadata_file it { is_expected.to_not violate_rule } end end foodcritic-13.1.1/spec/functional/fc077_spec.rb0000644000004100000410000000057713300102713021232 0ustar www-datawww-datarequire "spec_helper" describe "FC077" do context "with a cookbook with a metadata file that does contain the replaces keyword" do metadata_file "replaces 'runit'" it { is_expected.to violate_rule } end context "with a cookbook with a metadata file that does not contain the replaces keyword" do metadata_file it { is_expected.to_not violate_rule } end end foodcritic-13.1.1/spec/functional/fc062_spec.rb0000644000004100000410000000060413300102713021213 0ustar www-datawww-datarequire "spec_helper" describe "FC062" do context "with a cookbook with metadata that includes the version keyword and a valid version string" do metadata_file("version '1.2.3'") it { is_expected.not_to violate_rule } end context "with a cookbook with metadata that does not include a version keyword" do metadata_file it { is_expected.to violate_rule } end end foodcritic-13.1.1/spec/functional/fc115_spec.rb0000644000004100000410000000130413300102713021210 0ustar www-datawww-datarequire "spec_helper" describe "FC115" do context "with a resource that requires a name property" do resource_file <<-EOF property :url, String, name_property: true, required: true EOF it { is_expected.to violate_rule } end context "with a resource that explicitly doesn't required a name property" do resource_file <<-EOF property :url, String, name_property: true, required: false EOF it { is_expected.not_to violate_rule } end context "with a resource that requires a name property with the name of 'name'" do resource_file <<-EOF property :name, String, name_property: true, required: true EOF it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/root_aliases_spec.rb0000644000004100000410000000052113300102713023055 0ustar www-datawww-datarequire "spec_helper" describe "root aliases" do context "with a recipe root alias" do file "recipe.rb", "log node[:foo]\n" it { is_expected.to violate_rule("FC001") } end context "with an attributes root alias" do file "attributes.rb", "default[:foo] = 1\n" it { is_expected.to violate_rule("FC001") } end end foodcritic-13.1.1/spec/functional/fc004_spec.rb0000644000004100000410000000422413300102713021211 0ustar www-datawww-datarequire "spec_helper" describe "FC004" do context "using a execute to run a service init script" do recipe_file <<-EOH execute 'service stuff' do command '/etc/init.d/foo start' action :run end EOH it { is_expected.to violate_rule } end context "using a execute to run a invoke-rc.d" do recipe_file <<-EOH execute 'service stuff' do command 'invoke-rc.d foo restart' action :run end EOH it { is_expected.to violate_rule } end %w{reload start stop restart}.each do |command| context "using a execute to run an upstart #{command} command" do recipe_file <<-EOH execute 'service stuff' do command "#{command} foo" action :run end EOH it { is_expected.to violate_rule } end context "using a execute to run the upstart service command to #{command}" do recipe_file <<-EOH execute 'service stuff' do command "service foo #{command}" action :run end EOH it { is_expected.to violate_rule } end context "using a execute to run systemcl to #{command}" do recipe_file <<-EOH execute 'service stuff' do command "systemctl #{command} foo" action :run end EOH it { is_expected.to violate_rule } end end context "using a execute to run a windows start command" do recipe_file <<-EOH execute 'Run setup' do command 'start /wait my_setup.exe --silent' end EOH it { is_expected.not_to violate_rule } end context "using a execute to run systemctl daemon-reload" do recipe_file <<-EOH execute 'Run setup' do command 'systemctl daemon-reload' end EOH it { is_expected.not_to violate_rule } end context "using a execute to run check the contents of an init script" do recipe_file <<-EOH execute "Configure the scheduler" do user "root" command 'sed -i "s/\([^/]\)ondemand/\1performace/g" /etc/init.d/ondemand' notifies :start, "service[ondemand]" end EOH it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc026_spec.rb0000644000004100000410000000313313300102713021213 0ustar www-datawww-datarequire "spec_helper" describe "FC026" do context "with a recipe that has a bracketed conditional that shouldn't be in a block" do recipe_file <<-EOH file 'foo' do not_if { "ls foo" } end EOH it { is_expected.to violate_rule } end context "with a recipe that has a conditional that shouldn't be in a block" do recipe_file <<-EOH file 'foo' do not_if do "ls foo" end end EOH it { is_expected.to violate_rule } end context "with a recipe that has a conditional with a variable that shouldn't be in a block" do recipe_file <<-EOH file 'foo' do only_if { "ls \#{node['foo']['path']}" } end EOH it { is_expected.to violate_rule } end context "with a recipe that has a conditional with a method that shouldn't be in a block" do recipe_file <<-EOH file 'foo' do not_if { "ls \#{foo.method()}" } end EOH it { is_expected.to violate_rule } end context "with a recipe that has a conditional of foo.bar" do recipe_file <<-EOH file 'foo' do only_if { foo.bar } end EOH it { is_expected.not_to violate_rule } end context "with a recipe that has a conditional of foo.to_s" do recipe_file <<-EOH file 'foo' do not_if { foo.to_s } end EOH it { is_expected.not_to violate_rule } end context "with a recipe that has a conditional of File.exists?('/etc/foo')" do recipe_file <<-EOH file 'foo' do not_if { File.exists?("/etc/foo") } end EOH it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc100_spec.rb0000644000004100000410000000111013300102713021175 0ustar www-datawww-datarequire "spec_helper" describe "FC100" do context "with a cookbook with a custom resource that includes Chef::Mixin::Language" do resource_file "include Chef::Mixin::Language" it { is_expected.to violate_rule } end context "with a cookbook with a recipe that includes Chef::Mixin::Language" do recipe_file "include Chef::Mixin::Language" it { is_expected.to violate_rule } end context "with a cookbook with a library that includes Chef::Mixin::Language" do library_file "include Chef::Mixin::Language" it { is_expected.to violate_rule } end end foodcritic-13.1.1/spec/functional/fc045_spec.rb0000644000004100000410000000074613300102713021223 0ustar www-datawww-datarequire "spec_helper" describe "FC045" do context "with a cookbook with a metadata file that includes the name keyword" do metadata_file "name 'food'" it { is_expected.to_not violate_rule } end context "with a cookbook with a metadata file that doesn't include the name keyword" do metadata_file it { is_expected.to violate_rule } end context "with a cookbook without a metadata file" do recipe_file it { is_expected.to_not violate_rule } end end foodcritic-13.1.1/spec/functional/fc098_spec.rb0000644000004100000410000000124213300102713021223 0ustar www-datawww-datarequire "spec_helper" describe "FC098" do context "with a cookbook with a custom resource that includes Chef::Mixin::RecipeDefinitionDSLCore" do resource_file "include Chef::Mixin::RecipeDefinitionDSLCore" it { is_expected.to violate_rule } end context "with a cookbook with a recipe that includes Chef::Mixin::RecipeDefinitionDSLCore" do recipe_file "include Chef::Mixin::RecipeDefinitionDSLCore" it { is_expected.to violate_rule } end context "with a cookbook with a library that includes Chef::Mixin::RecipeDefinitionDSLCore" do library_file "include Chef::Mixin::RecipeDefinitionDSLCore" it { is_expected.to violate_rule } end end foodcritic-13.1.1/spec/functional/fc118_spec.rb0000644000004100000410000000066213300102713021221 0ustar www-datawww-datarequire "spec_helper" describe "FC118" do context "with a property that sets the name_attribute value" do resource_file <<-EOF property :url, String, name_attribute: true EOF it { is_expected.to violate_rule } end context "with a property that sets the name_property value" do resource_file <<-EOF property :url, String, name_property: true EOF it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc056_spec.rb0000644000004100000410000000113013300102713021211 0ustar www-datawww-datarequire "spec_helper" describe "FC056" do context "with a cookbook with a metadata file that does not specify a maintainer_email" do metadata_file it { is_expected.to violate_rule } end context "with a cookbook with a metadata file that specifies a maintainer_email" do metadata_file "maintainer_email 'foo@example.com'" it { is_expected.to_not violate_rule } end context "with a cookbook with a metadata file that specifies a maintainer_email as an expression" do metadata_file("maintainer_email an(expression)") it { is_expected.to_not violate_rule } end end foodcritic-13.1.1/spec/functional/fc012_spec.rb0000644000004100000410000000100113300102713021176 0ustar www-datawww-datarequire "spec_helper" describe "FC012" do context "with a cookbook with a README.md file" do metadata_file "name 'mycookbook'" file("README.md") it { is_expected.not_to violate_rule } end context "with a cookbook without a README file" do metadata_file "name 'mycookbook'" it { is_expected.not_to violate_rule } end context "with a cookbook with a README.rdoc file" do metadata_file "name 'mycookbook'" file("README.rdoc") it { is_expected.to violate_rule } end end foodcritic-13.1.1/spec/functional/fc067_spec.rb0000644000004100000410000000062213300102713021220 0ustar www-datawww-datarequire "spec_helper" describe "FC067" do context "with a cookbook with a metadata file that does not specify supports" do metadata_file "name 'my_cookbook'" it { is_expected.to violate_rule } end context "with a cookbook with a metadata file that specifies a supported platform (anything)" do metadata_file "supports 'some_os'" it { is_expected.to_not violate_rule } end end foodcritic-13.1.1/spec/functional/fc071_spec.rb0000644000004100000410000000235013300102713021213 0ustar www-datawww-datarequire "spec_helper" describe "FC071" do context "with a cookbook with a LICENSE file" do metadata_file "name 'mycookbook'" file("LICENSE") it { is_expected.not_to violate_rule } end context "with a cookbook without a LICENSE file" do metadata_file "name 'mycookbook'" it { is_expected.to violate_rule } end context "with a cookbook without a LICENSE file but with license of 'All Rights Reserved'" do metadata_file "license 'All Rights Reserved'" it { is_expected.not_to violate_rule } end context "with a cookbook without a LICENSE file but with license of 'all rights reserved'" do metadata_file "license 'all rights reserved'" it { is_expected.not_to violate_rule } end context "with a cookbook without a LICENSE file, using a sub folder" do subject { foodcritic_command("--no-progress", "mycookbook/") } file "mycookbook/metadata.rb" it { is_expected.to violate_rule } end context "with a cookbook without a LICENSE file but with license of 'All Rights Reserved', using a sub folder" do subject { foodcritic_command("--no-progress", "mycookbook/") } file "mycookbook/metadata.rb", "license 'All Rights Reserved'" it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc010_spec.rb0000644000004100000410000000161313300102713021205 0ustar www-datawww-datarequire "spec_helper" describe "FC010" do context "with a cookbook with a recipe that attempts to perform a search with invalid syntax" do recipe_file <<-EOH search(:node, 'run_list:recipe[foo::bar]') do |matching_node| puts matching_node.to_s end EOH it { is_expected.to violate_rule } end context "with a cookbook with a recipe that attempts to perform a search with valid syntax" do recipe_file <<-EOH search(:node, 'run_list:recipe\\[foo\\:\\:bar\\]') do |matching_node| puts matching_node.to_s end EOH it { is_expected.not_to violate_rule } end context "with a cookbook with a recipe that attempts to perform a search with a subexpression" do recipe_file <<-EOH search(:node, "roles:\#{node['foo']['role']}") do |matching_node| puts matching_node.to_s end EOH it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc116_spec.rb0000644000004100000410000000074413300102713021220 0ustar www-datawww-datarequire "spec_helper" describe "FC116" do context "with metadata depending on compat_resource" do metadata_file "name 'test'\ndepends 'compat_resource'" it { is_expected.to violate_rule } end context "with metadata depending on foo" do metadata_file "name 'test'\ndepends 'foo'" it { is_expected.to_not violate_rule } end context "with metadata depending on nothing" do metadata_file "name 'test'" it { is_expected.to_not violate_rule } end end foodcritic-13.1.1/spec/functional/fc061_spec.rb0000644000004100000410000000342413300102713021215 0ustar www-datawww-datarequire "spec_helper" describe "FC061" do context "with a cookbook with metadata that includes the version keyword and a valid version string" do metadata_file("version '1.2.3'") it { is_expected.not_to violate_rule } end context "with a cookbook with metadata that includes the version keyword and a valid version string with double quotes" do metadata_file('version "1.2.3"') it { is_expected.not_to violate_rule } end context "with a cookbook with metadata that includes the version keyword and a valid x.y version string" do metadata_file("version '1.2'") it { is_expected.not_to violate_rule } end context "with a cookbook with metadata that does not include a version keyword" do metadata_file("name 'something'") it { is_expected.not_to violate_rule } end context "with a cookbook with metadata that includes the version keyword and an invalid version string" do metadata_file("version 'one'") it { is_expected.to violate_rule } end context "with a cookbook metadata that includes the version keyword and an invalid single digit version string" do metadata_file("version '1'") it { is_expected.to violate_rule } end context "with a cookbook metadata that includes the version keyword and an invalid four digit version string" do metadata_file("version '1.2.3.4'") it { is_expected.to violate_rule } end context "with a cookbook metadata that includes the version keyword that uses string interpolation" do metadata_file('patch = 3\nversion "1.2.#{patch}"') it { is_expected.not_to violate_rule } end context "with a cookbook metadata that includes the version keyword that is not a string literal" do metadata_file('v = "1.2.3"\nversion v') it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/spec/functional/fc066_spec.rb0000644000004100000410000000226213300102713021221 0ustar www-datawww-datarequire "spec_helper" describe "FC066" do context "with a cookbook with a metadata file that does not specify chef_version" do metadata_file "name 'my_cookbook'" it { is_expected.to violate_rule } end context "with a cookbook with a metadata file that specifies a chef_version" do metadata_file "chef_version '>= 12.1'" it { is_expected.to_not violate_rule } end context "with a cookbook with a metadata file that specifies a chef_version with a guard" do metadata_file "chef_version '>= 12.1' if defined?(chef_version)" it { is_expected.to_not violate_rule } end context "with a cookbook with a metadata file that specifies a chef_version with parens" do metadata_file "chef_version('>= 12.1')" it { is_expected.to_not violate_rule } end context "with a cookbook with a metadata file that specifies a chef_version with multiple arguments" do metadata_file "chef_version '>= 12.1', '< 14'" it { is_expected.to_not violate_rule } end context "with a cookbook with a metadata file that specifies a chef_version with a splat" do metadata_file "chef_version(*['>= 12.1', '< 14'])" it { is_expected.to_not violate_rule } end end foodcritic-13.1.1/spec/functional/fc095_spec.rb0000644000004100000410000000102213300102713021214 0ustar www-datawww-datarequire "spec_helper" describe "FC095" do context "with a cookbook with a custom resource that includes node['cloud_v2']" do resource_file "node['cloud_v2']" it { is_expected.to violate_rule } end context "with a cookbook with a recipe that includes node['cloud_v2']" do recipe_file "node['cloud_v2']" it { is_expected.to violate_rule } end context "with a cookbook with a library that includes node['cloud_v2']" do library_file "node['cloud_v2']" it { is_expected.to violate_rule } end end foodcritic-13.1.1/spec/functional/fc080_spec.rb0000644000004100000410000000311413300102713021212 0ustar www-datawww-datarequire "spec_helper" describe "FC080" do context "with a cookbook with a recipe that includes a user resource using supports" do recipe_file <<-EOF user 'betty' do action :create supports({ manage_home: true, non_unique: true }) end EOF it { is_expected.to violate_rule } end context "with a cookbook with a recipe that includes a user resource using supports w/o parens" do recipe_file <<-EOF user 'betty' do action :create supports manage_home: true end EOF it { is_expected.to violate_rule } end context "with a cookbook with a recipe that includes a user resource not using supports" do recipe_file <<-EOF user username do shell '/bin/false' home deploy_path system true action :create end EOF it { is_expected.not_to violate_rule } end context "with a cookbook with a recipe that includes a resource with supports" do recipe_file <<-EOF service 'foo' do action :start supports :restart EOF it { is_expected.not_to violate_rule } end context "with a cookbook with a recipe that includes a user resource and other supports uses" do recipe_file <<-EOF user 'foo' do system true action :create end def supports(thing) puts thing end supports('something') service 'foo' do supports restart: true, status: true action [:enable, :start] end EOF it { is_expected.not_to violate_rule } end end foodcritic-13.1.1/CHANGELOG.md0000644000004100000410000011517113300102713015557 0ustar www-datawww-data# Foodcritic Changelog: ## [13.1.1](https://github.com/Foodcritic/foodcritic/tree/v13.1.1) (2018-04-12) - Fixed an error in the detection of attributes.rb files when using root alias functionality - Updated rules that used the 'deprecation' tag to instead use the 'deprecated' tag. All rules for deprecated functionality now have the same catch all tag. ## [13.1.0](https://github.com/Foodcritic/foodcritic/tree/v13.1.0) (2018-04-12) ### Speed improvements Foodcritic now caches some of the information on cookbooks it previously calculated repeatedly. This results in a 10X reduction in some disk reads and a 7% improvement in runtime overall. ### Rule file improvements The fetching and parsing of Foodcritic rule files (.foodcritic files) has been improved. If a non-existent file is specified on the CLI we will now fail instead of silently continuing. Additionally, if the .foodcritic file exists, but cannot be read/parsed we will also fail instead of silently continuing. ### Improved file detection Several deficiencies in how Foodcritic detected files within a cookbook have been resolved. If you use the Chef 13+ root alias files such as attributes.rb or recipe.rb these will now be detected. Additionally we will detect template files not in the default directory, or deeply nested in directories within the templates directory. ### New Rules - `FC116` - Cookbook depends on the deprecated compat_resource cookbook - `FC120` - Do not set the name property directly on a resource - `FC122` - Use the build_essential resource instead of the recipe ## [13.0.1](https://github.com/Foodcritic/foodcritic/tree/v13.0.1) (2018-04-11) - Properly discover templates not in templates/default/. Templates in the root of the templates directory would be skipped previously - Force encoding to UTF8 to prevent errors when encoding isn't set on the host - Alert with the filename when an improperly encoded file is encountered instead of silently failing - Removed the chef13 tag from FC085 ## [13.0.0](https://github.com/Foodcritic/foodcritic/tree/v13.0.0) (2018-03-07) ### Chef 12 Support As Chef 12 goes end of life next month this release makes several changes assuming Chef 13+: Support for Ruby 2.2 has been removed Chef 12 metadata files have been removed. A new rule FC113: Resource declares deprecated use_inline_resources, which suggests a coding standard that requires Chef 13+. This rule is being introduced as use_inline_resources will begin throwing deprecation warnings in later Chef 14 releases and will eventually be removed from Chef. Removed FC017: LWRP does not notify when updated. This is no longer applicable with Chef 13+ since inline resources are always used and notifications in resources happen automatically. If full Chef 12 support is necessary then Foodcritic 12.2.2 is probably the best release to stick with. Keep in mind that later Foodcritic releases include rules that aid in Chef upgrades so sticking with an older release is not advised. Instead you should disable individual rules or tags that don't apply to your organization. ### New/Removed Rules - Added FC113: Resource declares deprecated use_inline_resources. - Added FC115: Custom resource contains a name_property that is required - Added FC117: Do not use kind_of in custom resource properties - Added FC118: Resource property setting name_attribute vs. name_property - Added FC119: windows_task :change action no longer exists in Chef 13 - Removed FC017: LWRP does not notify when updated. ### Other Changes - Updated the notification_action API to detect actions that aren't symbols - Expand FC037 to detect notifying with actions as strings - Incompatibilities with Ruby 2.5 and FC025/FC026 have been resolved - Added Chef 13.7.16 metadata - The chef12 tag has been removed from FC064/FC065 has issue_url and source_url metadata aren't actually required by chef 12\. This makes it seem as though users need to add this metadata to migrate to Chef 12, which isn't the case. ## [12.3.0](https://github.com/Foodcritic/foodcritic/tree/v12.3.0) (2018-01-18) **Implemented enhancements:** - Removed FC017, FC057, and FC059 as use_inline_resources is the default in Chef 13 and no longer required - Added FC110: Script resources should use 'code' property not 'command' property - Added FC111: search using deprecated sort flag - Added FC112 Resource using deprecated dsl_name method - Added FC113 Resource declares deprecated use_inline_resources - Added FC114 Cookbook uses legacy Ohai config syntax - Extended the find_resources method to allow accepting an array of resource names not just a single resource name ## [12.2.2](https://github.com/Foodcritic/foodcritic/tree/v12.2.2) (2017-12-13) **Fixed bugs:** - Don't require a space before the # in an ignore comment. - FC009 should not alert on a raise in a resource - Catch systemd service starts in FC004 and resolve several false positives ## [12.2.1](https://github.com/Foodcritic/foodcritic/tree/v12.2.1) (2017-11-14) **Fixed bugs:** - Fixed FC104 alerting for any resource with a :create action instead of just ruby_block resources ## [12.2.0](https://github.com/Foodcritic/foodcritic/tree/v12.2.0) (2017-11-14) **Implemented enhancements:** - Added Chef 13.6 resource metadata - Added FC103: Deprecated :uninstall action in chocolatey_package used - Added FC104: Use the :run action in ruby_block instead of :create - Added FC105: Deprecated erl_call resource used - Added FC106: Use the plist_hash property in launchd instead of hash - Added FC107: Resource uses epic_fail instead of ignore_failure - Added FC108: Resource should not define a property named 'name' - Added FC109: Use platform-specific package resources instead of provider property - Updated FC085 to also alert on @new_resource.updated_by_last_action - Refactored multiple rules to simplify which files they trigger on **Fixed bugs:** - Updated FC086 to only alert if someone is using DataBagItem/EncryptedDataBagItem to load a data bag ## [12.1.0](https://github.com/Foodcritic/foodcritic/tree/v12.1.0) (2017-10-31) **Implemented enhancements:** - Updated FC094 and FC095 tags from chef15 -> chef14 as the deprecation timeline has been changed - Updated FC087 to check for all deprecated Chef::Platform methods - Added FC101: Cookbook uses the deprecated deploy resource - Added FC102: Cookbook uses the deprecated Chef::DSL::Recipe::FullDSL class ## [12.0.1](https://github.com/Foodcritic/foodcritic/tree/v12.0.1) (2017-10-19) **Fixed bugs:** - Fixed the tags for new rules to correctly specify the version of Chef where the breaking change will occur, not the version of Chef were the deprecation warning was introduced ## [12.0.0](https://github.com/Foodcritic/foodcritic/tree/v12.0.0) (2017-10-18) **Implemented enhancements:** - Added FC093 - Generated README text needs updating - Added FC094 - Deprecated filesystem2 ohai plugin data used - Added FC095 - Deprecated cloud_v2 ohai plugin data used - Added FC096 - Deprecated libvirt virtualization ohai data used - Added FC097 - Deprecated Chef::Mixin::LanguageIncludeAttribute class used - Added FC098 - Deprecated Chef::Mixin::RecipeDefinitionDSLCore class used - Added FC099 - Deprecated Chef::Mixin::LanguageIncludeRecipe class used - Added FC100 - Deprecated Chef::Mixin::Language class used - Removed metadata for Chef versions 12.10, 12.11, 12.13, 12.14 - Added metadata for Chef 12.21 and 13.5 ## [11.4.0](https://github.com/Foodcritic/foodcritic/tree/v11.4.0) (2017-09-13) **Implemented enhancements:** - Added metadata for Chef 13.3.42 and 13.4.19 to include the latest new resources shipped in chef-client ## [11.3.1](https://github.com/Foodcritic/foodcritic/tree/v11.3.1) (2017-08-17) **Fixed bugs:** - Allow EncryptedDataBagItem.load_secret in FC086 ## [11.3.0](https://github.com/Foodcritic/foodcritic/tree/v11.3.0) (2017-07-12) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v11.2.0...v11.3.0) **Implemented enhancements:** - The yajl-ruby dependency has been replaced with ffi-yajl which is used by Chef and is already present in ChefDK. A single usage of Ruby's JSON parser has also been replaced with ffi-yajl as well. - FC033 logic has been slightly simplified. **Fixed bugs:** - FC001 will no longer alert when a user references the run_state, which is correctly accessed as a symbol and not a string. ## [11.2.0](https://github.com/Foodcritic/foodcritic/tree/v11.2.0) (2017-06-12) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v11.1.0...v11.2.0) **Implemented enhancements:** - Added metadata for Chef 13.1 and made this the default. This means that FC009 will now alert on cookbooks using code that has been removed in Chef 13. - Added FC091: Use property not attribute in custom resources. - Added FC092: Custom resources should not define actions. - Removed metadata for Chef 12.6, 12.7, and 12.8\. This only impacts users specifically setting these metadata versions via the command line. - Disabled the `opensource` tag by default to simply use of Foodcritic for non-community cookbook developers. At the time of writing this only includes `FC078`. To enable it again: `foodcritic -t any .` - Added a Dockerfile for running Foodcritic in Docker. ## [11.1.0](https://github.com/Foodcritic/foodcritic/tree/v11.1.0) (2017-05-18) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v11.0.0...v11.1.0) **Implemented enhancements:** - Added `FC086` - Use databag helper methods to load data bag items. Tags: style - Added `FC087` - Library maps provider with deprecated Chef::Platform.set. Tags: chef13 deprecated - Added `FC088` - Prefer Mixlib::Shellout over deprecated Chef::Mixin::Command. Tags: chef13 deprecated - Added `FC089` - Prefer Mixlib::Shellout over deprecated Chef::ShellOut. Tags: chef13 deprecated - Added a new `--rule-file` flag to specify the path to your .foodcritic file - Added metadata for Chef 12.20.3 and made it the default - Updated several rule names to be more clear that we're checking for deprecated functionality ## [11.0.0](https://github.com/Foodcritic/foodcritic/tree/v11.0.0) (2017-04-24) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v10.4.1...v11.0.0) **Implemented enhancements:** - Added `FC079` to detect the usage of the easy_install_package resource which is deprecated in Chef 13\. Tags: deprecated, chef13. - Added `FC080` to detect user resources that include the supports property, which is deprecated in Chef 13\. Tags: deprecated, chef13. - Added `FC081` to detect a cookbook that depends on the partial_search cookbook as partial search functionality is built into Chef 12 and later. Tags: chef12. - Added `FC082` to detect the usage of node.set and node.set_unless which will be removed in Chef 14\. Tags: deprecated, chef14. - Added `FC083` to detect execute resources that include the path property, which is deprecated in Chef 12\. Tags: deprecated, chef12. - Added `FC084` to detect usage of the deprecated Chef::REST class. Tags: deprecated, chef13. - Added `FC085` to detect usage of new_resource.updated_by_last_action to converge resources. Tags: deprecated, chef13. - Updated and refactored API methods `declared_dependencies`, `supported_platforms`, and `word_list_values` - Deprecated API methods `checks_for_chef_solo` and `chef_solo_search_supported?` have been removed. - Added a new API method `json_file_to_hash` for loading json files as a hash. - Added a new rake command to run the regression test on just a single cookbook **Fixed bugs:** - Multiple rules have been rewritten to use Foodcritic APIs instead of using XPATH queries directly. This avoids false positives created by overly simplistic queries. - Fixed FC069 to skip if the license metadata is any formatting of 'All Rights Reserved'. - Added the `license` and `supermarket` tag to FC078. - Updated the `field` and `field_value` API methods to correctly recognize additional formats of data in the metdata. ## [10.4.1](https://github.com/Foodcritic/foodcritic/tree/v10.4.1) (2017-04-17) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v10.4.0...v10.4.1) **Implemented enhancements:** - Removed the development dependency on github_changelog_generator **Fixed bugs:** - Fixed running cucumber tests using the cucumber CLI command - Fixed FC016 incorrectly firing on custom resources that have no properties. FC016 will now skip over resources that have any actions as those are custom resources and custom resources don't need to declare a default_action. - Added the missing chef13 tag to FC018 - Updated FC028 to detect both `node.platform_family?` in addition to the existing `node.platform?` usage. This rule has also been renamed and tags updated since the use of `node.platform?` is a style issue and not a correctness issue. Both `node.platform?` and `platform?` are acceptable in cookbooks. - Fixed FC071 to not alert for cookbooks where the license is 'all rights reserved' in addition to the existing allowed 'All Rights Reserved' string - Fixed FC071 to detect the LICENSE file if foodcritic is not running in the root of the cookbook - Fixed FC070 to not alert when platform supports is defined through an array of platforms ## [10.4.0](https://github.com/Foodcritic/foodcritic/tree/v10.4.0) (2017-04-13) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v10.3.1...v10.4.0) **Implemented enhancements:** - Added FC076 to alert when the deprecated `conflicts` metadata is used - Added FC077 to alert when the deprecated `replaces` metadata is used - Added FC078 to alert when a non-OSI-approved license is used in metadata. You can disable this rule turning off the new `opensource` tag. For example: `foodcritic -t ~opensource .` **Fixed bugs:** - Regression tests now ignore .foodcritic files so we see all possible failures - FC053 / FC052 updated to properly refer the metadata as deprecated and not unimplemented - FC071 no longer alerts when cookbooks are licensed as "All Rights Reserved" ## [10.3.1](https://github.com/Foodcritic/foodcritic/tree/v10.3.1) (2017-04-10) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v10.3.0...v10.3.1) **Implemented enhancements:** - Added Chef 13.0.113 metadata, but retained 12.19.36 as the default **Fixed bugs:** - Resolved a regression when running Foodcritic as a Rake task ## [10.3.0](https://github.com/Foodcritic/foodcritic/tree/v10.3.0) (2017-04-10) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v10.2.2...v10.3.0) **Implemented enhancements:** - Added `FC069` to ensure standardized licenses are defined in metadata - Added `FC070` to detect invalid platform supports in metadata - Added `FC071` to ensure a LICENSE file is included with the cookbook - Added `FC072` to detect attributes defined in metadata - Added `FC073` to detect root alias collisions with non-root alias files - Added `FC074` to detect setting the default_action in a LWRP without using the default_action DSL - Added `FC075` to detect node.save usage - Updated `FC008` to fail if the ChefDK generated boilerplate is included - Updated `FC024` to not recommend adding amazon as an equivalent platform to Redhat as Amazon is its own platform family in Chef 13 - Updated `FC045` to no longer fail if metadata.rb cannot be found - Added support for the Chef 13 root alias cookbook structure changes defined in - Testing has been completed reworked to simplify testing and allow for far more robust functional tests. Minitest unit tests have been converted to rspec and a new functional testing framework has been added utilizing rspec. Tests for a large number of the existing rules have been converted to this new framework. The new testing framework allows for simple all-in-one tests that are easier to read and much simpler to write. Additionally the regression tests have been reworked, and are now enabled in Travis CI, which will require regeneration of the expected output if new tests are added using `rake regen_regression`. See the readme for additional details on running tests. ## [10.2.2](https://github.com/Foodcritic/foodcritic/tree/v10.2.2) (2017-03-31) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v10.2.1...v10.2.2) **Implemented enhancements:** - Align rake setup better with CLI options to resolve bugs with tags in Rake [#533](https://github.com/Foodcritic/foodcritic/pull/533) ([tas50](https://github.com/tas50)) ## [v10.2.1](https://github.com/Foodcritic/foodcritic/tree/v10.2.1) (2017-03-31) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v10.2.0...v10.2.1) **Implemented enhancements:** - Add supermarket tag to FC067 and FC068 [#532](https://github.com/Foodcritic/foodcritic/pull/532) ([tas50](https://github.com/tas50)) ## [v10.2.0](https://github.com/Foodcritic/foodcritic/tree/v10.2.0) (2017-03-30) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v10.1.1...v10.2.0) **Implemented enhancements:** - Add FC066/FC067/FC068 to check metadata chef_version, license, and supports [#528](https://github.com/Foodcritic/foodcritic/pull/528) ([tas50](https://github.com/tas50)) **Fixed bugs:** - Don't trigger FC007 on a shorthand recipe includes [#526](https://github.com/Foodcritic/foodcritic/pull/526) ([tas50](https://github.com/tas50)) - Fix already initialized constant warning with `--search-gems` [#529](https://github.com/Foodcritic/foodcritic/pull/529) ([nvwls](https://github.com/nvwls)) ## [v10.1.1](https://github.com/Foodcritic/foodcritic/tree/v10.1.1) (2017-03-29) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v10.1.0...v10.1.1) **Fixed bugs:** - Fix FC016 triggering on custom resources [#525](https://github.com/Foodcritic/foodcritic/pull/525) ([tas50](https://github.com/tas50)) ## [v10.1.0](https://github.com/Foodcritic/foodcritic/tree/v10.1.0) (2017-03-29) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v10.0.0...v10.1.0) **Implemented enhancements:** - Remove FC023 which is no longer considered best practice [#523](https://github.com/Foodcritic/foodcritic/pull/523) ([tas50](https://github.com/tas50)) - Add basic testing of the metadata_field api [#522](https://github.com/Foodcritic/foodcritic/pull/522) ([tas50](https://github.com/tas50)) - Add a more robust cookbook_base_path helper to the API [#520](https://github.com/Foodcritic/foodcritic/pull/520) ([tas50](https://github.com/tas50)) - Update various tags to better align the rules with the tag categories [#517](https://github.com/Foodcritic/foodcritic/pull/517) ([tas50](https://github.com/tas50)) ## [v10.0.0](https://github.com/Foodcritic/foodcritic/tree/v10.0.0) (2017-03-14) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v9.0.0...v10.0.0) **Implemented enhancements:** - Add 12.19 metadata as default and remove 12.0 - 12.5.1 [#516](https://github.com/Foodcritic/foodcritic/pull/516) ([tas50](https://github.com/tas50)) - Remove FC003 from Foodcritic [#512](https://github.com/Foodcritic/foodcritic/pull/512) ([tas50](https://github.com/tas50)) ## [v9.0.0](https://github.com/Foodcritic/foodcritic/tree/v9.0.0) (2017-01-31) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v8.2.0...v9.0.0) **Implemented enhancements:** - Add 12.18.31 metadata and make it the default [#508](https://github.com/Foodcritic/foodcritic/pull/508) ([tas50](https://github.com/tas50)) - Test on Ruby 2.4 and fix failing tests [#507](https://github.com/Foodcritic/foodcritic/pull/507) ([tas50](https://github.com/tas50)) - Support Chef RFC 17 compliant templates [#485](https://github.com/Foodcritic/foodcritic/pull/485) ([hagihala](https://github.com/hagihala)) - More sane default CLI values [#462](https://github.com/Foodcritic/foodcritic/pull/462) ([tas50](https://github.com/tas50)) ## [v8.2.0](https://github.com/Foodcritic/foodcritic/tree/v8.2.0) (2017-01-09) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v8.1.0...v8.2.0) **Implemented enhancements:** - Add 12.17.44 metadata (and make it the default) [#505](https://github.com/Foodcritic/foodcritic/pull/505) ([tas50](https://github.com/tas50)) - Add 12.16.42 metadata and make it the default [#497](https://github.com/Foodcritic/foodcritic/pull/497) ([tas50](https://github.com/tas50)) ## [v8.1.0](https://github.com/Foodcritic/foodcritic/tree/v8.1.0) (2016-10-20) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v8.0.0...v8.1.0) **Implemented enhancements:** - Add Chef client 12.15.19 metadata [#493](https://github.com/Foodcritic/foodcritic/pull/493) ([tas50](https://github.com/tas50)) - Clarify exclude path instructions in the CLI help [#489](https://github.com/Foodcritic/foodcritic/pull/489) ([unixorn](https://github.com/unixorn)) ## [v8.0.0](https://github.com/Foodcritic/foodcritic/tree/v8.0.0) (2016-09-23) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v7.1.0...v8.0.0) **Implemented enhancements:** - Require Ruby 2.2.2 [#487](https://github.com/Foodcritic/foodcritic/pull/487) ([tas50](https://github.com/tas50)) - Add 12.14.89 metadata and make it the default [#486](https://github.com/Foodcritic/foodcritic/pull/486) ([tas50](https://github.com/tas50)) - Remove Chef 11 metadata and rule support [#481](https://github.com/Foodcritic/foodcritic/pull/481) ([tas50](https://github.com/tas50)) ## [v7.1.0](https://github.com/Foodcritic/foodcritic/tree/v7.1.0) (2016-08-17) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v7.0.1...v7.1.0) **Implemented enhancements:** - Add Chef 12.13.37 metadata and make it the default [#479](https://github.com/Foodcritic/foodcritic/pull/479) ([tas50](https://github.com/tas50)) - Add 12.12.13 metadata and fix metadata generation [#472](https://github.com/Foodcritic/foodcritic/pull/472) ([tas50](https://github.com/tas50)) **Fixed bugs:** - Add missing assigment attributes [#478](https://github.com/Foodcritic/foodcritic/pull/478) ([ofir-petrushka](https://github.com/ofir-petrushka)) ## [v7.0.1](https://github.com/Foodcritic/foodcritic/tree/v7.0.1) (2016-07-06) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v7.0.0...v7.0.1) **Implemented enhancements:** - Readme improvements [#468](https://github.com/Foodcritic/foodcritic/pull/468) ([tas50](https://github.com/tas50)) ## [v7.0.0](https://github.com/Foodcritic/foodcritic/tree/v7.0.0) (2016-07-05) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v6.3.0...v7.0.0) **Implemented enhancements:** - Remove support for Ruby 2.0 [#465](https://github.com/Foodcritic/foodcritic/pull/465) ([tas50](https://github.com/tas50)) - Remove chef version support for Chef 0.7, 0.8, 0.9, and 0.10 [#464](https://github.com/Foodcritic/foodcritic/pull/464) ([tas50](https://github.com/tas50)) - Add chef 12.11.18 metadata and make it the default [#461](https://github.com/Foodcritic/foodcritic/pull/461) ([tas50](https://github.com/tas50)) - FC032 allow the new :before timing on resource notifications in Chef >= 12.6.0 [#441](https://github.com/Foodcritic/foodcritic/pull/441) ([gnjack](https://github.com/gnjack)) - New cookbook_maintainer api methods [#248](https://github.com/Foodcritic/foodcritic/pull/248) ([miguelcnf](https://github.com/miguelcnf)) ## [v6.3.0](https://github.com/Foodcritic/foodcritic/tree/v6.3.0) (2016-05-16) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v6.2.0...v6.3.0) **Implemented enhancements:** - Add Chef 12.10.24 metadata and release 6.3.0 [#456](https://github.com/Foodcritic/foodcritic/pull/456) ([tas50](https://github.com/tas50)) ## [v6.2.0](https://github.com/Foodcritic/foodcritic/tree/v6.2.0) (2016-04-26) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v6.1.1...v6.2.0) **Implemented enhancements:** - Add 12.9.38 metadata and make it the default chef version [#452](https://github.com/Foodcritic/foodcritic/pull/452) ([tas50](https://github.com/tas50)) ## [v6.1.1](https://github.com/Foodcritic/foodcritic/tree/v6.1.1) (2016-04-08) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v6.1.0...v6.1.1) **Implemented enhancements:** - Use latest gherkin for faster installs [#447](https://github.com/Foodcritic/foodcritic/pull/447) ([jkeiser](https://github.com/jkeiser)) ## [v6.1.0](https://github.com/Foodcritic/foodcritic/tree/v6.1.0) (2016-04-06) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v6.0.1...v6.1.0) **Implemented enhancements:** - Don't require cucumber and rubocop to run rake [#444](https://github.com/Foodcritic/foodcritic/pull/444) ([jkeiser](https://github.com/jkeiser)) - Add 12.8.1 metadata + update metadata process [#438](https://github.com/Foodcritic/foodcritic/pull/438) ([tas50](https://github.com/tas50)) - Add metadata for Chef 12.7.2 and update instructions [#427](https://github.com/Foodcritic/foodcritic/pull/427) ([tas50](https://github.com/tas50)) **Fixed bugs:** - Rake.last_comment was depreciated in Rake11\. [#434](https://github.com/Foodcritic/foodcritic/pull/434) ([gkuchta](https://github.com/gkuchta)) ## [v6.0.1](https://github.com/Foodcritic/foodcritic/tree/v6.0.1) (2016-02-22) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v6.0.0...v6.0.1) **Implemented enhancements:** - Check for URLs that are helpful to the Supermarket [#421](https://github.com/Foodcritic/foodcritic/pull/421) ([nathenharvey](https://github.com/nathenharvey)) **Fixed bugs:** - Fix FC058 false positives [#423](https://github.com/Foodcritic/foodcritic/pull/423) ([jaym](https://github.com/jaym)) ## [v6.0.0](https://github.com/Foodcritic/foodcritic/tree/v6.0.0) (2016-01-14) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v5.0.0...v6.0.0) **Implemented enhancements:** - Cookbook version is specified in metadata [#347](https://github.com/Foodcritic/foodcritic/issues/347) - FC035 - Templates, Style [#62](https://github.com/Foodcritic/foodcritic/issues/62) - Add Chef 12.6.0 metadata [#417](https://github.com/Foodcritic/foodcritic/pull/417) ([tas50](https://github.com/tas50)) - New Rule 61 - valid cookbook version [#405](https://github.com/Foodcritic/foodcritic/pull/405) ([lamont-granquist](https://github.com/lamont-granquist)) - Require Oracle as a RHEL equiv [#404](https://github.com/Foodcritic/foodcritic/pull/404) ([tas50](https://github.com/tas50)) - Suggest updating from definitions to custom resources [#403](https://github.com/Foodcritic/foodcritic/pull/403) ([tas50](https://github.com/tas50)) - add checks for correct use of use_inline_resources [#402](https://github.com/Foodcritic/foodcritic/pull/402) ([lamont-granquist](https://github.com/lamont-granquist)) - Add new tags for rules [#401](https://github.com/Foodcritic/foodcritic/pull/401) ([tas50](https://github.com/tas50)) - Rename FC045 since Chef 12 requires name metadata [#399](https://github.com/Foodcritic/foodcritic/pull/399) ([tas50](https://github.com/tas50)) - Add Chef 12.5.1 metadata [#397](https://github.com/Foodcritic/foodcritic/pull/397) ([tas50](https://github.com/tas50)) - Add self-dependency warning [#328](https://github.com/Foodcritic/foodcritic/pull/328) ([lamont-granquist](https://github.com/lamont-granquist)) **Fixed bugs:** - Time to cut a release? [#344](https://github.com/Foodcritic/foodcritic/issues/344) - FC048: Warn within a provider block, refs #365 [#413](https://github.com/Foodcritic/foodcritic/pull/413) ([acrmp](https://github.com/Foodcritic)) - use_inline_resources checks apply to Chef 11+ [#410](https://github.com/Foodcritic/foodcritic/pull/410) ([tas50](https://github.com/tas50)) - fix for edge condition with 061 [#408](https://github.com/Foodcritic/foodcritic/pull/408) ([lamont-granquist](https://github.com/lamont-granquist)) - Rake options override default options [#382](https://github.com/Foodcritic/foodcritic/pull/382) ([pkang](https://github.com/pkang)) **Closed issues:** - Chef Docs vs Foodcritic 4.x [#354](https://github.com/Foodcritic/foodcritic/issues/354) - Github pages have drifted from foodcritic.io [#332](https://github.com/Foodcritic/foodcritic/issues/332) - FC001 is re-enabled thus is out-of-date [#330](https://github.com/Foodcritic/foodcritic/issues/330) ## [v5.0.0](https://github.com/Foodcritic/foodcritic/tree/v5.0.0) (2015-09-17) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v4.0.0...v5.0.0) **Implemented enhancements:** - Support for a magic comment to temporarily disable a rule [#259](https://github.com/Foodcritic/foodcritic/issues/259) - FC007 false positive on depending on the cookbook currently being parsed [#242](https://github.com/Foodcritic/foodcritic/issues/242) - Create a rule for "execute resource used to install packages" [#180](https://github.com/Foodcritic/foodcritic/issues/180) - New Rule Proposal: uid/gid should be integer [#53](https://github.com/Foodcritic/foodcritic/issues/53) - merge default options before check instead of during intialization [#321](https://github.com/Foodcritic/foodcritic/pull/321) ([ranjib](https://github.com/ranjib)) **Fixed bugs:** - Fix FC031 and FC045 and metadata.rb vs metadata.json issues [#369](https://github.com/Foodcritic/foodcritic/issues/369) - FC007 false positive on depending on the cookbook currently being parsed [#242](https://github.com/Foodcritic/foodcritic/issues/242) - FC010 Test failures due to missing search support [#199](https://github.com/Foodcritic/foodcritic/issues/199) - 'lazy' causes false-positive in FC009 - on previous line [#189](https://github.com/Foodcritic/foodcritic/issues/189) - FC051 tries to validate temp files of the editors [#172](https://github.com/Foodcritic/foodcritic/issues/172) ## [v4.0.0](https://github.com/Foodcritic/foodcritic/tree/v4.0.0) (2014-06-11) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v3.0.3...v4.0.0) ## [v3.0.3](https://github.com/Foodcritic/foodcritic/tree/v3.0.3) (2013-10-13) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v3.0.2...v3.0.3) ## [v3.0.2](https://github.com/Foodcritic/foodcritic/tree/v3.0.2) (2013-10-05) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v3.0.1...v3.0.2) ## [v3.0.1](https://github.com/Foodcritic/foodcritic/tree/v3.0.1) (2013-09-25) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v3.0.0...v3.0.1) **Implemented enhancements:** - Roles rules [#19](https://github.com/Foodcritic/foodcritic/issues/19) ## [v3.0.0](https://github.com/Foodcritic/foodcritic/tree/v3.0.0) (2013-09-14) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v2.2.0...v3.0.0) **Implemented enhancements:** - Provide a comprehensive list of `tags` somewhere on the docs [#63](https://github.com/Foodcritic/foodcritic/issues/63) **Fixed bugs:** - FC001, FC019 shouldn't match on node.run_state [#66](https://github.com/Foodcritic/foodcritic/issues/66) ## [v2.2.0](https://github.com/Foodcritic/foodcritic/tree/v2.2.0) (2013-07-10) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v2.1.0...v2.2.0) ## [v2.1.0](https://github.com/Foodcritic/foodcritic/tree/v2.1.0) (2013-04-16) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v2.0.1...v2.1.0) **Implemented enhancements:** - New Rule Proposal: ||= considered harmful with attributes [#52](https://github.com/Foodcritic/foodcritic/issues/52) - Would like to be able to exempt rules in cookbooks [#10](https://github.com/Foodcritic/foodcritic/issues/10) ## [v2.0.1](https://github.com/Foodcritic/foodcritic/tree/v2.0.1) (2013-03-31) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v2.0.0...v2.0.1) ## [v2.0.0](https://github.com/Foodcritic/foodcritic/tree/v2.0.0) (2013-03-24) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v1.7.0...v2.0.0) **Implemented enhancements:** - New Rule: Check for existence of 'name' in metadata.rb [#64](https://github.com/Foodcritic/foodcritic/issues/64) - New Rule: action ":none" vs ":nothing" [#61](https://github.com/Foodcritic/foodcritic/issues/61) **Fixed bugs:** - Incorrectly decoding attributes within a block [#76](https://github.com/Foodcritic/foodcritic/issues/76) - FC003 doesn't match unless statements [#58](https://github.com/Foodcritic/foodcritic/issues/58) - FC019 triggered on internal recipe hash key as symbol instead of node [#54](https://github.com/Foodcritic/foodcritic/issues/54) ## [v1.7.0](https://github.com/Foodcritic/foodcritic/tree/v1.7.0) (2012-12-27) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v1.6.1...v1.7.0) **Fixed bugs:** - FC037 false positive for subscribes [#65](https://github.com/Foodcritic/foodcritic/issues/65) - Foodcritic not being fully deterministic. [#55](https://github.com/Foodcritic/foodcritic/issues/55) ## [v1.6.1](https://github.com/Foodcritic/foodcritic/tree/v1.6.1) (2012-08-30) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v1.6.0...v1.6.1) ## [v1.6.0](https://github.com/Foodcritic/foodcritic/tree/v1.6.0) (2012-08-28) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v1.5.0...v1.6.0) **Implemented enhancements:** - Thoughts on more style-y lint checks [#15](https://github.com/Foodcritic/foodcritic/issues/15) **Fixed bugs:** - FC020 triggered on non-ruby shell command [#30](https://github.com/Foodcritic/foodcritic/issues/30) - Incorrect FC019 alarms [#22](https://github.com/Foodcritic/foodcritic/issues/22) ## [v1.5.0](https://github.com/Foodcritic/foodcritic/tree/v1.5.0) (2012-08-20) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v1.5.1...v1.5.0) ## [v1.5.1](https://github.com/Foodcritic/foodcritic/tree/v1.5.1) (2012-08-20) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v1.4.0...v1.5.1) **Fixed bugs:** - FC007 should not be triggered by include_recipe "#{cookbook_name}::blah" [#44](https://github.com/Foodcritic/foodcritic/issues/44) - FC022 block name check appears to be too simplistic [#29](https://github.com/Foodcritic/foodcritic/issues/29) ## [v1.4.0](https://github.com/Foodcritic/foodcritic/tree/v1.4.0) (2012-06-15) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v1.3.1...v1.4.0) ## [v1.3.1](https://github.com/Foodcritic/foodcritic/tree/v1.3.1) (2012-06-09) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v1.3.0...v1.3.1) **Implemented enhancements:** - catch pry breakpoints [#36](https://github.com/Foodcritic/foodcritic/issues/36) **Fixed bugs:** - resource_attributes should show all of the relevant part of the AST [#31](https://github.com/Foodcritic/foodcritic/issues/31) - FC003 is triggered, despite being handled [#26](https://github.com/Foodcritic/foodcritic/issues/26) ## [v1.3.0](https://github.com/Foodcritic/foodcritic/tree/v1.3.0) (2012-05-21) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v1.2.0...v1.3.0) ## [v1.2.0](https://github.com/Foodcritic/foodcritic/tree/v1.2.0) (2012-04-21) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v1.1.0...v1.2.0) ## [v1.1.0](https://github.com/Foodcritic/foodcritic/tree/v1.1.0) (2012-03-25) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v1.0.1...v1.1.0) **Fixed bugs:** - ruby segfault / foodcritic 1.0.0 / nokogiri 1.5.2 [#18](https://github.com/Foodcritic/foodcritic/issues/18) ## [v1.0.1](https://github.com/Foodcritic/foodcritic/tree/v1.0.1) (2012-03-15) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v1.0.0...v1.0.1) **Implemented enhancements:** - rules in code? [#8](https://github.com/Foodcritic/foodcritic/issues/8) ## [v1.0.0](https://github.com/Foodcritic/foodcritic/tree/v1.0.0) (2012-03-04) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v0.11.1...v1.0.0) **Implemented enhancements:** - Foodcritic doesn't have a -v [#16](https://github.com/Foodcritic/foodcritic/issues/16) **Fixed bugs:** - FC003: Recognise updated chef-solo-search [#17](https://github.com/Foodcritic/foodcritic/issues/17) - foodcritic v10 and v11 have conflicting yajl-ruby dependencies with chef [#14](https://github.com/Foodcritic/foodcritic/issues/14) ## [v0.11.1](https://github.com/Foodcritic/foodcritic/tree/v0.11.1) (2012-02-29) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v0.11.0...v0.11.1) **Implemented enhancements:** - Want "all" arg to '-f' option. [#11](https://github.com/Foodcritic/foodcritic/issues/11) **Fixed bugs:** - Epic fail fail? [#13](https://github.com/Foodcritic/foodcritic/issues/13) ## [v0.11.0](https://github.com/Foodcritic/foodcritic/tree/v0.11.0) (2012-02-22) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v0.10.0...v0.11.0) **Fixed bugs:** - Numeric value for mode should be 5 digits (CHEF-174) [#9](https://github.com/Foodcritic/foodcritic/pull/9) ([aia](https://github.com/aia)) ## [v0.10.0](https://github.com/Foodcritic/foodcritic/tree/v0.10.0) (2012-02-20) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v0.9.0...v0.10.0) ## [v0.9.0](https://github.com/Foodcritic/foodcritic/tree/v0.9.0) (2012-01-26) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v0.8.1...v0.9.0) ## [v0.8.1](https://github.com/Foodcritic/foodcritic/tree/v0.8.1) (2012-01-20) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v0.8.0...v0.8.1) ## [v0.8.0](https://github.com/Foodcritic/foodcritic/tree/v0.8.0) (2012-01-19) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v0.7.0...v0.8.0) **Fixed bugs:** - Don't raise FC003 warning if chef-solo-search is installed [#7](https://github.com/Foodcritic/foodcritic/issues/7) ## [v0.7.0](https://github.com/Foodcritic/foodcritic/tree/v0.7.0) (2011-12-31) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v0.6.0...v0.7.0) ## [v0.6.0](https://github.com/Foodcritic/foodcritic/tree/v0.6.0) (2011-12-18) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v0.5.2...v0.6.0) **Fixed bugs:** - Bundler fails to resolve JSON version [#6](https://github.com/Foodcritic/foodcritic/issues/6) ## [v0.5.2](https://github.com/Foodcritic/foodcritic/tree/v0.5.2) (2011-12-15) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v0.5.1...v0.5.2) ## [v0.5.1](https://github.com/Foodcritic/foodcritic/tree/v0.5.1) (2011-12-14) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v0.5.0...v0.5.1) ## [v0.5.0](https://github.com/Foodcritic/foodcritic/tree/v0.5.0) (2011-12-13) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v0.4.0...v0.5.0) ## [v0.4.0](https://github.com/Foodcritic/foodcritic/tree/v0.4.0) (2011-12-10) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v0.3.0...v0.4.0) ## [v0.3.0](https://github.com/Foodcritic/foodcritic/tree/v0.3.0) (2011-12-04) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v0.2.0...v0.3.0) ## [v0.2.0](https://github.com/Foodcritic/foodcritic/tree/v0.2.0) (2011-12-01) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/v0.1.0...v0.2.0) ## [v0.1.0](https://github.com/Foodcritic/foodcritic/tree/v0.1.0) (2011-11-30) [Full Changelog](https://github.com/Foodcritic/foodcritic/compare/4257264aa0bf93e3d13851ac0343a6b25ca3d316...v0.1.0) - _This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)_ foodcritic-13.1.1/man/0000755000004100000410000000000013300102713014513 5ustar www-datawww-datafoodcritic-13.1.1/man/foodcritic.1.ronn0000644000004100000410000000351313300102713017677 0ustar www-datawww-datafoodcritic(1) -- lint tool for chef cookbooks ============================================= ## SYNOPSIS `foodcritic` [...] ... `foodcritic` [...] --list ## DESCRIPTION `foodcritic` makes it easier to flag problems in your Chef cookbooks that will cause Chef to blow up when you attempt to converge. This is about faster feedback. Each `cookbook` path specified will be examined for common problems and poor style. ## OPTIONS * `-t`, `--tags` : Only check against rules with the specified tags. Prefix tags with a tilde `~` to exclude rules. * `-l`, `--list`: Do not perform a lint check; instead simply list the rules that would be enabled based on the defaults and the rule selection options (-t, -I) * `-f`, `--epic-fail` : Exit non-zero if any of the specified tags are matched. Use the pseudo-tag `any` to fail if any tag is matched. * `-c`, `--chef-version` : Only check against rules valid for this version of Chef. * `-B`, `--cookbook-path`: Cookbook path(s) to check. * `-C`, `--`[`no-`]`context`: Show lines matched against rather than the default summary. * `-E`, `--environment-path`: Environment path(s) to check. * `-I`, `--include` : Additional rule file path(s) to load. * `-R`, `--role-path`: Role path(s) to check. * `-S`, `--search-grammar` : Specify grammar to use when validating search syntax. (Default: the grammar of any installed Chef) * `-V`, `--version`: Display the foodcritic version. * `-X`, `--exclude` : Exclude path(s) from being linted. ## RETURN VALUES By default, `foodcritic` will always return `0`. If `--epic-fail` is specified, then `foodcritic` will return `3` if any tags are matched. ## COPYRIGHT `foodcritic` is Copyright 2011 by Andrew Crump. ## SEE ALSO chef(1) foodcritic-13.1.1/man/foodcritic.10000644000004100000410000000424513300102713016727 0ustar www-datawww-data.\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . .TH "FOODCRITIC" "1" "April 2017" "" "" . .SH "NAME" \fBfoodcritic\fR \- lint tool for chef cookbooks . .SH "SYNOPSIS" \fBfoodcritic\fR [\fIoptions\fR\.\.\.] \fIcookbook\fR\.\.\. . .P \fBfoodcritic\fR [\fIoptions\fR\.\.\.] \-\-list . .SH "DESCRIPTION" \fBfoodcritic\fR makes it easier to flag problems in your Chef cookbooks that will cause Chef to blow up when you attempt to converge\. This is about faster feedback\. . .P Each \fBcookbook\fR path specified will be examined for common problems and poor style\. . .SH "OPTIONS" . .TP \fB\-t\fR, \fB\-\-tags\fR \fITAGS\fR Only check against rules with the specified tags\. Prefix tags with a tilde \fB~\fR to exclude rules\. . .TP \fB\-l\fR, \fB\-\-list\fR Do not perform a lint check; instead simply list the rules that would be enabled based on the defaults and the rule selection options (\-t, \-I) . .TP \fB\-f\fR, \fB\-\-epic\-fail\fR \fITAGS\fR Exit non\-zero if any of the specified tags are matched\. Use the pseudo\-tag \fBany\fR to fail if any tag is matched\. . .TP \fB\-c\fR, \fB\-\-chef\-version\fR \fIVERSION\fR Only check against rules valid for this version of Chef\. . .TP \fB\-B\fR, \fB\-\-cookbook\-path\fR Cookbook path(s) to check\. . .TP \fB\-C\fR, \fB\-\-\fR[\fBno\-\fR]\fBcontext\fR Show lines matched against rather than the default summary\. . .TP \fB\-E\fR, \fB\-\-environment\-path\fR Environment path(s) to check\. . .TP \fB\-I\fR, \fB\-\-include\fR \fIPATH\fR Additional rule file path(s) to load\. . .TP \fB\-R\fR, \fB\-\-role\-path\fR Role path(s) to check\. . .TP \fB\-S\fR, \fB\-\-search\-grammar\fR \fIPATH\fR Specify grammar to use when validating search syntax\. (Default: the grammar of any installed Chef) . .TP \fB\-V\fR, \fB\-\-version\fR Display the foodcritic version\. . .TP \fB\-X\fR, \fB\-\-exclude\fR \fIPATH\fR Exclude path(s) from being linted\. . .SH "RETURN VALUES" By default, \fBfoodcritic\fR will always return \fB0\fR\. . .P If \fB\-\-epic\-fail\fR is specified, then \fBfoodcritic\fR will return \fB3\fR if any tags are matched\. . .SH "COPYRIGHT" \fBfoodcritic\fR is Copyright 2011 by Andrew Crump\. . .SH "SEE ALSO" chef(1) foodcritic-13.1.1/LICENSE0000644000004100000410000000206313300102713014746 0ustar www-datawww-dataThe MIT License Copyright (C) 2011 by Andrew Crump Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.foodcritic-13.1.1/Rakefile0000644000004100000410000000451613300102713015413 0ustar www-datawww-datarequire "bundler/setup" require "mixlib/shellout" require "bundler/gem_tasks" require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:spec, :tag) do |t, args| t.rspec_opts = [].tap do |a| a << "--color" a << "--format #{ENV['CI'] ? 'documentation' : 'Fuubar'}" a << "--backtrace" if ENV["DEBUG"] a << "--seed #{ENV['SEED']}" if ENV["SEED"] a << "--tag ~regression" unless ENV["CI"] || args[:tag].to_s =~ /regression/ a << "--tag #{args[:tag]}" if args[:tag] end.join(" ") end require "cucumber" require "cucumber/rake/task" Cucumber::Rake::Task.new(:features) do |t| t.cucumber_opts = %w{--strict} t.cucumber_opts += %w{-f progress} unless ENV["CI"] unless ENV.has_key?("FC_FORK_PROCESS") && ENV["FC_FORK_PROCESS"] == "true" t.cucumber_opts += ["-t", "~@build"] t.cucumber_opts += ["-t", "~@context"] end t.cucumber_opts += ["features"] end require "chefstyle" require "rubocop/rake_task" desc "Run Chefstyle (rubocop)" RuboCop::RakeTask.new do |task| task.options << "--display-cop-names" end desc "Build the manpage" task(:man) do sh "ronn -w --roff man/*.ronn" end task :default => [:man, :test, :rubocop] desc "Run all tests" task :test => [:spec, :features] desc "Regenerate regression test data" task :regen_regression do in_path = File.expand_path("../spec/regression/cookbooks.txt", __FILE__) cookbooks = IO.readlines(in_path) cookbooks.each_with_index do |line, i| name, ref = line.strip.split(":") puts "Regenerating output for #{name} (#{i + 1}/#{cookbooks.size})" Dir.mktmpdir do |temp| clone_cmd = Mixlib::ShellOut.new("git", "clone", "https://github.com/chef-cookbooks/#{name}.git", ".", cwd: temp) clone_cmd.run_command clone_cmd.error! checkout_cmd = Mixlib::ShellOut.new("git", "checkout", ref, cwd: temp) checkout_cmd.run_command checkout_cmd.error! fc_cmd = Mixlib::ShellOut.new("#{File.expand_path("../bin/foodcritic", __FILE__)} --tags any --no-progress .", cwd: temp) fc_cmd.run_command out_path = File.expand_path("../spec/regression/expected/#{name}.txt", __FILE__) IO.write(out_path, fc_cmd.stdout) end end end desc "Run one regression test (or all of them)" task :regression, [:cookbook] do |t, args| tag = args[:cookbook] ? "regression_#{args[:cookbook]}" : "regression" Rake::Task["spec"].invoke(tag) end foodcritic-13.1.1/lib/0000755000004100000410000000000013300102713014506 5ustar www-datawww-datafoodcritic-13.1.1/lib/foodcritic/0000755000004100000410000000000013300102713016633 5ustar www-datawww-datafoodcritic-13.1.1/lib/foodcritic/output.rb0000644000004100000410000001005613300102713020522 0ustar www-datawww-datarequire "set" module FoodCritic class Output # Create Output writer. # # @param out [File] File-like object to output to. def initialize(out) @out = out end # Write a line of output. def puts(*args) @out.puts(*args) end end # Default output showing a summary view. class SummaryOutput < Output # Output a summary view only listing the matching rules, file and line # number. # # @param [Review] review The review to output. def output(review) puts review.to_s end end # Display rule matches with surrounding context. class ContextOutput < Output # Output the review showing matching lines with context. # # @param [Review] review The review to output. def output(review) unless review.respond_to?(:warnings) puts review; return end context = 3 print_fn = lambda { |fn| ansi_print(fn, :red, nil, :bold) } print_rule = lambda { |warn| ansi_print(warn, :cyan, nil, :bold) } print_line = lambda { |line| ansi_print(line, nil, :red, :bold) } key_by_file_and_line(review).each do |fn, warnings| print_fn.call fn unless File.exist?(fn) print_rule.call warnings[1].to_a.join("\n") next end # Set of line numbers with warnings warn_lines = warnings.keys.to_set # Moving set of line numbers within the context of our position context_set = (0..context).to_set # The last line number we printed a warning for last_warn = -1 File.open(fn) do |file| file.each do |line| context_set.add(file.lineno + context) context_set.delete(file.lineno - context - 1) # Find the first warning within our context context_warns = context_set & warn_lines next_warn = context_warns.min # We may need to interrupt the trailing context # of a previous warning next_warn = file.lineno if warn_lines.include? file.lineno # Display a warning if next_warn && next_warn > last_warn print_rule.call warnings[next_warn].to_a.join("\n") last_warn = next_warn end # Display any relevant lines if warn_lines.include? file.lineno print "%4i|" % file.lineno print_line.call line.chomp elsif not context_warns.empty? print "%4i|" % file.lineno puts line.chomp end end end end end private # Build a hash lookup by filename and line number for warnings found in the # specified review. # # @param [Review] review The review to convert. # @return [Hash] Nested hashes keyed by filename and line number. def key_by_file_and_line(review) warn_hash = {} review.warnings.each do |warning| filename = Pathname.new(warning.match[:filename]).cleanpath.to_s line_num = warning.match[:line].to_i warn_hash[filename] = {} unless warn_hash.key?(filename) unless warn_hash[filename].key?(line_num) warn_hash[filename][line_num] = Set.new end warn_hash[filename][line_num] << warning.rule end warn_hash end # Print an ANSI escape-code formatted string (and a newline) # # @param text [String] the string to format # @param fg [String] foreground color # @param bg [String] background color # @param attr [String] any formatting options def ansi_print(text, fg, bg = nil, attr = nil) unless @out.tty? puts text return end colors = %w{black red green yellow blue magenta cyan white} attrs = %w{reset bold dim underscore blink reverse hidden} escape = "\033[%sm" fmt = [] fmt << 30 + colors.index(fg.to_s) if fg fmt << 40 + colors.index(bg.to_s) if bg fmt << attrs.index(attr.to_s) if attr if fmt puts "#{escape % fmt.join(';')}#{text}#{escape % 0}" else puts text end end end end foodcritic-13.1.1/lib/foodcritic/template.rb0000644000004100000410000000344613300102713021002 0ustar www-datawww-datamodule FoodCritic module Template # Extract expressions <%= expr %> from Erb templates. class ExpressionExtractor include Erubis::Basic::Converter def initialize init_converter({}) end def extract(template_code) @expressions = [] convert(template_code) expressions(template_code) end def add_expr(src, code, indicator) if indicator == "=" @expressions << { type: :expression, code: code.strip } end end def add_text(src, text) end def add_preamble(codebuf) end def add_postamble(codebuf) end def add_stmt(src, code) @expressions << { type: :statement, code: code.strip } end private def expressions(template_code) expr_lines = expressions_with_lines(template_code) expr_lines.map do |expr, line| ex = @expressions.find { |e| e[:code] == expr } { code: expr, type: ex[:type], line: line } if ex end.compact end def expressions_with_lines(template_code) lines = lines_with_offsets(template_code) expression_offsets(template_code).map do |expr_offset, code| [code, lines.find { |line, offset| offset >= expr_offset }.first] end end def expression_offsets(template_code) expr_offsets = [] template_code.scan(DEFAULT_REGEXP) do |m| expr_offsets << [Regexp.last_match.offset(0).first, m[1].strip] end expr_offsets end def lines_with_offsets(template_code) line_offsets = [] template_code.scan(/$/) do |m| line_offsets << Regexp.last_match.offset(0).first end line_offsets.each_with_index.map { |pos, ln| [ln + 1, pos] } end end end end foodcritic-13.1.1/lib/foodcritic/version.rb0000644000004100000410000000012113300102713020637 0ustar www-datawww-datamodule FoodCritic # The current version of foodcritic VERSION = "13.1.1" end foodcritic-13.1.1/lib/foodcritic/rake_task.rb0000644000004100000410000000243413300102713021127 0ustar www-datawww-datarequire "rake" require "rake/tasklib" module FoodCritic module Rake class LintTask < ::Rake::TaskLib attr_accessor :name, :files, :options def initialize(name = :foodcritic) @name = name @files = [Dir.pwd] @options = {} yield self if block_given? define end def define desc "Lint Chef cookbooks" unless ::Rake.application.last_description task(name) do puts "Starting Foodcritic linting..." result = FoodCritic::Linter.new.check(default_options.merge(options)) printer = if options[:context] ContextOutput.new($stdout) else SummaryOutput.new($stdout) end printer.output(result) if result.warnings.any? abort if result.failed? puts "Completed!" end end private def default_options { fail_tags: ["correctness"], # differs to default cmd-line behaviour cookbook_paths: files, tags: [], exclude_paths: ["test/**/*", "spec/**/*", "features/**/*"], context: false, chef_version: FoodCritic::Linter::DEFAULT_CHEF_VERSION, progress: true, } end end end end foodcritic-13.1.1/lib/foodcritic/xml.rb0000644000004100000410000000253013300102713017760 0ustar www-datawww-datamodule FoodCritic module XML private def xml_array_node(doc, xml_node, child) n = xml_create_node(doc, child) xml_node.add_child(build_xml(child, doc, n)) end def xml_create_node(doc, c) Nokogiri::XML::Node.new(c.first.to_s.gsub(/[^a-z_]/, ""), doc) end def xml_document(doc, xml_node) if doc.nil? doc = Nokogiri::XML("") xml_node = doc.root end [doc, xml_node] end def xml_hash_node(doc, xml_node, child) child.each do |c| n = xml_create_node(doc, c) c.drop(1).each do |a| if a.first == :@label # if the ruby 1.9 hash syntax is used, # the ast like below is generated. # ast: # [:assoc_new, # [:@label, "service:", [6, 39]]] # create a label node and add it to the accos_new children nodes label_node = xml_create_node(doc, a) n.add_child(build_xml(a, doc, label_node)) xml_node.add_child(n) else xml_node.add_child(build_xml(a, doc, n)) end end end end def xml_position_node(doc, xml_node, child) pos = Nokogiri::XML::Node.new("pos", doc) pos["line"] = child.first.to_s pos["column"] = child[1].to_s xml_node.add_child(pos) end end end foodcritic-13.1.1/lib/foodcritic/rules/0000755000004100000410000000000013300102713017765 5ustar www-datawww-datafoodcritic-13.1.1/lib/foodcritic/rules/fc120.rb0000644000004100000410000000030613300102713021124 0ustar www-datawww-datarule "FC120", "Do not set the name property directly on a resource" do tags %w{correctness} recipe do |ast| find_resources(ast).xpath('(.//command|.//fcall)[ident/@value="name"]') end end foodcritic-13.1.1/lib/foodcritic/rules/fc047.rb0000644000004100000410000000131013300102713021130 0ustar www-datawww-datarule "FC047", "Attribute assignment does not specify precedence" do tags %w{attributes correctness chef11} recipe do |ast| attribute_access(ast).map do |att| exclude_att_types = '[count(following-sibling::ident[ is_att_type(@value) or @value = "run_state"]) = 0]' att.xpath(%Q{ancestor::assign[*[self::field | self::aref_field] [descendant::*[self::vcall | self::var_ref][ident/@value="node"] #{exclude_att_types}]]}, AttFilter.new) + att.xpath(%Q{ancestor::binary[@value="<<"]/*[position() = 1] [self::aref] [descendant::*[self::vcall | self::var_ref]#{exclude_att_types} /ident/@value="node"]}, AttFilter.new) end end end foodcritic-13.1.1/lib/foodcritic/rules/fc074.rb0000644000004100000410000000060013300102713021131 0ustar www-datawww-datarule "FC074", "LWRP should use DSL to define resource's default action" do tags %w{correctness lwrp} resource do |ast, filename| # See if we're in a custom resource not an LWRP. Only LWRPs need the default_action if ["//def/bodystmt/descendant::assign/ var_field/ivar/@value='@action'"].any? { |expr| ast.xpath(expr) } [file_match(filename)] end end end foodcritic-13.1.1/lib/foodcritic/rules/fc031.rb0000644000004100000410000000035713300102713021133 0ustar www-datawww-datarule "FC031", "Cookbook without metadata.rb file" do tags %w{correctness metadata} cookbook do |filename| if !File.exist?(File.join(filename, "metadata.rb")) [file_match(File.join(filename, "metadata.rb"))] end end end foodcritic-13.1.1/lib/foodcritic/rules/fc075.rb0000644000004100000410000000035213300102713021136 0ustar www-datawww-datarule "FC075", "Cookbook uses node.save to save partial node data to the chef-server mid-run" do tags %w{correctness} recipe do |ast| ast.xpath('//call[(vcall|var_ref)/ident/@value="node"] [ident/@value="save"]') end end foodcritic-13.1.1/lib/foodcritic/rules/fc063.rb0000644000004100000410000000036613300102713021140 0ustar www-datawww-datarule "FC063", "Cookbook incorrectly depends on itself" do tags %w{metadata correctness} metadata do |ast, filename| name = cookbook_name(filename) field(ast, "depends").xpath("descendant::tstring_content[@value='#{name}']") end end foodcritic-13.1.1/lib/foodcritic/rules/fc081.rb0000644000004100000410000000034713300102713021137 0ustar www-datawww-datarule "FC081", "Cookbook depends on the deprecated partial_search cookbook" do tags %w{chef12 deprecated} metadata do |ast, filename| [file_match(filename)] if declared_dependencies(ast).include?("partial_search") end end foodcritic-13.1.1/lib/foodcritic/rules/fc021.rb0000644000004100000410000000103513300102713021124 0ustar www-datawww-datarule "FC021", "Resource condition in provider may not behave as expected" do tags %w{correctness lwrp} provider do |ast| find_resources(ast).map do |resource| condition = resource.xpath(%q{//method_add_block/ descendant::ident[@value='not_if' or @value='only_if']/ ancestor::*[self::method_add_block or self::command][1][descendant:: ident/@value='new_resource']/ancestor::stmts_add[2]/method_add_block/ command[count(descendant::string_embexpr) = 0]}) condition end.compact end end foodcritic-13.1.1/lib/foodcritic/rules/fc048.rb0000644000004100000410000000113713300102713021140 0ustar www-datawww-datarule "FC048", "Prefer Mixlib::ShellOut" do tags %w{portability} recipe do |ast| xstring_literal = ast.xpath("//xstring_literal") next xstring_literal if xstring_literal.any? ast.xpath('//*[self::command or self::fcall]/ident[@value="system"]').select do |x| resource_name = x.xpath("ancestor::do_block/preceding-sibling::command/ident/@value") next false if resource_name.any? && resource_name.all? { |r| resource_attribute?(r.to_s, "system") } next x.xpath('count(following-sibling::args_add_block/descendant::kw[@value="true" or @value="false"]) = 0') end end end foodcritic-13.1.1/lib/foodcritic/rules/fc061.rb0000644000004100000410000000056113300102713021133 0ustar www-datawww-datarule "FC061", "Valid cookbook versions are of the form x.y or x.y.z" do tags %w{metadata correctness supermarket} metadata do |ast, filename| # matches a version method with a string literal with no interpolation ver = field_value(ast, "version") if ver && !ver.empty? && ver.to_s !~ /\A\d+\.\d+(\.\d+)?\z/ field(ast, "version") end end end foodcritic-13.1.1/lib/foodcritic/rules/fc108.rb0000644000004100000410000000103713300102713021134 0ustar www-datawww-datarule "FC108", "Resource should not define a property named 'name'" do tags %w{correctness} resource do |ast| # Make sure we're in a custom resource not an LWRP if ast.xpath("//command/ident/@value='action'") # command has a child of type ident with a value of "property". That tells us # we're in a property. Quite a ways descendant from that is another ident # with value of "name" ast.xpath("//command[ident/@value='property' and descendant::symbol_literal/symbol/ident/@value='name']") end end end foodcritic-13.1.1/lib/foodcritic/rules/fc051.rb0000644000004100000410000000057113300102713021133 0ustar www-datawww-datarule "FC051", "Template partials loop indefinitely" do tags %w{correctness templates} recipe do |_, filename| cbk_templates = template_paths(filename) cbk_templates.select do |template| begin templates_included(cbk_templates, template) false rescue RecursedTooFarError true end end.map { |t| file_match(t) } end end foodcritic-13.1.1/lib/foodcritic/rules/fc073.rb0000644000004100000410000000101213300102713021126 0ustar www-datawww-datarule "FC073", "Root alias file shadowing non-alias file" do tags %w{correctness chef13} cookbook do |path| { "attributes.rb" => "attributes/default.rb", "recipe.rb" => "recipes/default.rb", }.map do |alias_path, folder_path| full_alias_path = File.join(path, alias_path) full_folder_path = File.join(path, folder_path) if File.exist?(full_alias_path) && File.exist?(full_folder_path) file_match(full_folder_path) else nil end end.compact end end foodcritic-13.1.1/lib/foodcritic/rules/fc028.rb0000644000004100000410000000047013300102713021135 0ustar www-datawww-datarule "FC028", "Use platform? and platform_family? not node.platform? and node.platform_family?" do tags %w{style} recipe do |ast| ast.xpath(%q{//*[self::call | self::command_call] [(var_ref|vcall)/ident/@value='node'] [ident/@value="platform?" or ident/@value="platform_family?"]}) end end foodcritic-13.1.1/lib/foodcritic/rules/fc100.rb0000644000004100000410000000041213300102713021120 0ustar www-datawww-datarule "FC100", "Deprecated Chef::Mixin::Language mixin used" do tags %w{chef14 deprecated} recipe do |ast| # include Chef::Mixin::Language ast.xpath('//const_path_ref/const[@value="Language"]/..//const[@value="Mixin"]/..//const[@value="Chef"]') end end foodcritic-13.1.1/lib/foodcritic/rules/fc079.rb0000644000004100000410000000026113300102713021141 0ustar www-datawww-datarule "FC079", "Deprecated easy_install_package resource usage" do tags %w{deprecated chef13} recipe do |ast| find_resources(ast, type: "easy_install_package") end end foodcritic-13.1.1/lib/foodcritic/rules/fc015.rb0000644000004100000410000000041613300102713021131 0ustar www-datawww-datarule "FC015", "Consider converting definition to a Custom Resource" do tags %w{style definitions} cookbook do |dir| Dir[File.join(dir, "definitions", "*.rb")].reject do |entry| [".", ".."].include? entry end.map { |entry| file_match(entry) } end end foodcritic-13.1.1/lib/foodcritic/rules/fc096.rb0000644000004100000410000000057613300102713021151 0ustar www-datawww-datarule "FC096", "Cookbook uses deprecated libvirt virtualization ohai data" do tags %w{deprecated chef14} recipe do |ast| ast.xpath('//aref[aref/vcall/ident/@value="node"] [aref/args_add_block/args_add/string_literal/string_add/tstring_content/@value="virtualization" and args_add_block/args_add/string_literal/string_add/tstring_content/@value="uri"]') end end foodcritic-13.1.1/lib/foodcritic/rules/fc030.rb0000644000004100000410000000054713300102713021133 0ustar www-datawww-datarule "FC030", "Cookbook contains debugger breakpoints" do tags %w{correctness} def pry_bindings(ast) ast.xpath('//call[(vcall|var_ref)/ident/@value="binding"] [ident/@value="pry"]') end recipe { |ast| pry_bindings(ast) } library { |ast| pry_bindings(ast) } metadata { |ast| pry_bindings(ast) } template { |ast| pry_bindings(ast) } end foodcritic-13.1.1/lib/foodcritic/rules/fc037.rb0000644000004100000410000000110013300102713021124 0ustar www-datawww-datarule "FC037", "Invalid notification action" do tags %w{correctness notifications} recipe do |ast| find_resources(ast).select do |resource| notifications(resource).any? do |n| type = case n[:type] when :notifies then n[:resource_type] when :subscribes then resource_type(resource).to_sym end # either the action is a string or it's not nil (means it was a variable) and not valid n[:action].is_a?(String) || (!n[:action].nil? && !resource_action?(type, n[:action])) end end end end foodcritic-13.1.1/lib/foodcritic/rules/fc011.rb0000644000004100000410000000035413300102713021126 0ustar www-datawww-datarule "FC011", "Missing README in markdown format" do tags %w{readme supermarket} cookbook do |filename| unless File.exist?(File.join(filename, "README.md")) [file_match(File.join(filename, "README.md"))] end end end foodcritic-13.1.1/lib/foodcritic/rules/fc104.rb0000644000004100000410000000113013300102713021122 0ustar www-datawww-datarule "FC104", "Use the :run action in ruby_block instead of :create" do tags %w{correctness} recipe do |ast| matches = [] find_resources(ast).each do |resource| # if it's a ruby_block check for the :create action matches << resource if resource_attribute(resource, "action") == :create && resource_type(resource) == "ruby_block" # no matter what check notification notifications(resource).any? do |notification| matches << resource if notification[:resource_type] == :ruby_block && notification[:action] == :create end end matches end end foodcritic-13.1.1/lib/foodcritic/rules/fc004.rb0000644000004100000410000000141513300102713021127 0ustar www-datawww-datarule "FC004", "Use a service resource to start and stop services" do tags %w{portability services} recipe do |ast| find_resources(ast, type: "execute").find_all do |cmd| cmd_str = (resource_attribute(cmd, "command") || resource_name(cmd)).to_s next if cmd_str.include?(".exe") # don't catch windows commands cmd_str.start_with?( "start ", "stop ", "reload ", "restart ") || # upstart jobs ( [ "/etc/init.d", "service ", "/sbin/service ", "invoke-rc.d ", "systemctl "].any? do |service_cmd| # upstart / sys-v / systemd cmd_str.start_with?(service_cmd) end && [" start", " stop", " restart", " reload"].any? { |a| cmd_str.include?(a) } ) # make sure we get exactly the commands not something like 'daemon-reload' end end end foodcritic-13.1.1/lib/foodcritic/rules/fc092.rb0000644000004100000410000000043313300102713021135 0ustar www-datawww-datarule "FC092", "Custom resources should not define actions" do tags %w{correctness} resource do |ast| # Make sure we're in a custom resource not an LWRP if ast.xpath("//command/ident/@value='action'") ast.xpath("//command[ident/@value='actions']") end end end foodcritic-13.1.1/lib/foodcritic/rules/fc041.rb0000644000004100000410000000054013300102713021126 0ustar www-datawww-datarule "FC041", "Execute resource used to run curl or wget commands" do tags %w{style portability} recipe do |ast| find_resources(ast, type: "execute").select do |cmd| cmd_str = (resource_attribute(cmd, "command") || resource_name(cmd)).to_s (cmd_str.match(/^curl.*(-o|>|--output).*$/) || cmd_str.include?("wget ")) end end end foodcritic-13.1.1/lib/foodcritic/rules/fc109.rb0000644000004100000410000000042413300102713021134 0ustar www-datawww-datarule "FC109", "Use platform-specific package resources instead of provider property" do tags %w{correctness} recipe do |ast| find_resources(ast, type: "package").find_all do |package_resources| resource_attribute(package_resources, "provider") end end end foodcritic-13.1.1/lib/foodcritic/rules/fc060.rb0000644000004100000410000000057613300102713021140 0ustar www-datawww-datarule "FC060", "LWRP provider declares use_inline_resources and declares #action_ methods" do tags %w{correctness lwrp} provider do |ast| use_inline_resources = !ast.xpath('//*[self::vcall or self::var_ref]/ident [@value="use_inline_resources"]').empty? if use_inline_resources ast.xpath(%q{//def[ident[contains(@value, 'action_')]]}) end end end foodcritic-13.1.1/lib/foodcritic/rules/fc106.rb0000644000004100000410000000040613300102713021131 0ustar www-datawww-datarule "FC106", "Use the plist_hash property in launchd instead of hash" do tags %w{deprecated chef13} recipe do |ast| find_resources(ast, type: "launchd").find_all do |launchd_resource| resource_attribute(launchd_resource, "hash") end end end foodcritic-13.1.1/lib/foodcritic/rules/fc097.rb0000644000004100000410000000047213300102713021145 0ustar www-datawww-datarule "FC097", "Deprecated Chef::Mixin::LanguageIncludeAttribute mixin used" do tags %w{chef14 deprecated} recipe do |ast| # include Chef::Mixin::LanguageIncludeAttribute ast.xpath('//const_path_ref/const[@value="LanguageIncludeAttribute"]/..//const[@value="Mixin"]/..//const[@value="Chef"]') end end foodcritic-13.1.1/lib/foodcritic/rules/fc091.rb0000644000004100000410000000044113300102713021133 0ustar www-datawww-datarule "FC091", "Use property not attribute in custom resources" do tags %w{correctness} resource do |ast| # Make sure we're in a custom resource not an LWRP if ast.xpath("//command/ident/@value='action'") ast.xpath("//command[ident/@value='attribute']") end end end foodcritic-13.1.1/lib/foodcritic/rules/fc052.rb0000644000004100000410000000025313300102713021131 0ustar www-datawww-datarule "FC052", 'Metadata uses the deprecated "suggests" keyword' do tags %w{style metadata deprecated} metadata do |ast, filename| field(ast, "suggests") end end foodcritic-13.1.1/lib/foodcritic/rules/fc018.rb0000644000004100000410000000060513300102713021134 0ustar www-datawww-datarule "FC018", "LWRP uses deprecated notification syntax" do tags %w{correctness lwrp deprecated chef13} provider do |ast| ast.xpath("//assign/var_field/ivar[@value='@updated']").map do |class_var| match(class_var) end + ast.xpath(%q{//assign/field/*[self::vcall or self::var_ref/ident/ @value='new_resource']/../ident[@value='updated']}) end end foodcritic-13.1.1/lib/foodcritic/rules/fc119.rb0000644000004100000410000000114513300102713021136 0ustar www-datawww-datarule "FC119", "windows_task :change action no longer exists in Chef 13" do tags %w{deprecated chef13} recipe do |ast| matches = [] find_resources(ast).each do |resource| # if it's a ruby_block check for the :create action matches << resource if resource_attribute(resource, "action") == :change && resource_type(resource) == "windows_task" # no matter what check notification notifications(resource).any? do |notification| matches << resource if notification[:resource_type] == :windows_task && notification[:action] == :change end end matches end end foodcritic-13.1.1/lib/foodcritic/rules/fc056.rb0000644000004100000410000000033013300102713021131 0ustar www-datawww-datarule "FC056", "Ensure maintainer_email is set in metadata" do tags %w{correctness metadata supermarket} metadata do |ast, filename| [file_match(filename)] unless field(ast, "maintainer_email").any? end end foodcritic-13.1.1/lib/foodcritic/rules/fc013.rb0000644000004100000410000000051213300102713021124 0ustar www-datawww-datarule "FC013", "Use file_cache_path rather than hard-coding tmp paths" do tags %w{files portability} recipe do |ast| find_resources(ast, type: "remote_file").find_all do |download| path = (resource_attribute(download, "path") || resource_name(download)).to_s path.start_with?("/tmp/") end end end foodcritic-13.1.1/lib/foodcritic/rules/fc067.rb0000644000004100000410000000031413300102713021135 0ustar www-datawww-datarule "FC067", "Ensure at least one platform supported in metadata" do tags %w{metadata supermarket} metadata do |ast, filename| [file_match(filename)] unless field(ast, "supports").any? end end foodcritic-13.1.1/lib/foodcritic/rules/fc103.rb0000644000004100000410000000043613300102713021131 0ustar www-datawww-datarule "FC103", "Deprecated :uninstall action in chocolatey_package used" do tags %w{deprecated chef14} recipe do |ast| find_resources(ast, type: "chocolatey_package").find_all do |choco_resource| resource_attribute(choco_resource, "action") == :uninstall end end end foodcritic-13.1.1/lib/foodcritic/rules/fc102.rb0000644000004100000410000000045413300102713021130 0ustar www-datawww-datarule "FC102", "Deprecated Chef::DSL::Recipe::FullDSL class used" do tags %w{chef14 deprecated} recipe do |ast| # include Chef::DSL::Recipe::FullDSL ast.xpath('//const_path_ref/const[@value="FullDSL"]/..//const[@value="Recipe"]/..//const[@value="DSL"]/..//const[@value="Chef"]') end end foodcritic-13.1.1/lib/foodcritic/rules/fc022.rb0000644000004100000410000000254713300102713021136 0ustar www-datawww-datarule "FC022", "Resource condition within loop may not behave as expected" do tags %w{correctness} recipe do |ast| ast.xpath("//call[ident/@value='each']/../do_block[count(ancestor:: method_add_block/method_add_arg/fcall/ident[@value='only_if' or @value = 'not_if']) = 0]").map do |lp| block_vars = lp.xpath("block_var/params/child::*").map do |n| n.name.sub(/^ident/, "") end + lp.xpath("block_var/params/child::*/descendant::ident").map do |v| v["value"] end find_resources(lp).map do |resource| # if any of the parameters to the block are used in a condition then we # have a match unless (block_vars & (resource.xpath(%q{descendant::ident[@value='not_if' or @value='only_if']/ancestor::*[self::method_add_block or self::command][1]/descendant::ident/@value}).map do |a| a.value end)).empty? c = resource.xpath("command[count(descendant::string_embexpr) = 0]") if resource.xpath("command/ident/@value").first.value == "define" next end resource unless c.empty? || block_vars.any? do |var| !resource.xpath(%Q{command/args_add_block/args_add/ var_ref/ident[@value='#{var}']}).empty? end end end end.flatten.compact end end foodcritic-13.1.1/lib/foodcritic/rules/fc033.rb0000644000004100000410000000314413300102713021132 0ustar www-datawww-datarule "FC033", "Missing template file" do tags %w{correctness templates} recipe do |ast, filename| # find all template resources that don't fetch a template # from either another cookbook or a local path find_resources(ast, type: :template).reject do |resource| resource_attributes(resource)["local"] || resource_attributes(resource)["cookbook"] end.map do |resource| # fetch the specified file to the template file = template_file(resource_attributes(resource, return_expressions: true)) { resource: resource, file: file } end.reject do |resource| # skip the check if the file path is derived since # we can't determine if that's here or not without converging the node resource[:file].respond_to?(:xpath) end.select do |resource| template_paths(filename).none? do |path| relative_path = [] Pathname.new(path).ascend do |template_path| relative_path << template_path.basename # stop building relative path if we've hit template or 1 dir above # NOTE: This is a totally flawed attempt to strip things like # templates/ubuntu/something.erb down to something.erb, which breaks # legit nested dirs in the templates dir like templates/something/something.erb break if template_path.dirname.basename.to_s == "templates" || template_path.dirname.dirname.basename.to_s == "templates" end File.join(relative_path.reverse) == resource[:file] end end.map { |resource| resource[:resource] } end end foodcritic-13.1.1/lib/foodcritic/rules/fc053.rb0000644000004100000410000000025713300102713021136 0ustar www-datawww-datarule "FC053", 'Metadata uses the deprecated "recommends" keyword' do tags %w{style metadata deprecated} metadata do |ast, filename| field(ast, "recommends") end end foodcritic-13.1.1/lib/foodcritic/rules/fc070.rb0000644000004100000410000000313213300102713021130 0ustar www-datawww-datarule "FC070", "Ensure supports metadata defines valid platforms" do tags %w{metadata supermarket} metadata do |ast, filename| # Where did this come from? We pulled every unique platform for supermarket cookbooks # and then looked at all the invalid names. Lots of typos and bad characters and then # a few entirely made up platforms bad_chars = [" ", "'", ",", "\"", "/", "]", "[", "{", "}", "-", "=", ">"] invalid_platforms = %w{ aws archlinux amazonlinux darwin debuan mingw32 mswin mac_os_x_server linux oel oraclelinux rhel schientific scientificlinux sles solaris true ubundu ubunth ubunutu windwos xcp } matches = false metadata_platforms = supported_platforms(ast).map { |x| x[:platform] } metadata_platforms.each do |plat| break if matches # we found one on the previous run so stop looking # see if the platform is uppercase, which is invalid unless plat.scan(/[A-Z]/).empty? matches = true break # stop looking end # search for platform strings with bad strings in them # these can't possibly be valid platforms bad_chars.each do |char| unless plat.scan(char).empty? matches = true break # stop looking end end # see if the platform is a commonly mistaken platform string if invalid_platforms.include?(plat) matches = true break # stop looking end end [file_match(filename)] if matches end end foodcritic-13.1.1/lib/foodcritic/rules/fc009.rb0000644000004100000410000000131013300102713021126 0ustar www-datawww-datarule "FC009", "Resource attribute not recognised" do tags %w{correctness} recipe do |ast| matches = [] resource_attributes_by_type(ast).each do |type, resources| resources.each do |resource| resource.keys.map(&:to_sym).reject do |att| # look up the resource attribute give it's type (file, package, etc) # raise is a special case. It's questionable, but shouldn't alert resource_attribute?(type.to_sym, att) || att == :raise end.each do |invalid_att| matches << find_resources(ast, type: type).find do |res| resource_attributes(res).include?(invalid_att.to_s) end end end end matches end end foodcritic-13.1.1/lib/foodcritic/rules/fc071.rb0000644000004100000410000000047413300102713021137 0ustar www-datawww-datarule "FC071", "Missing LICENSE file" do tags %w{style license} cookbook do |path| unless ::File.exist?(::File.join(path, "metadata.rb")) && field_value(read_ast(::File.join(path, "metadata.rb")), "license").to_s.casecmp("All Rights Reserved") == 0 ensure_file_exists(path, "LICENSE") end end end foodcritic-13.1.1/lib/foodcritic/rules/fc058.rb0000644000004100000410000000070613300102713021142 0ustar www-datawww-datarule "FC058", "Library provider declares use_inline_resources and declares #action_ methods" do tags %w{correctness lwrp} library do |ast| ast.xpath('//const_path_ref/const[@value="LWRPBase"]/..//const[@value="Provider"]/../../..').select do |x| x.xpath('//*[self::vcall or self::var_ref]/ident[@value="use_inline_resources"]').length > 0 && x.xpath(%q{//def[ident[contains(@value, 'action_')]]}).length > 0 end end end foodcritic-13.1.1/lib/foodcritic/rules/fc050.rb0000644000004100000410000000043113300102713021125 0ustar www-datawww-datarule "FC050", "Name includes invalid characters" do tags %w{correctness environments roles} def invalid_name(ast) field(ast, :name) unless field_value(ast, :name) =~ /^[a-zA-Z0-9_\-]+$/ end environment { |ast| invalid_name(ast) } role { |ast| invalid_name(ast) } end foodcritic-13.1.1/lib/foodcritic/rules/fc039.rb0000644000004100000410000000146013300102713021137 0ustar www-datawww-datarule "FC039", "Node method cannot be accessed with key" do tags %w{correctness} recipe do |ast| [{ type: :string, path: "@value" }, { type: :symbol, path: "ident/@value" }].map do |access_type| attribute_access(ast, type: access_type[:type]).select do |att| att_name = att.xpath(access_type[:path]).to_s.to_sym att_name != :tags && chef_node_methods.include?(att_name) end.select do |att| !att.xpath('ancestor::args_add_block[position() = 1] [preceding-sibling::vcall | preceding-sibling::var_ref]').empty? end.select do |att| att_type = att.xpath('ancestor::args_add_block[position() = 1] /../var_ref/ident/@value').to_s ast.xpath("//assign/var_field/ident[@value='#{att_type}']").empty? end end.flatten end end foodcritic-13.1.1/lib/foodcritic/rules/fc101.rb0000644000004100000410000000022413300102713021122 0ustar www-datawww-datarule "FC101", "Deprecated deploy resource used" do tags %w{chef14 deprecated} recipe do |ast| find_resources(ast, type: "deploy") end end foodcritic-13.1.1/lib/foodcritic/rules/fc089.rb0000644000004100000410000000033413300102713021143 0ustar www-datawww-datarule "FC089", "Prefer Mixlib::Shellout over deprecated Chef::ShellOut" do tags %w{chef13 deprecated} recipe do |ast| ast.xpath('//const_path_ref[var_ref/const[@value="Chef"]]/const[@value="ShellOut"]') end end foodcritic-13.1.1/lib/foodcritic/rules/fc094.rb0000644000004100000410000000042413300102713021137 0ustar www-datawww-datarule "FC094", "Cookbook uses deprecated filesystem2 ohai plugin data" do tags %w{deprecated chef14} recipe do |ast| ast.xpath('//aref[vcall/ident/@value="node"] /args_add_block/args_add/string_literal/string_add/tstring_content[@value="filesystem2"]') end end foodcritic-13.1.1/lib/foodcritic/rules/fc029.rb0000644000004100000410000000102413300102713021132 0ustar www-datawww-datarule "FC029", "No leading cookbook name in recipe metadata" do tags %w{correctness metadata} metadata do |ast, filename| field(ast, "recipe").map do |declared_recipe| next unless declared_recipe.xpath("count(//vcall|//var_ref)").to_i == 0 recipe_name = declared_recipe.xpath('args_add_block/ descendant::tstring_content[1]/@value').to_s unless recipe_name.empty? || recipe_name.split("::").first == cookbook_name(filename.to_s) declared_recipe end end.compact end end foodcritic-13.1.1/lib/foodcritic/rules/fc032.rb0000644000004100000410000000076513300102713021137 0ustar www-datawww-datarule "FC032", "Invalid notification timing" do tags %w{correctness notifications} recipe do |ast| valid_timings = if resource_attribute?("file", "notifies_before") [:delayed, :immediate, :before] else [:delayed, :immediate] end find_resources(ast).select do |resource| notifications(resource).any? do |notification| ! valid_timings.include? notification[:timing] end end end end foodcritic-13.1.1/lib/foodcritic/rules/fc014.rb0000644000004100000410000000060113300102713021124 0ustar www-datawww-datarule "FC014", "Consider extracting long ruby_block to library" do tags %w{style libraries} recipe do |ast| find_resources(ast, type: "ruby_block").find_all do |rb| lines = rb.xpath("descendant::fcall[ident/@value='block']/../../ descendant::*[@line]/@line").map { |n| n.value.to_i }.sort (!lines.empty?) && (lines.last - lines.first) > 15 end end end foodcritic-13.1.1/lib/foodcritic/rules/fc002.rb0000644000004100000410000000041613300102713021125 0ustar www-datawww-datarule "FC002", "Avoid string interpolation where not required" do tags %w{style strings} recipe do |ast| ast.xpath(%q{//*[self::string_literal | self::assoc_new]/string_add[ count(descendant::string_embexpr) = 1 and count(string_add) = 0]}) end end foodcritic-13.1.1/lib/foodcritic/rules/fc019.rb0000644000004100000410000000223113300102713021132 0ustar www-datawww-datarule "FC019", "Access node attributes in a consistent manner" do tags %w{style attributes} cookbook do |cookbook_dir| asts = {}; files = Dir["#{cookbook_dir}/*/*.rb"].reject do |file| relative_path = Pathname.new(file).relative_path_from( Pathname.new(cookbook_dir)) relative_path.to_s.split(File::SEPARATOR).include?("spec") end.map do |file| { path: file, ast: read_ast(file) } end types = [:string, :symbol, :vivified].map do |type| { access_type: type, count: files.map do |file| attribute_access(file[:ast], type: type, ignore_calls: true, cookbook_dir: cookbook_dir, ignore: "run_state").tap do |ast| unless ast.empty? (asts[type] ||= []) << { ast: ast, path: file[:path] } end end.size end.inject(:+) } end.reject { |type| type[:count] == 0 } if asts.size > 1 least_used = asts[types.min_by { |a| a[:count] }[:access_type]] least_used.map do |file| file[:ast].map do |ast| match(ast).merge(filename: file[:path]) end.flatten end end end end foodcritic-13.1.1/lib/foodcritic/rules/fc006.rb0000644000004100000410000000062113300102713021127 0ustar www-datawww-datarule "FC006", "Mode should be quoted or fully specified when "\ "setting file permissions" do tags %w{correctness files} recipe do |ast| ast.xpath(%q{//ident[@value='mode']/parent::command/ descendant::int[string-length(@value) < 5 and not(starts-with(@value, "0") and string-length(@value) = 4)][count(ancestor::aref) = 0]/ ancestor::method_add_block}) end end foodcritic-13.1.1/lib/foodcritic/rules/fc114.rb0000644000004100000410000000220413300102713021126 0ustar www-datawww-datarule "FC114", "Cookbook uses legacy Ohai config syntax" do tags %w{chef13 deprecated} recipe do |ast| # Ohai::Config[:something] # # <-- if assigning this will be aref_field # # # # # # # # # # # # # # # # # # # # # # # ast.xpath('//*[self::aref or self::aref_field][const_path_ref/const/@value="Config"][const_path_ref/var_ref/const/@value="Ohai"][args_add_block/args_add/symbol_literal/symbol]') end end foodcritic-13.1.1/lib/foodcritic/rules/fc012.rb0000644000004100000410000000036313300102713021127 0ustar www-datawww-datarule "FC012", "Use Markdown for README rather than RDoc" do tags %w{supermarket readme} cookbook do |filename| if File.exist?(File.join(filename, "README.rdoc")) [file_match(File.join(filename, "README.rdoc"))] end end end foodcritic-13.1.1/lib/foodcritic/rules/fc024.rb0000644000004100000410000000220313300102713021125 0ustar www-datawww-datarule "FC024", "Consider adding platform equivalents" do tags %w{portability} RHEL = %w{centos redhat scientific oracle} recipe do |ast, filename| next if Pathname.new(filename).basename.to_s == "metadata.rb" metadata_path = Pathname.new( File.join(File.dirname(filename), "..", "metadata.rb")).cleanpath md_platforms = if File.exist?(metadata_path) supported_platforms(read_ast( metadata_path)).map { |p| p[:platform] } else [] end md_platforms = RHEL if md_platforms.empty? ['//method_add_arg[fcall/ident/@value="platform?"]/ arg_paren/args_add_block', "//when"].map do |expr| ast.xpath(expr).map do |whn| platforms = whn.xpath('args_add/ descendant::tstring_content').map do |p| p["value"] end.sort unless platforms.size == 1 || (md_platforms & platforms).empty? whn unless (platforms & RHEL).empty? || ((md_platforms & RHEL) - (platforms & RHEL)).empty? end end.compact end.flatten end end foodcritic-13.1.1/lib/foodcritic/rules/fc010.rb0000644000004100000410000000034013300102713021120 0ustar www-datawww-datarule "FC010", "Invalid search syntax" do tags %w{correctness search} recipe do |ast| # This only works for literal search strings literal_searches(ast).reject { |search| valid_query?(search["value"]) } end end foodcritic-13.1.1/lib/foodcritic/rules/fc099.rb0000644000004100000410000000046113300102713021145 0ustar www-datawww-datarule "FC099", "Deprecated Chef::Mixin::LanguageIncludeRecipe mixin used" do tags %w{chef14 deprecated} recipe do |ast| # include Chef::Mixin::LanguageIncludeRecipe ast.xpath('//const_path_ref/const[@value="LanguageIncludeRecipe"]/..//const[@value="Mixin"]/..//const[@value="Chef"]') end end foodcritic-13.1.1/lib/foodcritic/rules/fc038.rb0000644000004100000410000000100713300102713021133 0ustar www-datawww-datarule "FC038", "Invalid resource action" do tags %w{correctness} recipe do |ast| find_resources(ast).select do |resource| actions = resource_attributes(resource)["action"] if actions.respond_to?(:xpath) actions = actions.xpath('descendant::array/ descendant::symbol/ident/@value') else actions = Array(actions) end actions.reject { |a| a.to_s.empty? }.any? do |action| !resource_action?(resource_type(resource), action) end end end end foodcritic-13.1.1/lib/foodcritic/rules/fc068.rb0000644000004100000410000000030213300102713021133 0ustar www-datawww-datarule "FC068", "Ensure license is set in metadata" do tags %w{metadata supermarket license} metadata do |ast, filename| [file_match(filename)] unless field(ast, "license").any? end end foodcritic-13.1.1/lib/foodcritic/rules/fc062.rb0000644000004100000410000000027613300102713021137 0ustar www-datawww-datarule "FC062", "Cookbook should have version metadata" do tags %w{metadata supermarket} metadata do |ast, filename| [file_match(filename)] unless field(ast, "version").any? end end foodcritic-13.1.1/lib/foodcritic/rules/fc117.rb0000644000004100000410000000051313300102713021132 0ustar www-datawww-datarule "FC117", "Do not use kind_of in custom resource properties" do tags %w{correctness} resource do |ast| # Make sure we're in a custom resource not an LWRP if ast.xpath("//command/ident/@value='action'") ast.xpath("//command[ident/@value='property'][args_add_block//label/@value='kind_of:']") end end end foodcritic-13.1.1/lib/foodcritic/rules/fc064.rb0000644000004100000410000000030013300102713021125 0ustar www-datawww-datarule "FC064", "Ensure issues_url is set in metadata" do tags %w{metadata supermarket} metadata do |ast, filename| [file_match(filename)] unless field(ast, "issues_url").any? end end foodcritic-13.1.1/lib/foodcritic/rules/fc026.rb0000644000004100000410000000120113300102713021124 0ustar www-datawww-datarule "FC026", "Conditional execution block attribute contains only string" do tags %w{correctness} recipe do |ast| find_resources(ast).map { |r| resource_attributes(r) }.map do |resource| [resource["not_if"], resource["only_if"]] end.flatten.compact.select do |condition| condition.respond_to?(:xpath) && !condition.xpath("descendant::string_literal").empty? && !condition.xpath("(stmts_add|bodystmt/stmts_add)/string_literal").empty? && # stmts_add can go away with Ruby 2.4 condition.xpath('descendant::stmts_add[count(ancestor:: string_literal) = 0]').size == 1 end end end foodcritic-13.1.1/lib/foodcritic/rules/fc049.rb0000644000004100000410000000053013300102713021135 0ustar www-datawww-datarule "FC049", "Role name does not match containing file name" do tags %w{style roles} role do |ast, filename| role_name_specified = field_value(ast, :name) role_name_file = Pathname.new(filename).basename.sub_ext("").to_s if role_name_specified && role_name_specified != role_name_file field(ast, :name) end end end foodcritic-13.1.1/lib/foodcritic/rules/fc115.rb0000644000004100000410000000067013300102713021134 0ustar www-datawww-datarule "FC115", "Custom resource contains a name_property that is required" do tags %w{correctness} recipe do |ast| ast.xpath("//command[ident/@value='property' and descendant::bare_assoc_hash/assoc_new[label/@value='name_property:' and kw/@value='true'] and descendant::bare_assoc_hash/assoc_new[label/@value='required:' and kw/@value='true'] and descendant::symbol_literal/symbol/ident/@value!='name']") end end foodcritic-13.1.1/lib/foodcritic/rules/fc025.rb0000644000004100000410000000153413300102713021134 0ustar www-datawww-datarule "FC025", "Prefer chef_gem to compile-time gem install" do tags %w{correctness deprecated} recipe do |ast| # when Ruby 2.4 support goes away this can be simplified to remove the # do_block/stmts_add/command case which is Ruby 2.4 gem_install = ast.xpath("//stmts_add/assign[method_add_block[command/ident/ @value='gem_package'][do_block/bodystmt/stmts_add/command[ident/@value='action'] | do_block/stmts_add/command[ident/@value='action'] [descendant::ident/@value='nothing']]]") gem_install.map do |install| gem_var = install.xpath("var_field/ident/@value") unless ast.xpath("//method_add_arg[call/ var_ref/ident/@value='#{gem_var}'] [arg_paren/descendant::ident/@value='install' or arg_paren/descendant::ident/@value='upgrade']").empty? gem_install end end end end foodcritic-13.1.1/lib/foodcritic/rules/fc080.rb0000644000004100000410000000040513300102713021131 0ustar www-datawww-datarule "FC080", "User resource uses deprecated supports property" do tags %w{deprecated chef13} recipe do |ast| find_resources(ast, type: "user").xpath(%q{descendant::fcall[ident/@value='supports']|descendant::command[ident/@value='supports']}) end end foodcritic-13.1.1/lib/foodcritic/rules/fc088.rb0000644000004100000410000000036613300102713021147 0ustar www-datawww-datarule "FC088", "Prefer Mixlib::Shellout over deprecated Chef::Mixin::Command" do tags %w{chef13 deprecated} recipe do |ast| ast.xpath('//const_path_ref/const[@value="Command"]/..//const[@value="Mixin"]/..//const[@value="Chef"]') end end foodcritic-13.1.1/lib/foodcritic/rules/fc083.rb0000644000004100000410000000033313300102713021134 0ustar www-datawww-datarule "FC083", "Execute resource using deprecated 'path' property" do tags %w{deprecated chef12} recipe do |ast| find_resources(ast, type: "execute").xpath('(.//command|.//fcall)[ident/@value="path"]') end end foodcritic-13.1.1/lib/foodcritic/rules/fc001.rb0000644000004100000410000000041613300102713021124 0ustar www-datawww-datarule "FC001", "Use strings in preference to symbols to access node attributes" do tags %w{style attributes} recipe do |ast| # node.run_state is not actually an attribute so ignore that attribute_access(ast, type: :symbol, ignore: "run_state") end end foodcritic-13.1.1/lib/foodcritic/rules/fc044.rb0000644000004100000410000000136413300102713021136 0ustar www-datawww-datarule "FC044", "Avoid bare attribute keys" do tags %w{style} attributes do |ast| declared = ast.xpath("//descendant::var_field/ident/@value").map do |v| v.to_s end ast.xpath('//assign/*[self::vcall or self::var_ref] [count(child::kw) = 0]/ident').select do |v| local_declared = v.xpath("ancestor::*[self::brace_block or self::do_block] /block_var/descendant::ident/@value").map do |val| val.to_s end (v["value"] != "secure_password") && !(declared + local_declared).uniq.include?(v["value"]) && !v.xpath("ancestor::*[self::brace_block or self::do_block]/block_var/ descendant::ident/@value='#{v['value']}'") end end end foodcritic-13.1.1/lib/foodcritic/rules/fc105.rb0000644000004100000410000000023013300102713021123 0ustar www-datawww-datarule "FC105", "Deprecated erl_call resource used" do tags %w{chef14 deprecated} recipe do |ast| find_resources(ast, type: "erl_call") end end foodcritic-13.1.1/lib/foodcritic/rules/fc027.rb0000644000004100000410000000043613300102713021136 0ustar www-datawww-datarule "FC027", "Resource sets internal attribute" do tags %w{correctness} recipe do |ast| find_resources(ast, type: :service).map do |service| service unless (resource_attributes(service).keys & %w{enabled running}).empty? end.compact end end foodcritic-13.1.1/lib/foodcritic/rules/fc122.rb0000644000004100000410000000042413300102713021127 0ustar www-datawww-datarule "FC122", "Use the build_essential resource instead of the recipe" do tags %w{correctness} recipe do |ast| ast.xpath("//command[ident/@value = 'include_recipe']/descendant::tstring_content[@value='build-essential' or @value='build-essential::default']") end end foodcritic-13.1.1/lib/foodcritic/rules/fc078.rb0000644000004100000410000000546513300102713021153 0ustar www-datawww-datarule "FC078", "Ensure cookbook shared under an OSI-approved open source license" do tags %w{opensource license supermarket} metadata do |ast, filename| begin license = field_value(ast, "license") # list of valid SPDX.org license strings. To build an array run this: # require 'json' # require 'net/http' # json_data = JSON.parse(Net::HTTP.get(URI('https://raw.githubusercontent.com/spdx/license-list-data/master/json/licenses.json'))) # licenses = json_data['licenses'] # .select { |license| license['isOsiApproved'] } # .map {|l| l['licenseId'] } # osi_approved_licenses = %w{ AFL-1.1 AFL-1.2 AFL-2.0 AFL-2.1 AFL-3.0 APL-1.0 Apache-1.1 Apache-2.0 APSL-1.0 APSL-1.1 APSL-1.2 APSL-2.0 Artistic-1.0 Artistic-1.0-Perl Artistic-1.0-cl8 Artistic-2.0 AAL BSL-1.0 BSD-2-Clause BSD-3-Clause 0BSD CECILL-2.1 CNRI-Python CDDL-1.0 CPAL-1.0 CPL-1.0 CATOSL-1.1 CUA-OPL-1.0 EPL-1.0 ECL-1.0 ECL-2.0 EFL-1.0 EFL-2.0 Entessa EUDatagrid EUPL-1.1 Fair Frameworx-1.0 AGPL-3.0 GPL-2.0 GPL-3.0 LGPL-2.1 LGPL-3.0 LGPL-2.0 HPND IPL-1.0 Intel IPA ISC LPPL-1.3c LiLiQ-P-1.1 LiLiQ-Rplus-1.1 LiLiQ-R-1.1 LPL-1.02 LPL-1.0 MS-PL MS-RL MirOS MIT Motosoto MPL-1.0 MPL-1.1 MPL-2.0 MPL-2.0-no-copyleft-exception Multics NASA-1.3 Naumen NGPL Nokia NPOSL-3.0 NTP OCLC-2.0 OGTSL OSL-1.0 OSL-2.0 OSL-2.1 OSL-3.0 OSET-PL-2.1 PHP-3.0 PostgreSQL Python-2.0 QPL-1.0 RPSL-1.0 RPL-1.1 RPL-1.5 RSCPL OFL-1.1 SimPL-2.0 Sleepycat SISSL SPL-1.0 Watcom-1.0 UPL-1.0 NCSA VSL-1.0 W3C Xnet Zlib ZPL-2.0 GPL-2.0+ GPL-2.0-with-autoconf-exception GPL-2.0-with-bison-exception GPL-2.0-with-classpath-exception GPL-2.0-with-font-exception GPL-2.0-with-GCC-exception GPL-3.0+ GPL-3.0-with-autoconf-exception GPL-3.0-with-GCC-exception LGPL-2.1+ LGPL-3.0+ LGPL-2.0+ WXwindows } [file_match(filename)] unless osi_approved_licenses.include?(license) rescue NoMethodError # no license in the metadata [file_match(filename)] end end end foodcritic-13.1.1/lib/foodcritic/rules/fc113.rb0000644000004100000410000000075513300102713021136 0ustar www-datawww-datarule "FC113", "Resource declares deprecated use_inline_resources" do tags %w{deprecated chef15 lwrp} library do |ast| matches = [] ast.xpath('//const_path_ref/const[@value="LWRPBase"]/..//const[@value="Provider"]/../../..').select do |x| matches << x.xpath('//*[self::vcall or self::var_ref]/ident[@value="use_inline_resources"]') end matches end provider do |ast| ast.xpath('//*[self::vcall or self::var_ref]/ident[@value="use_inline_resources"]') end end foodcritic-13.1.1/lib/foodcritic/rules/fc082.rb0000644000004100000410000000037513300102713021141 0ustar www-datawww-datarule "FC082", "Deprecated node.set or node.set_unless used to set node attributes" do tags %w{chef14 deprecated} recipe do |ast| ast.xpath('//call[(vcall|var_ref)/ident/@value="node"] [ident[@value="set" or @value="set_unless"]]') end end foodcritic-13.1.1/lib/foodcritic/rules/fc040.rb0000644000004100000410000000070413300102713021127 0ustar www-datawww-datarule "FC040", "Execute resource used to run git commands" do tags %w{style} recipe do |ast| possible_git_commands = %w{ clone fetch pull checkout reset } find_resources(ast, type: "execute").select do |cmd| cmd_str = (resource_attribute(cmd, "command") || resource_name(cmd)).to_s actual_git_commands = cmd_str.scan(/git ([a-z]+)/).map { |c| c.first } (possible_git_commands & actual_git_commands).any? end end end foodcritic-13.1.1/lib/foodcritic/rules/fc076.rb0000644000004100000410000000031513300102713021136 0ustar www-datawww-datarule "FC076", 'Metadata uses the deprecated "conflicts" keyword' do tags %w{metadata deprecated chef13} metadata do |ast, filename| [file_match(filename)] if field(ast, "conflicts").any? end end foodcritic-13.1.1/lib/foodcritic/rules/fc087.rb0000644000004100000410000000045113300102713021141 0ustar www-datawww-datarule "FC087", "Library uses deprecated Chef::Platform methods" do tags %w{chef13 deprecated} library do |ast| ast.xpath('//const_path_ref/const[@value="Platform"]/..//const[@value="Chef"]/../../../ident[@value="set" or @value="provider_for_resource" or @value="find_provider"]') end end foodcritic-13.1.1/lib/foodcritic/rules/fc065.rb0000644000004100000410000000030013300102713021126 0ustar www-datawww-datarule "FC065", "Ensure source_url is set in metadata" do tags %w{metadata supermarket} metadata do |ast, filename| [file_match(filename)] unless field(ast, "source_url").any? end end foodcritic-13.1.1/lib/foodcritic/rules/fc045.rb0000644000004100000410000000030413300102713021130 0ustar www-datawww-datarule "FC045", "Metadata does not contain cookbook name" do tags %w{correctness metadata chef12} metadata do |ast, filename| [file_match(filename)] unless field(ast, "name").any? end end foodcritic-13.1.1/lib/foodcritic/rules/fc066.rb0000644000004100000410000000027013300102713021135 0ustar www-datawww-datarule "FC066", "Ensure chef_version is set in metadata" do tags %w{metadata} metadata do |ast, filename| [file_match(filename)] unless field(ast, "chef_version").any? end end foodcritic-13.1.1/lib/foodcritic/rules/fc055.rb0000644000004100000410000000031413300102713021132 0ustar www-datawww-datarule "FC055", "Ensure maintainer is set in metadata" do tags %w{correctness metadata supermarket} metadata do |ast, filename| [file_match(filename)] unless field(ast, "maintainer").any? end end foodcritic-13.1.1/lib/foodcritic/rules/fc093.rb0000644000004100000410000000053213300102713021136 0ustar www-datawww-datarule "FC093", "Generated README text needs updating" do tags %w{readme supermarket} cookbook do |path| readme = File.join(path, "README.md") generated_readme = "TODO: Enter the cookbook description here." if File.exist?(readme) && File.foreach(readme).grep(/#{generated_readme}/).any? [file_match(readme)] end end end foodcritic-13.1.1/lib/foodcritic/rules/fc116.rb0000644000004100000410000000034213300102713021131 0ustar www-datawww-datarule "FC116", "Cookbook depends on the deprecated compat_resource cookbook" do tags %w{deprecated} metadata do |ast, filename| [file_match(filename)] if declared_dependencies(ast).include?("compat_resource") end end foodcritic-13.1.1/lib/foodcritic/rules/fc043.rb0000644000004100000410000000037213300102713021133 0ustar www-datawww-datarule "FC043", "Prefer new notification syntax" do tags %w{correctness notifications deprecated} recipe do |ast| find_resources(ast).select do |resource| notifications(resource).any? { |notify| notify[:style] == :old } end end end foodcritic-13.1.1/lib/foodcritic/rules/fc077.rb0000644000004100000410000000031313300102713021135 0ustar www-datawww-datarule "FC077", 'Metadata uses the deprecated "replaces" keyword' do tags %w{metadata deprecated chef13} metadata do |ast, filename| [file_match(filename)] if field(ast, "replaces").any? end end foodcritic-13.1.1/lib/foodcritic/rules/fc069.rb0000644000004100000410000001421413300102713021143 0ustar www-datawww-datarule "FC069", "Ensure standardized license defined in metadata" do tags %w{metadata supermarket license} metadata do |ast, filename| begin license = field_value(ast, "license") # list of valid SPDX.org license strings. To build an array run this: # require 'json' # require 'net/http' # json_data = JSON.parse(Net::HTTP.get(URI('https://raw.githubusercontent.com/spdx/license-list-data/master/json/licenses.json'))) # licenses = json_data['licenses'].map {|l| l['licenseId'] } # valid = %w{ Glide Abstyles AFL-1.1 AFL-1.2 AFL-2.0 AFL-2.1 AFL-3.0 AMPAS APL-1.0 Adobe-Glyph APAFML Adobe-2006 AGPL-1.0 Afmparse Aladdin ADSL AMDPLPA ANTLR-PD Apache-1.0 Apache-1.1 Apache-2.0 AML APSL-1.0 APSL-1.1 APSL-1.2 APSL-2.0 Artistic-1.0 Artistic-1.0-Perl Artistic-1.0-cl8 Artistic-2.0 AAL Bahyph Barr Beerware BitTorrent-1.0 BitTorrent-1.1 BSL-1.0 Borceux BSD-2-Clause BSD-2-Clause-FreeBSD BSD-2-Clause-NetBSD BSD-3-Clause BSD-3-Clause-Clear BSD-3-Clause-No-Nuclear-License BSD-3-Clause-No-Nuclear-License-2014 BSD-3-Clause-No-Nuclear-Warranty BSD-4-Clause BSD-Protection BSD-Source-Code BSD-3-Clause-Attribution 0BSD BSD-4-Clause-UC bzip2-1.0.5 bzip2-1.0.6 Caldera CECILL-1.0 CECILL-1.1 CECILL-2.0 CECILL-2.1 CECILL-B CECILL-C ClArtistic MIT-CMU CNRI-Jython CNRI-Python CNRI-Python-GPL-Compatible CPOL-1.02 CDDL-1.0 CDDL-1.1 CPAL-1.0 CPL-1.0 CATOSL-1.1 Condor-1.1 CC-BY-1.0 CC-BY-2.0 CC-BY-2.5 CC-BY-3.0 CC-BY-4.0 CC-BY-ND-1.0 CC-BY-ND-2.0 CC-BY-ND-2.5 CC-BY-ND-3.0 CC-BY-ND-4.0 CC-BY-NC-1.0 CC-BY-NC-2.0 CC-BY-NC-2.5 CC-BY-NC-3.0 CC-BY-NC-4.0 CC-BY-NC-ND-1.0 CC-BY-NC-ND-2.0 CC-BY-NC-ND-2.5 CC-BY-NC-ND-3.0 CC-BY-NC-ND-4.0 CC-BY-NC-SA-1.0 CC-BY-NC-SA-2.0 CC-BY-NC-SA-2.5 CC-BY-NC-SA-3.0 CC-BY-NC-SA-4.0 CC-BY-SA-1.0 CC-BY-SA-2.0 CC-BY-SA-2.5 CC-BY-SA-3.0 CC-BY-SA-4.0 CC0-1.0 Crossword CrystalStacker CUA-OPL-1.0 Cube curl D-FSL-1.0 diffmark WTFPL DOC Dotseqn DSDP dvipdfm EPL-1.0 ECL-1.0 ECL-2.0 eGenix EFL-1.0 EFL-2.0 MIT-advertising MIT-enna Entessa ErlPL-1.1 EUDatagrid EUPL-1.0 EUPL-1.1 Eurosym Fair MIT-feh Frameworx-1.0 FreeImage FTL FSFAP FSFUL FSFULLR Giftware GL2PS Glulxe AGPL-3.0 GFDL-1.1 GFDL-1.2 GFDL-1.3 GPL-1.0 GPL-2.0 GPL-3.0 LGPL-2.1 LGPL-3.0 LGPL-2.0 gnuplot gSOAP-1.3b HaskellReport HPND IBM-pibs IPL-1.0 ICU ImageMagick iMatix Imlib2 IJG Info-ZIP Intel-ACPI Intel Interbase-1.0 IPA ISC JasPer-2.0 JSON LPPL-1.0 LPPL-1.1 LPPL-1.2 LPPL-1.3a LPPL-1.3c Latex2e BSD-3-Clause-LBNL Leptonica LGPLLR Libpng libtiff LAL-1.2 LAL-1.3 LiLiQ-P-1.1 LiLiQ-Rplus-1.1 LiLiQ-R-1.1 LPL-1.02 LPL-1.0 MakeIndex MTLL MS-PL MS-RL MirOS MITNFA MIT Motosoto MPL-1.0 MPL-1.1 MPL-2.0 MPL-2.0-no-copyleft-exception mpich2 Multics Mup NASA-1.3 Naumen NBPL-1.0 Net-SNMP NetCDF NGPL NOSL NPL-1.0 NPL-1.1 Newsletr NLPL Nokia NPOSL-3.0 NLOD-1.0 Noweb NRL NTP Nunit OCLC-2.0 ODbL-1.0 PDDL-1.0 OCCT-PL OGTSL OLDAP-2.2.2 OLDAP-1.1 OLDAP-1.2 OLDAP-1.3 OLDAP-1.4 OLDAP-2.0 OLDAP-2.0.1 OLDAP-2.1 OLDAP-2.2 OLDAP-2.2.1 OLDAP-2.3 OLDAP-2.4 OLDAP-2.5 OLDAP-2.6 OLDAP-2.7 OLDAP-2.8 OML OPL-1.0 OSL-1.0 OSL-1.1 OSL-2.0 OSL-2.1 OSL-3.0 OpenSSL OSET-PL-2.1 PHP-3.0 PHP-3.01 Plexus PostgreSQL psfrag psutils Python-2.0 QPL-1.0 Qhull Rdisc RPSL-1.0 RPL-1.1 RPL-1.5 RHeCos-1.1 RSCPL RSA-MD Ruby SAX-PD Saxpath SCEA SWL SMPPL Sendmail SGI-B-1.0 SGI-B-1.1 SGI-B-2.0 OFL-1.0 OFL-1.1 SimPL-2.0 Sleepycat SNIA Spencer-86 Spencer-94 Spencer-99 SMLNJ SugarCRM-1.1.3 SISSL SISSL-1.2 SPL-1.0 Watcom-1.0 TCL TCP-wrappers Unlicense TMate TORQUE-1.1 TOSL Unicode-DFS-2015 Unicode-DFS-2016 Unicode-TOU UPL-1.0 NCSA Vim VOSTROM VSL-1.0 W3C-20150513 W3C-19980720 W3C Wsuipa Xnet X11 Xerox XFree86-1.1 xinetd xpp XSkat YPL-1.0 YPL-1.1 Zed Zend-2.0 Zimbra-1.3 Zimbra-1.4 Zlib zlib-acknowledgement ZPL-1.1 ZPL-2.0 ZPL-2.1 eCos-2.0 GPL-1.0+ GPL-2.0+ GPL-2.0-with-autoconf-exception GPL-2.0-with-bison-exception GPL-2.0-with-classpath-exception GPL-2.0-with-font-exception GPL-2.0-with-GCC-exception GPL-3.0+ GPL-3.0-with-autoconf-exception GPL-3.0-with-GCC-exception LGPL-2.1+ LGPL-3.0+ LGPL-2.0+ StandardML-NJ WXwindows } [file_match(filename)] unless valid.include?(license) || license =~ /all rights reserved/i rescue NoMethodError # no license in the metadata [file_match(filename)] end end end foodcritic-13.1.1/lib/foodcritic/rules/fc005.rb0000644000004100000410000000225613300102713021134 0ustar www-datawww-datarule "FC005", "Avoid repetition of resource declarations" do tags %w{style} recipe do |ast| resources = find_resources(ast).map do |res| resource_attributes(res).merge({ type: resource_type(res), ast: res }) end.chunk do |res| res[:type] + res[:ast].xpath("ancestor::*[self::if | self::unless | self::elsif | self::else | self::when | self::method_add_block/call][position() = 1]/ descendant::pos[position() = 1]").to_s + res[:ast].xpath("ancestor::method_add_block/command[ ident/@value='action']/args_add_block/descendant::ident/@value").to_s end.reject { |res| res[1].size < 3 } resources.map do |cont_res| first_resource = cont_res[1][0][:ast] # we have contiguous resources of the same type, but do they share the # same attributes? sorted_atts = cont_res[1].map do |atts| atts.delete_if { |k| k == :ast }.to_a.sort do |x, y| x.first.to_s <=> y.first.to_s end end first_resource if sorted_atts.all? do |att| (att - sorted_atts.inject { |atts, a| atts & a }).length == 1 end end.compact end end foodcritic-13.1.1/lib/foodcritic/rules/fc072.rb0000644000004100000410000000030013300102713021124 0ustar www-datawww-datarule "FC072", 'Metadata should not contain "attribute" keyword' do tags %w{metadata style} metadata do |ast, filename| [file_match(filename)] if field(ast, "attribute").any? end end foodcritic-13.1.1/lib/foodcritic/rules/fc111.rb0000644000004100000410000000046613300102713021133 0ustar www-datawww-datarule "FC111", "search using deprecated sort flag" do tags %w{deprecated chef13} recipe do |ast| # search(:node, 'role:web', :sort => true) ast.xpath("//method_add_arg[fcall/ident/@value='search'][arg_paren/args_add_block/args_add/bare_assoc_hash/assoc_new/symbol/ident/@value = 'sort']") end end foodcritic-13.1.1/lib/foodcritic/rules/fc085.rb0000644000004100000410000000300013300102713021130 0ustar www-datawww-datarule "FC085", "Resource using new_resource.updated_by_last_action to converge resource" do tags %w{correctness} def updated_by(ast) # we need to handle both @new_resource.updated_by_last_action(true) or new_resource.updated_by_last_action(true) # Here's the ast that xpath sees in all 3 possible scenarios from those two: # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ast.xpath('descendant::*[self::var_ref/ident/@value="new_resource" or self::vcall/ident/@value="new_resource" or self::var_ref/ivar/@value="@new_resource"]/../ident[@value="updated_by_last_action"]') end resource { |ast| updated_by(ast) } provider { |ast| updated_by(ast) } library { |ast| updated_by(ast) } end foodcritic-13.1.1/lib/foodcritic/rules/fc110.rb0000644000004100000410000000112713300102713021125 0ustar www-datawww-datarule "FC110", "Script resources should use 'code' property not 'command' property" do tags %w{deprecated chef13} recipe do |ast| script_resources = %w{ bash ksh cash script batch perl python ruby windows_script } find_resources(ast, type: script_resources).find_all do |resources| resource_attribute(resources, "command") end end end foodcritic-13.1.1/lib/foodcritic/rules/fc107.rb0000644000004100000410000000031713300102713021133 0ustar www-datawww-datarule "FC107", "Resource uses epic_fail instead of ignore_failure" do tags %w{deprecated chef14} recipe do |ast| find_resources(ast).xpath('(.//command|.//fcall)[ident/@value="epic_fail"]') end end foodcritic-13.1.1/lib/foodcritic/rules/fc007.rb0000644000004100000410000000150413300102713021131 0ustar www-datawww-datarule "FC007", "Ensure recipe dependencies are reflected in cookbook metadata" do tags %w{correctness metadata} recipe do |ast, filename| metadata_path = Pathname.new( File.join(File.dirname(filename), "..", "metadata.rb")).cleanpath next unless File.exist? metadata_path actual_included = included_recipes(ast, with_partial_names: false) undeclared = actual_included.keys.map do |recipe| recipe.split("::").first unless recipe =~ /^::/ # skip shorthand included recipes. They're local end.compact - [cookbook_name(filename)] - declared_dependencies(read_ast(metadata_path)) actual_included.map do |recipe, include_stmts| if undeclared.include?(recipe) || undeclared.any? { |u| recipe.start_with?("#{u}::") } include_stmts end end.flatten.compact end end foodcritic-13.1.1/lib/foodcritic/rules/fc016.rb0000644000004100000410000000071413300102713021133 0ustar www-datawww-datarule "FC016", "LWRP does not declare a default action" do tags %w{correctness lwrp} resource do |ast, filename| # See if we're in a custom resource not an LWRP. Only LWRPs need the default_action next if ast.xpath("//ident/@value='action'") unless ["//ident/@value='default_action'", "//def/bodystmt/descendant::assign/ var_field/ivar/@value='@action'"].any? { |expr| ast.xpath(expr) } [file_match(filename)] end end end foodcritic-13.1.1/lib/foodcritic/rules/fc084.rb0000644000004100000410000000030613300102713021135 0ustar www-datawww-datarule "FC084", "Deprecated Chef::REST class used" do tags %w{chef13 deprecated} recipe do |ast| ast.xpath('//const_path_ref/const[@value="REST"]/..//const[@value="Chef"]/../../..') end end foodcritic-13.1.1/lib/foodcritic/rules/fc098.rb0000644000004100000410000000046713300102713021152 0ustar www-datawww-datarule "FC098", "Deprecated Chef::Mixin::RecipeDefinitionDSLCore mixin used" do tags %w{chef14 deprecated} recipe do |ast| # include Chef::Mixin::RecipeDefinitionDSLCore ast.xpath('//const_path_ref/const[@value="RecipeDefinitionDSLCore"]/..//const[@value="Mixin"]/..//const[@value="Chef"]') end end foodcritic-13.1.1/lib/foodcritic/rules/fc046.rb0000644000004100000410000000034313300102713021134 0ustar www-datawww-datarule "FC046", "Attribute assignment uses assign unless nil" do tags %w{attributes correctness} attributes do |ast| attribute_access(ast).map do |a| a.xpath('ancestor::opassign/op[@value="||="]') end end end foodcritic-13.1.1/lib/foodcritic/rules/fc118.rb0000644000004100000410000000040413300102713021132 0ustar www-datawww-datarule "FC118", "Resource property setting name_attribute vs. name_property" do tags %w{correctness} recipe do |ast| ast.xpath("//command[ident/@value='property' and descendant::bare_assoc_hash/assoc_new/label/@value='name_attribute:']") end end foodcritic-13.1.1/lib/foodcritic/rules/fc034.rb0000644000004100000410000000212213300102713021126 0ustar www-datawww-datarule "FC034", "Unused template variables" do tags %w{correctness templates} recipe do |ast, filename| Array(resource_attributes_by_type(ast)["template"]).select do |t| t["variables"] && t["variables"].respond_to?(:xpath) end.map do |resource| all_templates = template_paths(filename) template_paths = all_templates.select do |path| File.basename(path) == template_file(resource) end next unless template_paths.any? passed_vars = resource["variables"].xpath( "symbol/ident/@value").map { |tv| tv.to_s } unused_vars_exist = template_paths.all? do |template_path| begin template_vars = templates_included( all_templates, template_path).map do |template| read_ast(template).xpath("//var_ref/ivar/@value").map do |v| v.to_s.sub(/^@/, "") end end.flatten ! (passed_vars - template_vars).empty? rescue RecursedTooFarError false end end file_match(template_paths.first) if unused_vars_exist end.compact end end foodcritic-13.1.1/lib/foodcritic/rules/fc086.rb0000644000004100000410000000041413300102713021137 0ustar www-datawww-datarule "FC086", "Use databag helper methods to load data bag items" do tags %w{style} recipe do |ast| ast.xpath('//const_path_ref/const[@value="EncryptedDataBagItem" or @value="DataBagItem"]/..//const[@value="Chef"]/../../..//ident[@value="load"]/..') end end foodcritic-13.1.1/lib/foodcritic/rules/fc042.rb0000644000004100000410000000023213300102713021125 0ustar www-datawww-datarule "FC042", "Prefer include_recipe to require_recipe" do tags %w{correctness deprecated} recipe do |ast| field(ast, "require_recipe") end end foodcritic-13.1.1/lib/foodcritic/rules/fc112.rb0000644000004100000410000000024713300102713021131 0ustar www-datawww-datarule "FC112", "Resource using deprecated dsl_name method" do tags %w{deprecated chef13} recipe do |ast| ast.xpath("//call/ident[@value='dsl_name']") end end foodcritic-13.1.1/lib/foodcritic/rules/fc008.rb0000644000004100000410000000075013300102713021134 0ustar www-datawww-datarule "FC008", "Generated cookbook metadata needs updating" do tags %w{metadata supermarket} metadata do |ast, filename| [ { "maintainer" => "YOUR_COMPANY_NAME" }, { "maintainer" => "The Authors" }, { "maintainer_email" => "YOUR_EMAIL" }, { "maintainer_email" => "you@example.com" }, ].map do |metadata_hash| field, value = metadata_hash.to_a.first field(ast, field).xpath("descendant::tstring_content[@value='#{value}']") end end end foodcritic-13.1.1/lib/foodcritic/rules/fc095.rb0000644000004100000410000000041613300102713021141 0ustar www-datawww-datarule "FC095", "Cookbook uses deprecated cloud_v2 ohai plugin data" do tags %w{deprecated chef14} recipe do |ast| ast.xpath('//aref[vcall/ident/@value="node"] /args_add_block/args_add/string_literal/string_add/tstring_content[@value="cloud_v2"]') end end foodcritic-13.1.1/lib/foodcritic/error_checker.rb0000644000004100000410000000127213300102713021777 0ustar www-datawww-datamodule FoodCritic # Expose if any errors are found in parsing class ErrorChecker < Ripper::SexpBuilder # Create a new instance of ErrorChecker # # @see Ripper::SexpBuilder#initialize def initialize(*args) super(*args) @found_error = false end # Was an error encountered during parsing? def error? @found_error end # Register with all available error handlers. def self.register_error_handlers error_methods = SexpBuilder.public_instance_methods.grep(/^on_.*_error$/) error_methods.sort.each do |err_meth| define_method(err_meth) { |*| @found_error = true } end end register_error_handlers end end foodcritic-13.1.1/lib/foodcritic/linter.rb0000644000004100000410000003046013300102713020460 0ustar www-datawww-datarequire "optparse" require "ripper" require "set" module FoodCritic # The main entry point for linting your Chef cookbooks. class Linter include FoodCritic::Api # The default version that will be used to determine relevant rules. This # can be over-ridden at the command line with the `--chef-version` option. DEFAULT_CHEF_VERSION = "13.7.16" attr_reader :chef_version # Perform a lint check. This method is intended for use by the command-line # wrapper. If you are programmatically using foodcritic you should use # `#check` below. def self.run(cmd_line) # The first item is the string output, the second is exit code. return [cmd_line.help, 0] if cmd_line.show_help? return [cmd_line.version, 0] if cmd_line.show_version? if !cmd_line.valid_grammar? [cmd_line.help, 4] elsif cmd_line.list_rules? listing = FoodCritic::Linter.new.list(cmd_line.options) [listing, 0] elsif cmd_line.valid_paths? review = FoodCritic::Linter.new.check(cmd_line.options) [review, review.failed? ? 3 : 0] else [cmd_line.help, 2] end end # List the rules that are currently in effect. # # The `options` are a hash where the valid keys are: # # * `:include_rules` - Paths to additional rules to apply # * `:search_gems - If true then search for custom rules in installed gems. # * `:tags` - The tags to filter rules based on def list(options = {}) options = setup_defaults(options) @options = options load_rules if options[:tags].any? @rules = active_rules(options[:tags]) end RuleList.new(@rules) end # Review the cookbooks at the provided path, identifying potential # improvements. # # The `options` are a hash where the valid keys are: # # * `:cookbook_paths` - Cookbook paths to lint # * `:role_paths` - Role paths to lint # * `:include_rules` - Paths to additional rules to apply # * `:search_gems - If true then search for custom rules in installed gems. # * `:tags` - The tags to filter rules based on # * `:fail_tags` - The tags to fail the build on # * `:exclude_paths` - Paths to exclude from linting # def check(options = {}) options = setup_defaults(options) @options = options @chef_version = options[:chef_version] || DEFAULT_CHEF_VERSION warnings = []; last_dir = nil; matched_rule_tags = Set.new load_rules paths = specified_paths!(options) # Loop through each file to be processed and apply the rules files = files_to_process(paths) if options[:progress] puts "Checking #{files.count} files" end files.each do |p| relevant_tags = if options[:tags].any? options[:tags] else rule_file_tags(p[:filename]) end progress = "." active_rules(relevant_tags).each do |rule| state = { path_type: p[:path_type], file: p[:filename], ast: read_ast(p[:filename]), rule: rule, last_dir: last_dir, } matches = if p[:path_type] == :cookbook cookbook_matches(state) else other_matches(state) end matches = remove_ignored(matches, state[:rule], state[:file]) progress = "x" if matches.any? # Convert the matches into warnings matches.each do |match| warnings << Warning.new(state[:rule], { filename: state[:file] }.merge(match), options) matched_rule_tags << state[:rule].tags end end putc progress if options[:progress] last_dir = cookbook_dir(p[:filename]) end puts "" if options[:progress] Review.new(paths, warnings) end def cookbook_matches(state) cbk_matches = matches(state[:rule].recipe, state[:ast], state[:file]) if dsl_method_for_file(state[:file]) cbk_matches += matches(state[:rule].send( dsl_method_for_file(state[:file])), state[:ast], state[:file]) end per_cookbook_rules(state[:last_dir], state[:file]) do if File.basename(state[:file]) == "metadata.rb" cbk_matches += matches( state[:rule].metadata, state[:ast], state[:file]) end cbk_matches += matches( state[:rule].cookbook, cookbook_dir(state[:file])) end cbk_matches end def other_matches(state) matches(state[:rule].send(state[:path_type]), state[:ast], state[:file]) end # Load the rules from the (fairly unnecessary) DSL. def load_rules load_rules!(@options) unless defined? @rules end def load_rules!(options) rule_files = Dir.glob(File.join(File.dirname(__FILE__), "rules", "*")) rule_files << options[:include_rules] rule_files << rule_files_in_gems if options[:search_gems] @rules = RuleDsl.load(rule_files.flatten.compact, chef_version) end private def rule_files_in_gems Gem::Specification .latest_specs(true) .reject { |spec| spec.name == "foodcritic" } .map { |spec| spec.matches_for_glob("foodcritic/rules/**/*.rb") } .flatten end def remove_ignored(matches, rule, file) matches.reject do |m| matched_file = m[:filename] || file (line = m[:line]) && File.exist?(matched_file) && !File.directory?(matched_file) && ignore_line_match?(File.readlines(matched_file)[line - 1], rule) end end def ignore_line_match?(line, rule) ignores = line.to_s[/.*#\s*(.*)/, 1] if ignores && ignores.include?("~") !rule.matches_tags?(ignores.split(/[ ,]/)) else false end rescue false end # Some rules are version specific. def applies_to_version?(rule, version) return true unless version rule.applies_to.yield(Gem::Version.create(version)) end # given a file in the cookbook lookup all the applicable tag rules defined in rule # files. The rule file is either that specified via CLI or the .foodcritic file # in the cookbook. We cache this information at the cookbook level to prevent looking # up the same thing dozens of times # # @param [String] file in the cookbook # @return [Array] array of tag rules def rule_file_tags(file) cookbook = cookbook_dir(file) @tag_cache ||= {} # lookup the tags in the cache has and return that if we find something cb_tags = @tag_cache[cookbook] return cb_tags unless cb_tags.nil? # if a rule file has been specified use that. Otherwise use the .foodcritic file in the CB tags = if @options[:rule_file] raise "ERROR: Could not find the specified rule file at #{@options[:rule_file]}" unless File.exist?(@options[:rule_file]) parse_rule_file(@options[:rule_file]) else File.exist?("#{cookbook}/.foodcritic") ? parse_rule_file("#{cookbook}/.foodcritic") : [] end @tag_cache[cookbook] = tags tags end # given a filename parse any tag rules in that file # # @param [String] rule file path # @return [Array] array of tag rules from the file def parse_rule_file(file) tags = [] begin tag_text = File.read file tags = tag_text.split(/\s/) rescue raise "ERROR: Could not read or parse the specified rule file at #{file}" end tags end def active_rules(tags) @rules.select do |rule| rule.matches_tags?(tags) && applies_to_version?(rule, chef_version) end end # provides the path to the cookbook from a file within the cookbook # we cache this data in a hash because this method gets called often # for the same files. # # @param [String] file - a file path in the cookbook # @return [String] the path to the cookbook def cookbook_dir(file) @dir_cache ||= {} abs_file = File.absolute_path(file) # lookup the file in the cache has and return that if we find something cook_val = @dir_cache[abs_file] return cook_val unless cook_val.nil? if file =~ /\.erb$/ # split each directory into an item in the array dir_array = File.dirname(file).split(File::SEPARATOR) # walk through the array of directories backwards until we hit the templates directory position = -1 position -= 1 until dir_array[position] == "templates" # go back 1 more position to get to the cookbook dir position -= 1 # slice from the start to the cookbook dir and then join it all back to a string cook_val = dir_array.slice(0..position).join(File::SEPARATOR) else # determine the difference to the root of the CB from our file's directory relative_difference = case File.basename(file) when "recipe.rb", "attributes.rb", "metadata.rb" then "" else # everything else is 1 directory up ie. cookbook/recipes/default.rb ".." end cook_val = Pathname.new(File.join(File.dirname(file), relative_difference)).cleanpath end @dir_cache[abs_file] = cook_val cook_val end def dsl_method_for_file(file) dir_mapping = { "attributes" => :attributes, "libraries" => :library, "providers" => :provider, "resources" => :resource, "templates" => :template, } if file.end_with? ".erb" dir_mapping[File.basename(File.dirname(File.dirname(file)))] else dir_mapping[File.basename(File.dirname(file))] end end # Return the files within a cookbook tree that we are interested in trying to match rules against. # # @param [Hash] paths - paths of interest: {:exclude=>[], :cookbook=>[], :role=>[], :environment=>[]} # @return [Array] array of hashes for each file {:filename=>"./metadata.rb", :path_type=>:cookbook} def files_to_process(paths) paths.reject { |type, _| type == :exclude }.map do |path_type, dirs| dirs.map do |dir| exclusions = [] unless paths[:exclude].empty? exclusions = Dir.glob(paths[:exclude].map do |p| File.join(dir, p, "**/**") end) end if File.directory?(dir) glob = if path_type == :cookbook "{metadata.rb,attributes.rb,recipe.rb,{attributes,definitions,libraries,"\ "providers,recipes,resources}/*.rb,templates/**/*.erb}" else "*.rb" end (Dir.glob(File.join(dir, glob)) + Dir.glob(File.join(dir, "*/#{glob}")) - exclusions) else dir unless exclusions.include?(dir) end end.compact.flatten.map do |filename| { filename: filename, path_type: path_type } end end.flatten end # Invoke the DSL method with the provided parameters. def matches(match_method, *params) return [] unless match_method.respond_to?(:yield) matches = match_method.yield(*params) return [] unless matches.respond_to?(:each) # We convert Nokogiri nodes to matches transparently matches.map do |m| if m.respond_to?(:node_name) match(m) elsif m.respond_to?(:xpath) m.to_a.map { |n| match(n) } else m end end.flatten end def per_cookbook_rules(last_dir, file) yield if last_dir != cookbook_dir(file) end def specified_paths!(options) paths = Hash[options.map do |key, value| [key, Array(value)] if key.to_s.end_with?("paths") end.compact] unless paths.find { |k, v| k != :exclude_paths && !v.empty? } raise ArgumentError, "A cookbook path or role path must be specified" end Hash[paths.map do |key, value| [key.to_s.sub(/_paths$/, "").to_sym, value] end] end def setup_defaults(options) { tags: [], fail_tags: [], include_rules: [], exclude_paths: [], cookbook_paths: [], role_paths: [] }.merge(options) end end end foodcritic-13.1.1/lib/foodcritic/ast.rb0000644000004100000410000000101013300102713017737 0ustar www-datawww-datamodule FoodCritic module AST private def ast_hash_node?(node) node.first.respond_to?(:first) && node.first.first == :assoc_new end def ast_node_has_children?(node) node.respond_to?(:first) && !node.respond_to?(:match) end # If the provided node is the line / column information. def position_node?(node) node.respond_to?(:length) && node.length == 2 && node.respond_to?(:all?) && node.all? { |child| child.respond_to?(:to_i) } end end end foodcritic-13.1.1/lib/foodcritic/dsl.rb0000644000004100000410000000444013300102713017744 0ustar www-datawww-datarequire "pathname" module FoodCritic # The DSL methods exposed for defining rules. A minimal example rule: # # rule "FC123", "My rule name" do # tags %w{style attributes} # recipe do |ast| # ## Rule implementation body # end # end # # * Each rule is defined within a `rule` block that defines the code and name # of the rule. # * Each rule block may contain further nested blocks for the components of # the cookbook that it is interested in linting. # For example `cookbook`, `recipe` or `library`. # # * Further DSL methods are available to define the `tags` and Chef versions # the rule `applies_to`. # class RuleDsl attr_reader :rules attr_reader :chef_version include Api def initialize(chef_version = Linter::DEFAULT_CHEF_VERSION) @chef_version = chef_version end # Define a new rule, the outer block of a rule definition. def rule(code, name, &block) @rules = [] if @rules.nil? @rules << Rule.new(code, name) yield self end # Add tags to the rule which can be used by the end user to filter the # rules to be applied. def tags(tags) rules.last.tags += tags end # Alternative to tags. Commonly used to constrain a rule to run only when # linting specific Chef versions. def applies_to(&block) rules.last.applies_to = block end def self.rule_block(name) define_method(name) do |&block| rules.last.send("#{name}=".to_sym, block) end end # The most frequently used block within a rule. A slight misnomer because # `recipe` rule blocks are also evaluated against resources, providers and libraries rule_block :recipe rule_block :cookbook rule_block :metadata rule_block :resource rule_block :attributes rule_block :provider rule_block :library rule_block :template rule_block :environment rule_block :role # Load the ruleset(s). def self.load(paths, chef_version = Linter::DEFAULT_CHEF_VERSION) dsl = RuleDsl.new(chef_version) paths.map do |path| File.directory?(path) ? Dir["#{path}/**/*.rb"].sort : path end.flatten.each do |path| dsl.instance_eval(File.read(path), path) end dsl.rules end end end foodcritic-13.1.1/lib/foodcritic/chef.rb0000644000004100000410000000725413300102713020075 0ustar www-datawww-datamodule FoodCritic # Encapsulates functions that previously were calls to the Chef gem. module Chef def chef_dsl_methods load_metadata @dsl_metadata[:dsl_methods].map(&:to_sym) end def chef_node_methods load_metadata @dsl_metadata[:node_methods].map(&:to_sym) end # Is the specified action valid for the type of resource? def resource_action?(resource_type, action) resource_check?(:actions, resource_type, action) end # Is the specified attribute valid for the type of resource? def resource_attribute?(resource_type, attribute_name) resource_check?(:attributes, resource_type, attribute_name) end # Is this a valid Lucene query? def valid_query?(query) raise ArgumentError, "Query cannot be nil or empty" if query.to_s.empty? # Attempt to create a search query parser search = FoodCritic::Chef::Search.new search.create_parser(search.chef_search_grammars) if search.parser? search.parser.parse(query.to_s) else # If we didn't manage to get a parser then we can't know if the query # is valid or not. true end end private # To avoid the runtime hit of loading the Chef gem and its dependencies # we load the DSL metadata from a JSON file shipped with our gem. # # The DSL metadata doesn't necessarily reflect the version of Chef in the # local user gemset. def load_metadata version = if respond_to?(:chef_version) chef_version else Linter::DEFAULT_CHEF_VERSION end metadata_path = [version, version.sub(/\.[a-z].*/, ""), Linter::DEFAULT_CHEF_VERSION].map do |ver| metadata_path(ver) end.find { |m| File.exist?(m) } @dsl_metadata ||= FFI_Yajl::Parser.parse(IO.read(metadata_path), symbolize_keys: true) end def metadata_path(chef_version) File.join(File.dirname(__FILE__), "..", "..", "chef_dsl_metadata/chef_#{chef_version}.json") end def resource_check?(key, resource_type, field) if resource_type.to_s.empty? || field.to_s.empty? raise ArgumentError, "Arguments cannot be nil or empty." end load_metadata resource_fields = @dsl_metadata[key] # If the resource type is not recognised then it may be a user-defined # resource. We could introspect these but at present we simply return # true. return true unless resource_fields.include?(resource_type.to_sym) # Otherwise the resource field must exist in our metadata to succeed resource_fields[resource_type.to_sym].include?(field.to_s) end class Search # lucene.treetop used to be provided by chef gem # We're keeping a local copy from chef 10.x def chef_search_grammars [File.expand_path("../../..", __FILE__) + "/misc/lucene.treetop"] end # Create the search parser from the first loadable grammar. def create_parser(grammar_paths) @search_parser ||= grammar_paths.inject(nil) do |parser, lucene_grammar| begin break parser unless parser.nil? # Don't instantiate custom nodes Treetop.load_from_string( IO.read(lucene_grammar).gsub(/<[^>]+>/, "")) LuceneParser.new rescue # Silently swallow and try the next grammar end end end # Has the search parser been loaded? def parser? ! @search_parser.nil? end # The search parser def parser @search_parser end end end end foodcritic-13.1.1/lib/foodcritic/api.rb0000644000004100000410000005562413300102713017745 0ustar www-datawww-datarequire "nokogiri" require "rufus-lru" module FoodCritic # Helper methods that form part of the Rules DSL. module Api include FoodCritic::AST include FoodCritic::XML include FoodCritic::Chef include FoodCritic::Notifications class RecursedTooFarError < StandardError; end # Match unless a file exists using the basepath of the cookbook and the filepath # # @author Joseph Holsten - joseph@josephholsten.com # @since 10.3 # @param basepath [String] base path of the cookbook # @param filepath [String] path to the file within the cookbook # @return [String] the absolute path to the base of the cookbook def ensure_file_exists(basepath, filepath) path = File.join(basepath, filepath) [file_match(path)] unless File.exist?(path) end # Find attribute access by type. def attribute_access(ast, options = {}) options = { type: :any, ignore_calls: false }.merge!(options) return [] unless ast.respond_to?(:xpath) unless [:any, :string, :symbol, :vivified].include?(options[:type]) raise ArgumentError, "Node type not recognised" end case options[:type] when :any then vivified_attribute_access(ast, options) + standard_attribute_access(ast, options) when :vivified then vivified_attribute_access(ast, options) else standard_attribute_access(ast, options) end end # The absolute path of a cookbook from the specified file. # # @author Tim Smith - tsmith@chef.io # @since 10.1 # @param file [String, Pathname] relative or absolute path to a file in the cookbook # @return [String] the absolute path to the base of the cookbook def cookbook_base_path(file) file = File.expand_path(file) # make sure we get an absolute path file = File.dirname(file) unless File.directory?(file) # get the dir only # get list of items in the dir and intersect with metadata array. # until we get an interfact (we have a metadata) walk up the dir structure until (Dir.entries(file) & %w{metadata.rb metadata.json}).any? file = File.dirname(file) end file end # Retrieves a value of a metadata field. # # @author Miguel Fonseca # @since 7.0.0 # @return [String] the value of the metadata field def metadata_field(file, field) until (file.split(File::SEPARATOR) & standard_cookbook_subdirs).empty? file = File.absolute_path(File.dirname(file.to_s)) end file = File.dirname(file) unless File.extname(file).empty? md_path = File.join(file, "metadata.rb") if File.exist?(md_path) value = read_ast(md_path).xpath("//stmts_add/ command[ident/@value='#{field}']/ descendant::tstring_content/@value").to_s raise "Cant read #{field} from #{md_path}" if value.to_s.empty? return value else raise "Cant find #{md_path}" end end # The name of the cookbook containing the specified file. # # @param file [String] file within a cookbook # @return [String] name of the cookbook def cookbook_name(file) raise ArgumentError, "File cannot be nil or empty" if file.to_s.empty? # Name is a special case as we want to fallback to the cookbook directory # name if metadata_field fails begin metadata_field(file, "name") rescue RuntimeError until (file.split(File::SEPARATOR) & standard_cookbook_subdirs).empty? file = File.absolute_path(File.dirname(file.to_s)) end file = File.dirname(file) unless File.extname(file).empty? File.basename(file) end end # Return metadata maintainer property given any file in the cookbook # # @param file [String] file within a cookbook # @return [String] the maintainer of the cookbook def cookbook_maintainer(file) raise ArgumentError, "File cannot be nil or empty" if file.to_s.empty? metadata_field(file, "maintainer") end # Return metadata maintainer_email property given any file in the cookbook # # @param file [String] file within a cookbook # @return [String] email of the maintainer of the cookbook def cookbook_maintainer_email(file) raise ArgumentError, "File cannot be nil or empty" if file.to_s.empty? metadata_field(file, "maintainer_email") end # The dependencies declared in cookbook metadata. def declared_dependencies(ast) raise_unless_xpath!(ast) deps = [] # String literals. # # depends 'foo' deps += field(ast, "depends").xpath("descendant::args_add/descendant::tstring_content[1]") # Quoted word arrays are also common. # # %w{foo bar baz}.each do |cbk| # depends cbk # end deps += word_list_values(field(ast, "depends")) deps.uniq! deps.map! { |dep| dep["value"].strip } deps end # Look for a method call with a given name. # # @param ast [Nokogiri::XML::Node] Document to search under # @param field_name [String] Method name to search for # @return [Nokogiri::XML::NodeSet] def field(ast, field_name) if field_name.nil? || field_name.to_s.empty? raise ArgumentError, "Field name cannot be nil or empty" end ast.xpath("(.//command[ident/@value='#{field_name}']|.//fcall[ident/@value='#{field_name}']/..)") end # The value for a specific key in an environment or role ruby file def field_value(ast, field_name) field(ast, field_name).xpath('.//args_add_block//tstring_content [count(ancestor::args_add) = 1][count(ancestor::string_add) = 1] /@value').map { |a| a.to_s }.last end # Create a match for a specified file. Use this if the presence of the file # triggers the warning rather than content. def file_match(file) raise ArgumentError, "Filename cannot be nil" if file.nil? { filename: file, matched: file, line: 1, column: 1 } end # Find Chef resources of the specified type. # TODO: Include blockless resources # # These are equivalent: # # find_resources(ast) # find_resources(ast, type: :any) # # Restrict to a specific type of resource(s): # # find_resources(ast, type: 'service') # find_resources(ast, type: %w(service file)) # def find_resources(ast, options = {}) options = { type: :any }.merge!(options) return [] unless ast.respond_to?(:xpath) scope_type = "" unless options[:type] == :any type_array = Array(options[:type]).map { |x| "@value='#{x}'" } scope_type = "[#{type_array.join(' or ')}]" end # TODO: Include nested resources (provider actions) no_actions = "[command/ident/@value != 'action']" ast.xpath("//method_add_block[command/ident#{scope_type}]#{no_actions}") end # Helper to return a comparable version for a string. def gem_version(version) Gem::Version.create(version) end # Retrieve the recipes that are included within the given recipe AST. # # These two usages are equivalent: # # included_recipes(ast) # included_recipes(ast, :with_partial_names => true) # def included_recipes(ast, options = { with_partial_names: true }) raise_unless_xpath!(ast) filter = ["[count(descendant::args_add) = 1]"] # If `:with_partial_names` is false then we won't include the string # literal portions of any string that has an embedded expression. unless options[:with_partial_names] filter << "[count(descendant::string_embexpr) = 0]" end string_desc = '[descendant::args_add/string_literal]/ descendant::tstring_content' included = ast.xpath([ "//command[ident/@value = 'include_recipe']", "//fcall[ident/@value = 'include_recipe']/ following-sibling::arg_paren", ].map do |recipe_include| recipe_include + filter.join + string_desc end.join(" | ")) # Hash keyed by recipe name with matched nodes. included.inject(Hash.new([])) { |h, i| h[i["value"]] += [i]; h } end # Searches performed by the specified recipe that are literal strings. # Searches with a query formed from a subexpression will be ignored. def literal_searches(ast) return [] unless ast.respond_to?(:xpath) ast.xpath("//method_add_arg[fcall/ident/@value = 'search' and count(descendant::string_embexpr) = 0]/descendant::tstring_content") end # Create a match from the specified node. def match(node) raise_unless_xpath!(node) pos = node.xpath("descendant::pos").first return nil if pos.nil? { matched: node.respond_to?(:name) ? node.name : "", line: pos["line"].to_i, column: pos["column"].to_i } end # Read the AST for the given Ruby source file def read_ast(file) @ast_cache ||= Rufus::Lru::Hash.new(5) if @ast_cache.include?(file) @ast_cache[file] else @ast_cache[file] = uncached_read_ast(file) end end # Retrieve a single-valued attribute from the specified resource. def resource_attribute(resource, name) raise ArgumentError, "Attribute name cannot be empty" if name.empty? resource_attributes(resource)[name.to_s] end # Retrieve all attributes from the specified resource. def resource_attributes(resource, options = {}) atts = {} name = resource_name(resource, options) atts[:name] = name unless name.empty? atts.merge!(normal_attributes(resource, options)) atts.merge!(block_attributes(resource)) atts end # Resources keyed by type, with an array of matching nodes for each. def resource_attributes_by_type(ast) result = {} resources_by_type(ast).each do |type, resources| result[type] = resources.map do |resource| resource_attributes(resource) end end result end # Retrieve the name attribute associated with the specified resource. def resource_name(resource, options = {}) raise_unless_xpath!(resource) options = { return_expressions: false }.merge(options) if options[:return_expressions] name = resource.xpath("command/args_add_block") if name.xpath("descendant::string_add").size == 1 && name.xpath("descendant::string_literal").size == 1 && name.xpath( "descendant::*[self::call or self::string_embexpr]").empty? name.xpath("descendant::tstring_content/@value").to_s else name end else # Preserve existing behaviour resource.xpath("string(command//tstring_content/@value)") end end # Resources in an AST, keyed by type. def resources_by_type(ast) raise_unless_xpath!(ast) result = Hash.new { |hash, key| hash[key] = Array.new } find_resources(ast).each do |resource| result[resource_type(resource)] << resource end result end # Return the type, e.g. 'package' for a given resource def resource_type(resource) raise_unless_xpath!(resource) type = resource.xpath("string(command/ident/@value)") if type.empty? raise ArgumentError, "Provided AST node is not a resource" end type end # Does the provided string look like ruby code? def ruby_code?(str) str = str.to_s return false if str.empty? checker = FoodCritic::ErrorChecker.new(str) checker.parse !checker.error? end # Searches performed by the provided AST. def searches(ast) return [] unless ast.respond_to?(:xpath) ast.xpath("//fcall/ident[@value = 'search']") end # The list of standard cookbook sub-directories. # # @since 1.0.0 # @return [array] array of all default sub-directories in a cookbook def standard_cookbook_subdirs %w{attributes definitions files libraries providers recipes resources templates} end # Platforms declared as supported in cookbook metadata. Returns an array # of hashes containing the name and version constraints for each platform. # # @param ast [Nokogiri::XML::Node] Document to search from. # @return [Array] def supported_platforms(ast) # Find the supports() method call. platforms_ast = field(ast, "supports") # Look for the first argument (the node next to the top args_new) and # filter out anything with a string_embexpr since that can't be parsed # statically. Then grab the static value for both strings and symbols, and # finally combine it with the word list (%w{}) analyzer. platforms = platforms_ast.xpath("(.//args_new)[1]/../*[not(.//string_embexpr)]").xpath(".//tstring_content|.//symbol/ident") | word_list_values(platforms_ast) platforms.map do |platform| # For each platform value, look for all arguments after the first, then # extract the string literal value. versions = platform.xpath("ancestor::args_add[not(args_new)]/*[position()=2]//tstring_content/@value") { platform: platform["value"].lstrip, versions: versions.map(&:to_s) } end.sort_by { |p| p[:platform] } end # Template filename def template_file(resource) if resource["source"] resource["source"] elsif resource[:name] if resource[:name].respond_to?(:xpath) resource[:name] else "#{File.basename(resource[:name])}.erb" end end end def templates_included(all_templates, template_path, depth = 1) raise RecursedTooFarError.new(template_path) if depth > 10 partials = read_ast(template_path).xpath('//*[self::command or child::fcall][descendant::ident/@value="render"]//args_add/ string_literal//tstring_content/@value').map { |p| p.to_s } Array(template_path) + partials.map do |included_partial| partial_path = Array(all_templates).find do |path| (Pathname.new(template_path).dirname + included_partial).to_s == path end if partial_path Array(partial_path) + templates_included(all_templates, partial_path, depth + 1) end end.flatten.uniq.compact end # Templates in the current cookbook def template_paths(recipe_path) Dir.glob(Pathname.new(recipe_path).dirname.dirname + "templates" + "**/*", File::FNM_DOTMATCH).select do |path| File.file?(path) end.reject do |path| File.basename(path) == ".DS_Store" || File.extname(path) == ".swp" end end # Give a filename path it returns the hash of the JSON contents # # @author Tim Smith - tsmith@chef.io # @since 11.0 # @param filename [String] path to a file in JSON format # @return [Hash] hash of JSON content def json_file_to_hash(filename) raise "File #{filename} not found" unless File.exist?(filename) file = File.read(filename) begin FFI_Yajl::Parser.parse(file) rescue FFI_Yajl::ParseError raise "File #{filename} does not appear to contain valid JSON" end end private def block_attributes(resource) # The attribute value may alternatively be a block, such as the meta # conditionals `not_if` and `only_if`. atts = {} resource.xpath("do_block/descendant::method_add_block[ count(ancestor::do_block) = 1][brace_block | do_block]").each do |batt| att_name = batt.xpath("string(method_add_arg/fcall/ident/@value)") if att_name && !att_name.empty? && batt.children.length > 1 atts[att_name] = batt.children[1] end end atts end def block_depth(resource) resource.path.split("/").group_by { |e| e }["method_add_block"].size end # Recurse the nested arrays provided by Ripper to create a tree we can more # easily apply expressions to. def build_xml(node, doc = nil, xml_node = nil) doc, xml_node = xml_document(doc, xml_node) if node.respond_to?(:each) node.each do |child| if position_node?(child) xml_position_node(doc, xml_node, child) else if ast_node_has_children?(child) # The AST structure is different for hashes so we have to treat # them separately. if ast_hash_node?(child) xml_hash_node(doc, xml_node, child) else xml_array_node(doc, xml_node, child) end else xml_node["value"] = child.to_s unless child.nil? end end end end xml_node end def extract_attribute_value(att, options = {}) if !att.xpath("args_add_block[count(descendant::args_add)>1]").empty? att.xpath("args_add_block").first elsif !att.xpath('args_add_block/args_add/ var_ref/kw[@value="true" or @value="false"]').empty? att.xpath('string(args_add_block/args_add/ var_ref/kw/@value)') == "true" elsif !att.xpath("descendant::assoc_new").empty? att.xpath("descendant::assoc_new") elsif !att.xpath("descendant::int").empty? att.xpath("descendant::int/@value").to_s elsif att.xpath("descendant::symbol").empty? if options[:return_expressions] && (att.xpath("descendant::string_add").size != 1 || att.xpath('descendant::*[self::call or self::string_embexpr]').any?) att else att.xpath("string(descendant::tstring_content/@value)") end else att.xpath("string(descendant::symbol/ident/@value)").to_sym end end def ignore_attributes_xpath(ignores) Array(ignores).map do |ignore| "[count(descendant::*[@value='#{ignore}']) = 0]" end.join end def node_method?(meth, cookbook_dir) chef_dsl_methods.include?(meth) || patched_node_method?(meth, cookbook_dir) end def normal_attributes(resource, options = {}) atts = {} resource.xpath('do_block/descendant::*[self::command or self::method_add_arg][count(ancestor::do_block) >= 1]').each do |att| blocks = att.xpath("ancestor::method_add_block/method_add_arg/fcall") next if blocks.any? { |a| block_depth(a) > block_depth(resource) } att_name = att.xpath('string(ident/@value | fcall/ident[@value="variables"]/@value)') unless att_name.empty? atts[att_name] = extract_attribute_value(att, options) end end atts end def patched_node_method?(meth, cookbook_dir) return false if cookbook_dir.nil? || !Dir.exist?(cookbook_dir) # TODO: Modify this to work with multiple cookbook paths cbk_tree_path = Pathname.new(File.join(cookbook_dir, "..")) libs = Dir[File.join(cbk_tree_path.realpath, "*/libraries/*.rb")] libs.any? do |lib| !read_ast(lib).xpath(%Q{//class[count(descendant::const[@value='Chef']) > 0][count(descendant::const[@value='Node']) > 0]/descendant::def/ ident[@value='#{meth}']}).empty? end end def raise_unless_xpath!(ast) unless ast.respond_to?(:xpath) raise ArgumentError, "AST must support #xpath" end end def uncached_read_ast(file) source = if file.to_s.split(File::SEPARATOR).include?("templates") template_expressions_only(file) else File.read(file).encode("utf-8", "binary", :undef => :replace) end begin build_xml(Ripper::SexpBuilder.new(source).parse) rescue RuntimeError => e # this generally means bad encoding raise "Could not parse the file at #{file}. #{e}" end end # XPath custom function class AttFilter def is_att_type(value) return [] unless value.respond_to?(:select) value.select do |n| %w{ automatic_attrs default default! default_unless force_default force_default! force_override force_override! node normal normal! normal_unless override override! override_unless set set_unless }.include?(n.to_s) end end end def standard_attribute_access(ast, options) if options[:type] == :any [:string, :symbol].map do |type| standard_attribute_access(ast, options.merge(type: type)) end.inject(:+) else type = if options[:type] == :string "tstring_content" else "*[self::symbol or self::dyna_symbol]" end expr = "//*[self::aref_field or self::aref][count(method_add_arg) = 0]" expr += '[count(is_att_type(descendant::var_ref/ident/@value)) = count(descendant::var_ref/ident/@value)]' expr += "[is_att_type(descendant::ident" expr += "[not(ancestor::aref/call)]" if options[:ignore_calls] expr += "/@value)]" expr += ignore_attributes_xpath(options[:ignore]) expr += "/descendant::#{type}" if options[:type] == :string expr += "[count(ancestor::dyna_symbol) = 0]" end ast.xpath(expr, AttFilter.new).sort end end def template_expressions_only(file) exprs = Template::ExpressionExtractor.new.extract( File.read(file).encode("utf-8", "binary", :undef => :replace) ) lines = Array.new(exprs.map { |e| e[:line] }.max || 0, "") exprs.each do |e| lines[e[:line] - 1] += ";" unless lines[e[:line] - 1].empty? lines[e[:line] - 1] += e[:code] end lines.join("\n") end def vivified_attribute_access(ast, options = {}) calls = ast.xpath(%Q{//*[self::call or self::field] [is_att_type(vcall/ident/@value) or is_att_type(var_ref/ident/@value)] #{ignore_attributes_xpath(options[:ignore])} [@value='.'][count(following-sibling::arg_paren) = 0]}, AttFilter.new) calls.select do |call| call.xpath("aref/args_add_block").size == 0 && (call.xpath("descendant::ident").size > 1 && !node_method?(call.xpath("ident/@value").to_s.to_sym, options[:cookbook_dir])) end.sort end def word_list_values(ast, xpath = nil) # Find the node for the field argument variable. (e.g. given `foo d`, find `d`) var_ref = ast.xpath("#{xpath ? xpath + '/' : ''}descendant::var_ref/ident") if var_ref.empty? # The field is either a static value, or took no arguments, or something # more complex than we care to evaluate. Nokogiri::XML::NodeSet.new(ast.document) else # Look back out the tree for a method_add_block which contains a block # variable matching the field argument variable, and then drill down to # all the literal content nodes. ast.xpath(%Q{ancestor::method_add_block[//block_var//ident/@value='#{var_ref.first['value']}']/call//tstring_content}) end end end end foodcritic-13.1.1/lib/foodcritic/command_line.rb0000644000004100000410000001501613300102713021610 0ustar www-datawww-datamodule FoodCritic # Command line parsing. class CommandLine def self.main(argv = ARGV, out = $stdout) cmd_line = CommandLine.new(argv) review, status = Linter.run(cmd_line) printer = cmd_line.show_context? ? ContextOutput.new(out) : SummaryOutput.new(out) printer.output(review) status.to_i end # Create a new instance of CommandLine # # @param [Array] args The command line arguments def initialize(args) @args = args @original_args = args.dup @options = { fail_tags: ["~opensource"], tags: [], include_rules: [], cookbook_paths: [], role_paths: [], environment_paths: [], exclude_paths: ["test/**/*", "spec/**/*", "features/**/*"], progress: true, } @parser = OptionParser.new do |opts| opts.banner = "foodcritic [cookbook_paths]" opts.on("-t", "--tags TAGS", "Check against (or exclude ~) rules with the "\ "specified tags.") do |t| @options[:tags] << t end opts.on("-l", "--list", "List all enabled rules and their descriptions.") do |t| @options[:list] = t end opts.on("-f", "--epic-fail TAGS", "Fail the build based on tags. Default of 'any' to fail "\ "on all warnings.") do |t| @options[:fail_tags] << t end opts.on("-c", "--chef-version VERSION", "Only check against rules valid for this version "\ "of Chef.") do |c| @options[:chef_version] = c end opts.on("-r", "--rule-file PATH", "Specify file with rules to be used or ignored ") do |c| @options[:rule_file] = c end opts.on("-B", "--cookbook-path PATH", "Cookbook path(s) to check.") do |b| @options[:cookbook_paths] << b end opts.on("-C", "--[no-]context", "Show lines matched against rather than the "\ "default summary.") do |c| @options[:context] = c end opts.on("-E", "--environment-path PATH", "Environment path(s) to check.") do |e| @options[:environment_paths] << e end opts.on("-I", "--include PATH", "Additional rule file path(s) to load.") do |i| @options[:include_rules] << i end opts.on("-G", "--search-gems", "Search rubygems for rule files with the path "\ "foodcritic/rules/**/*.rb") do |g| @options[:search_gems] = true end opts.on("-P", "--[no-]progress", "Show progress of files being checked. default: true") do |q| @options[:progress] = q end opts.on("-R", "--role-path PATH", "Role path(s) to check.") do |r| @options[:role_paths] << r end opts.on("-S", "--search-grammar PATH", "Specify grammar to use when validating search syntax.") do |s| @options[:search_grammar] = s end opts.on("-V", "--version", "Display the foodcritic version.") do |v| @options[:version] = true end opts.on("-X", "--exclude PATH", "Exclude path(s) from being linted. PATH is relative to the cookbook, not an absolute PATH. Default test/**/*,spec/**/*,features/**/*") do |e| options[:exclude_paths] << e end end # -v is not implemented but OptionParser gives the Foodcritic's version # if that flag is passed if args.include? "-v" help else begin @parser.parse!(args) unless show_help? rescue OptionParser::InvalidOption => e e.recover args end end end # Show the command help to the end user? # # @return [Boolean] True if help should be shown. def show_help? @args.length == 1 && @args.first == "--help" end # The help text. # # @return [String] Help text describing the command-line options available. def help @parser.help end # Show the current version to the end user? # # @return [Boolean] True if the version should be shown. def show_version? @options.key?(:version) end # Just list enabled rules, don't actually run a lint check? # # @return [Boolean] True if a rule listing is requested. def list_rules? @options.key?(:list) end # The version string. # # @return [String] Current installed version. def version "foodcritic #{FoodCritic::VERSION}" end # If the paths provided are valid # # @return [Boolean] True if the paths exist. def valid_paths? paths = options[:cookbook_paths] + options[:role_paths] + options[:environment_paths] paths.any? && paths.all? { |path| File.exist?(path) } end # Is the search grammar specified valid? # # @return [Boolean] True if the grammar has not been provided or can be # loaded. def valid_grammar? return true unless options.key?(:search_grammar) return false unless File.exist?(options[:search_grammar]) search = FoodCritic::Chef::Search.new search.create_parser([options[:search_grammar]]) search.parser? end # The cookbook paths to check # # @return [Array] Path(s) to the cookbook(s) being checked. def cookbook_paths @args + Array(@options[:cookbook_paths]) end # The role paths to check # # @return [Array] Path(s) to the role directories being checked. def role_paths Array(@options[:role_paths]) end # The environment paths to check # # @return [Array] Path(s) to the environment directories checked. def environment_paths Array(@options[:environment_paths]) end # If matches should be shown with context rather than the default summary # display. # # @return [Boolean] True if matches should be shown with context. def show_context? @options[:context] end # Parsed command-line options # # @return [Hash] The parsed command-line options. def options original_options.merge( { cookbook_paths: cookbook_paths, role_paths: role_paths, environment_paths: environment_paths, } ) end # The original command-line options # # @return [Hash] The original command-line options. def original_options @options end end end foodcritic-13.1.1/lib/foodcritic/notifications.rb0000644000004100000410000001436313300102713022040 0ustar www-datawww-datamodule FoodCritic # This module contains the logic for the parsing of # [Chef Notifications] # (http://docs.chef.io/resource_common.html#notifications). module Notifications # Extracts notification details from the provided AST, returning an # array of notification hashes. # # template "/etc/www/configures-apache.conf" do # notifies :restart, "service[apache]" # end # # => [{:resource_name=>"apache", # :resource_type=>:service, # :type=>:notifies, # :style=>:new, # :action=>:restart, # :timing=>:delayed}] # def notifications(ast) # Sanity check the AST provided. return [] unless ast.respond_to?(:xpath) # We are mapping each `notifies` or `subscribes` line in the provided # AST to a Hash with the extracted details. notification_nodes(ast).map do |notify| # Chef supports two styles of notification. notified_resource = if new_style_notification?(notify) # `notifies :restart, "service[foo]"` new_style_notification(notify) else # `notifies :restart, resources(service: "foo")` old_style_notification(notify) end # Ignore if the notification was not parsed next unless notified_resource # Now merge the extract notification details with the attributes # that are common to both styles of notification. notified_resource.merge( { # The `:type` of notification: `:subscribes` or `:notifies`. type: notification_type(notify), # The `:style` of notification: `:new` or `:old`. style: new_style_notification?(notify) ? :new : :old, # The target resource action. action: notification_action(notify), # The notification timing: `:before`, `:immediate` or `:delayed`. timing: notification_timing(notify), } ) end.compact end private # Extract the `:resource_name` and `:resource_type` from a new-style # notification. def new_style_notification(notify) # Given `notifies :restart, "service[foo]"` the target is the # `"service[foo]"` string portion. target_path = 'args_add_block/args_add/descendant:: tstring_content[count(ancestor::dyna_symbol) = 0]/@value' target = notify.xpath("arg_paren/#{target_path} | #{target_path}").to_s # Test the target string against the standard syntax for a new-style # notification: `resource_type[resource_name]`. match = target.match(/^([^\[]+)\[(.*)\]$/) return nil unless match # Convert the captured resource type and name to symbols. resource_type, resource_name = match.captures.tap { |m| m[0] = m[0].to_sym } # Normally the `resource_name` will be a simple string. However in the # case where it has an embedded sub-expression then we will return the # AST to the caller to handle. if notify.xpath("descendant::string_embexpr").empty? return nil if resource_name.empty? else resource_name = notify.xpath("args_add_block/args_add/string_literal") end { resource_name: resource_name, resource_type: resource_type } end # Extract the `:resource_name` and `:resource_type` from an old-style # notification. def old_style_notification(notify) resources = resource_hash_references(notify) resource_type = resources.xpath("symbol[1]/ident/@value").to_s.to_sym if resource_type.empty? resource_type = resources.xpath("label/@value").to_s.chop.to_sym end resource_name = resources.xpath('string_add[1][count(../ descendant::string_add) = 1]/tstring_content/@value').to_s resource_name = resources if resource_name.empty? { resource_name: resource_name, resource_type: resource_type } end def notification_timing(notify) # The notification timing should be the last symbol # on the notifies element. timing = notify.xpath('args_add_block/args_add/symbol_literal[last()]/ symbol/ident[1]/@value') if timing.empty? # "By default, notifications are :delayed" :delayed else case timing.first.to_s.to_sym # Both forms are valid, but we return `:immediate` for both to avoid # the caller having to recognise both. when :immediately, :immediate then :immediate # Pass the timing through unmodified if we don't recognise it. else timing.first.to_s.to_sym end end end def new_style_notification?(notify) resource_hash_references(notify).empty? end # return the notification action as either a symbol or string or nil if it's a variable. # Yes you can notify an action as a string but it's wrong and we want to return it as # a string so we can tell people not to do that. def notification_action(notify) is_variable = true unless notify.xpath("args_add_block/args_add//args_add[aref or vcall or call or var_ref]").empty? string_val = notify.xpath("descendant::args_add/string_literal/string_add/tstring_content/@value").first symbol_val = notify.xpath('descendant::args_add/args_add//symbol/ident/@value | descendant::dyna_symbol[1]/xstring_add/tstring_content/@value').first # 1) return a nil if the action is a variable like node['foo']['bar'] # 2) return the symbol if it exists # 3) return the string since we're positive that we're not a symbol or variable return nil if is_variable return symbol_val.value.to_sym unless symbol_val.nil? string_val.value end def notification_nodes(ast, &block) type_path = '[ident/@value="notifies" or ident/@value="subscribes"]' ast.xpath("descendant::command#{type_path} | descendant::method_add_arg[fcall#{type_path}]") end def notification_type(notify) notify.xpath("ident/@value[1] | fcall/ident/@value[1]").to_s.to_sym end def resource_hash_references(ast) ast.xpath('descendant::method_add_arg[fcall/ident/ @value="resources"]/descendant::assoc_new') end end end foodcritic-13.1.1/lib/foodcritic/domain.rb0000644000004100000410000000544513300102713020437 0ustar www-datawww-datarequire "cucumber/core/gherkin/tag_expression" module FoodCritic # A warning of a possible issue class Warning attr_reader :rule, :match, :is_failed # Create a new warning. # # Warning.new(rule, :filename => 'foo/recipes.default.rb', # :line => 5, :column=> 40) # def initialize(rule, match = {}, options = {}) @rule, @match = rule, match @is_failed = if options[:fail_tags].empty? false else rule.matches_tags?(options[:fail_tags]) end end # If this warning has failed or not. def failed? @is_failed end end # Simple container for rule listings. class RuleList attr_reader :rules def initialize(rules = []) @rules = rules end def to_s @rules.sort_by(&:code). map { |r| r.to_s }.join("\n") end end # The collected warnings (if any) raised against a cookbook tree. class Review attr_reader :cookbook_paths, :warnings def initialize(cookbook_paths, warnings) @cookbook_paths = Array(cookbook_paths) @warnings = warnings end # If any of the warnings in this review have failed or not. def failed? warnings.any? { |w| w.failed? } end # Returns an array of warnings that are marked as failed. def failures warnings.select { |w| w.failed? } end # Returns a string representation of this review. This representation is # liable to change. def to_s # Sorted by filename and line number. # # FC123: My rule name: foo/recipes/default.rb @warnings.map do |w| ["#{w.rule.code}: #{w.rule.name}: #{w.match[:filename]}", w.match[:line].to_i] end.sort do |x, y| x.first == y.first ? x[1] <=> y[1] : x.first <=> y.first end.map { |w| "#{w.first}:#{w[1]}" }.uniq.join("\n") end end # A rule to be matched against. class Rule attr_accessor :code, :name, :applies_to, :cookbook, :attributes, :recipe, :provider, :resource, :metadata, :library, :template, :role, :environment attr_writer :tags def initialize(code, name) @code, @name = code, name @tags = [code] @applies_to = Proc.new { |version| true } end # The tags associated with this rule. Rule is always tagged with the tag # `any` and the rule code. def tags ["any"] + @tags end # Checks the rule tags to see if they match a Gherkin (Cucumber) expression def matches_tags?(tag_expr) Cucumber::Core::Gherkin::TagExpression.new(tag_expr).evaluate( tags.map { |tag| Cucumber::Core::Ast::Tag.new(nil, tag) } ) end # Returns a string representation of this rule. def to_s "#{@code}: #{@name}" end end end foodcritic-13.1.1/lib/foodcritic.rb0000644000004100000410000000133613300102713017163 0ustar www-datawww-dataEncoding.default_external = Encoding::UTF_8 Encoding.default_internal = Encoding::UTF_8 require "pathname" require "cucumber/core" require "treetop" require "ripper" require "ffi_yajl" require "erubis" require_relative "foodcritic/chef" require_relative "foodcritic/command_line" require_relative "foodcritic/domain" require_relative "foodcritic/error_checker" require_relative "foodcritic/notifications" require_relative "foodcritic/ast" require_relative "foodcritic/xml" require_relative "foodcritic/api" require_relative "foodcritic/dsl" require_relative "foodcritic/linter" require_relative "foodcritic/output" require_relative "foodcritic/rake_task" require_relative "foodcritic/template" require_relative "foodcritic/version" foodcritic-13.1.1/chef_dsl_metadata/0000755000004100000410000000000013300102713017347 5ustar www-datawww-datafoodcritic-13.1.1/chef_dsl_metadata/chef_13.6.0.json0000644000004100000410000161607513300102713021774 0ustar www-datawww-data{ "dsl_methods": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "[]", "__id__", "__send__", "a_to_s", "add_machine_options", "aix_user", "apply_expansion_attributes", "apt_package", "apt_preference", "apt_repository", "apt_update", "assert_valid_windows_architecture!", "attribute", "attribute?", "attributes", "automatic_attrs", "automatic_attrs=", "bash", "batch", "bff_package", "breakpoint", "build_resource", "cab_package", "chef_acl", "chef_client", "chef_container", "chef_data_bag", "chef_data_bag_item", "chef_environment", "chef_environment=", "chef_gem", "chef_group", "chef_mirror", "chef_node", "chef_organization", "chef_role", "chef_server_rest", "chef_server_rest=", "chef_user", "chocolatey_package", "class", "class_from_file", "clean_array", "clone", "constantize", "construct_attributes", "consume_attributes", "consume_chef_environment", "consume_external_attrs", "consume_ohai_data", "consume_run_list", "control_group", "convert_to_class_name", "convert_to_snake_case", "cookbook_file", "create", "cron", "csh", "current_image_options", "current_machine_options", "data_bag", "data_bag_item", "dclone", "declare_resource", "default", "default!", "default_attrs", "default_attrs=", "default_unless", "define_singleton_method", "delete_resource", "delete_resource!", "deploy", "deploy_branch", "deploy_revision", "destroy", "directory", "disable_wow64_file_redirection", "display", "display_hash", "dnf_package", "docker?", "dpkg_package", "dsc_resource", "dsc_script", "dscl_user", "dup", "each", "each_attribute", "each_key", "each_value", "edit_resource", "edit_resource!", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "eql?", "equal?", "erl_call", "evaluate_resource_definition", "execute", "expand!", "extend", "ffi_yajl", "file", "filename_to_qualified_string", "find_resource", "find_resource!", "for_json", "force_default!", "force_override!", "forced_32bit_override_required?", "freebsd_package", "freeze", "from_file", "frozen?", "gem", "gem_package", "get_private_key", "git", "group", "has_key?", "has_resource_definition?", "hash", "homebrew_package", "http_request", "ifconfig", "include_attribute", "include_recipe", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "ips_package", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key?", "keys", "kind_of?", "ksh", "l_w_r_p_base", "launchd", "lazy", "link", "linux_user", "load_balancer", "load_recipe", "loaded_recipe", "log", "machine", "machine_batch", "machine_execute", "machine_file", "machine_image", "macosx_service", "macports_package", "mdadm", "method", "method_missing", "methods", "mount", "msu_package", "name", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normal", "normal!", "normal_attrs", "normal_attrs=", "normal_unless", "normalize_snake_case_name", "notifying_block", "object_id", "ohai", "openbsd_package", "osx_config_profile", "osx_profile", "override", "override!", "override_attrs", "override_attrs=", "override_runlist", "override_runlist=", "override_unless", "package", "pacman_package", "paludis_package", "parse_attribute_file_spec", "perl", "platform?", "platform_family?", "policy_group", "policy_group=", "policy_name", "policy_name=", "portage_package", "powershell_out", "powershell_out!", "powershell_package", "powershell_script", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "primary_runlist", "private_key", "private_methods", "protected_methods", "ps_credential", "psych_to_yaml", "public_key", "public_method", "public_methods", "public_send", "pw_user", "python", "read", "read!", "reboot", "reboot_pending?", "recipe?", "recipe_list", "recipe_list=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key", "registry_key_exists?", "registry_value_exists?", "remote_directory", "remote_file", "remove_instance_variable", "require_recipe", "reset_defaults_and_overrides", "respond_to?", "restore_wow64_file_redirection", "rm", "rm_default", "rm_normal", "rm_override", "role?", "route", "rpm_package", "ruby", "ruby_block", "run_context", "run_context=", "run_list", "run_list=", "run_list?", "run_state", "run_state=", "sanitized_path", "save", "scm", "script", "search", "select_run_list", "send", "service", "set", "set_cookbook_attribute", "set_or_return", "set_unless", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "singleton_class", "singleton_method", "singleton_methods", "smartos_package", "snake_case_basename", "solaris_package", "solaris_user", "subcontext_block", "subversion", "systemd_unit", "tag", "tags", "taint", "tainted?", "tap", "template", "timestamped_deploy", "to_enum", "to_hash", "to_json", "to_s", "to_yaml", "to_yaml_properties", "trust", "unlink", "unlink!", "untaint", "untrust", "untrusted?", "update_from!", "user", "user_resource_abstract_base_class", "valid_windows_architecture?", "validate", "value_for_platform", "value_for_platform_family", "whyrun_safe_ruby_block", "windows_package", "windows_path", "windows_script", "windows_service", "windows_task", "windows_user", "with_chef_data_bag", "with_chef_data_bag_item_encryption", "with_chef_environment", "with_chef_local_server", "with_chef_server", "with_driver", "with_image_options", "with_machine_options", "with_os_architecture", "with_run_context", "wow64_architecture_override_required?", "wow64_directory", "write", "write!", "yum_package", "yum_repository", "zypper_package", "zypper_repo", "zypper_repository" ], "node_methods": [ "!", "!=", "!~", "<", "<=", "<=>", "==", "===", "=~", ">", ">=", "[]", "[]=", "__id__", "__node__", "__path__", "__precedence__", "__root__", "__send__", "a_to_s", "all?", "any?", "apply_expansion_attributes", "assert_valid_windows_architecture!", "assoc", "attribute", "attribute?", "attributes", "automatic", "automatic=", "automatic_attrs", "automatic_attrs=", "chef_environment", "chef_environment=", "chef_server_rest", "chef_server_rest=", "chunk", "chunk_while", "class", "class_from_file", "clean_array", "clear", "clone", "collect", "collect!", "collect_concat", "combined_default", "combined_override", "compact", "compact!", "compare_by_identity", "compare_by_identity?", "constantize", "construct_attributes", "consume_attributes", "consume_chef_environment", "consume_external_attrs", "consume_ohai_data", "consume_run_list", "convert_to_class_name", "convert_to_snake_case", "convert_value", "count", "create", "cycle", "dclone", "debug_value", "deep_merge_cache", "deep_merge_cache=", "default", "default!", "default=", "default_attrs", "default_attrs=", "default_proc", "default_proc=", "default_unless", "define_singleton_method", "delete", "delete_if", "destroy", "detect", "dig", "disable_wow64_file_redirection", "display", "display_hash", "docker?", "drop", "drop_while", "dup", "each", "each_attribute", "each_cons", "each_entry", "each_key", "each_pair", "each_slice", "each_value", "each_with_index", "each_with_object", "empty?", "enforce_path_sanity", "entries", "enum_for", "env_default", "env_default=", "env_override", "env_override=", "environment", "eql?", "equal?", "except", "exist?", "expand!", "extend", "fetch", "fetch_values", "ffi_yajl", "filename_to_qualified_string", "find", "find_all", "find_index", "first", "flat_map", "flatten", "for_json", "force_default", "force_default!", "force_default=", "force_override", "force_override!", "force_override=", "forced_32bit_override_required?", "freeze", "from_file", "frozen?", "gem", "grep", "grep_v", "group_by", "has_key?", "has_value?", "hash", "immutablize", "include?", "include_attribute", "index", "inject", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "internal_set", "invert", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_if", "key", "key?", "keys", "kind_of?", "lazy", "length", "loaded_recipe", "map", "map!", "max", "max_by", "member?", "merge", "merge!", "merged_attributes", "method", "method_missing", "methods", "min", "min_by", "minmax", "minmax_by", "name", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "none?", "normal", "normal!", "normal=", "normal_attrs", "normal_attrs=", "normal_unless", "normalize_snake_case_name", "object_id", "one?", "override", "override!", "override=", "override_attrs", "override_attrs=", "override_runlist", "override_runlist=", "override_unless", "parse_attribute_file_spec", "partition", "platform?", "platform_family?", "policy_group", "policy_group=", "policy_name", "policy_name=", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "primary_runlist", "private_methods", "protected_methods", "psych_to_yaml", "public_method", "public_methods", "public_send", "rassoc", "read", "read!", "recipe?", "recipe_list", "recipe_list=", "reduce", "regular_update", "regular_writer", "rehash", "reject", "reject!", "remove_instance_variable", "replace", "reset", "reset_cache", "reset_defaults_and_overrides", "respond_to?", "restore_wow64_file_redirection", "reverse_each", "rm", "rm_default", "rm_normal", "rm_override", "role?", "role_default", "role_default=", "role_override", "role_override=", "run_context", "run_context=", "run_list", "run_list=", "run_list?", "run_state", "run_state=", "sanitized_path", "save", "save_plist", "select", "select!", "select_run_list", "send", "set", "set_cookbook_attribute", "set_or_return", "set_unless", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "shift", "singleton_class", "singleton_method", "singleton_methods", "size", "slice_after", "slice_before", "slice_when", "snake_case_basename", "sort", "sort_by", "store", "stringify_keys!", "sum", "symbolize_keys", "tag", "tags", "taint", "tainted?", "take", "take_while", "tap", "to_a", "to_enum", "to_h", "to_hash", "to_json", "to_plist", "to_proc", "to_s", "to_set", "to_yaml", "to_yaml_properties", "transform_values", "transform_values!", "trust", "uniq", "unlink", "unlink!", "untaint", "untrust", "untrusted?", "update", "update_from!", "valid_windows_architecture?", "validate", "value?", "value_for_platform", "value_for_platform_family", "values", "values_at", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory", "write", "write!", "zip" ], "actions": { "apt_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "apt_preference": [ "add", "nothing", "remove" ], "apt_repository": [ "add", "nothing", "remove" ], "apt_update": [ "nothing", "periodic", "update" ], "bash": [ "nothing", "run" ], "batch": [ "nothing", "run" ], "bff_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "breakpoint": [ "break", "nothing" ], "cab_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "chef_gem": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "chocolatey_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "uninstall", "unlock", "upgrade" ], "cookbook_file": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "cron": [ "create", "delete", "nothing" ], "csh": [ "nothing", "run" ], "deploy": [ "deploy", "force_deploy", "nothing", "rollback" ], "deploy_branch": [ "deploy", "force_deploy", "nothing", "rollback" ], "deploy_revision": [ "deploy", "force_deploy", "nothing", "rollback" ], "directory": [ "create", "delete", "nothing" ], "dnf_package": [ "flush_cache", "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "dpkg_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "dsc_resource": [ "nothing", "run" ], "dsc_script": [ "nothing", "run" ], "env": [ "create", "delete", "modify", "nothing" ], "erl_call": [ "nothing", "run" ], "execute": [ "nothing", "run" ], "file": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "freebsd_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "gem_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "git": [ "checkout", "diff", "export", "log", "nothing", "sync" ], "group": [ "create", "manage", "modify", "nothing", "remove" ], "homebrew_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "http_request": [ "delete", "get", "head", "nothing", "options", "patch", "post", "put" ], "ifconfig": [ "add", "delete", "disable", "enable", "nothing" ], "ips_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "ksh": [ "nothing", "run" ], "launchd": [ "create", "create_if_missing", "delete", "disable", "enable", "nothing", "restart" ], "link": [ "create", "delete", "nothing" ], "log": [ "nothing", "write" ], "macosx_service": [ "disable", "enable", "mask", "nothing", "reload", "restart", "start", "stop", "unmask" ], "macports_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "mdadm": [ "assemble", "create", "nothing", "stop" ], "mount": [ "disable", "enable", "mount", "nothing", "remount", "umount", "unmount" ], "msu_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "ohai": [ "nothing", "reload" ], "openbsd_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "osx_profile": [ "install", "nothing", "remove" ], "package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "pacman_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "paludis_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "perl": [ "nothing", "run" ], "portage_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "powershell_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "powershell_script": [ "nothing", "run" ], "python": [ "nothing", "run" ], "reboot": [ "cancel", "nothing", "reboot_now", "request_reboot" ], "registry_key": [ "create", "create_if_missing", "delete", "delete_key", "nothing" ], "remote_directory": [ "create", "create_if_missing", "delete", "nothing" ], "remote_file": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "route": [ "add", "delete", "nothing" ], "rpm_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "ruby": [ "nothing", "run" ], "ruby_block": [ "create", "nothing", "run" ], "scm": [ "checkout", "diff", "export", "log", "nothing", "sync" ], "script": [ "nothing", "run" ], "service": [ "disable", "enable", "mask", "nothing", "reload", "restart", "start", "stop", "unmask" ], "smartos_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "solaris_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "subversion": [ "checkout", "diff", "export", "force_export", "log", "nothing", "sync" ], "systemd_unit": [ "create", "delete", "disable", "enable", "mask", "nothing", "reload", "reload_or_restart", "reload_or_try_restart", "restart", "start", "stop", "try_restart", "unmask" ], "template": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "timestamped_deploy": [ "deploy", "force_deploy", "nothing", "rollback" ], "unresolved_subscribes": [ "nothing" ], "user": [ "create", "lock", "manage", "modify", "nothing", "remove", "unlock" ], "whyrun_safe_ruby_block": [ "create", "nothing", "run" ], "windows_path": [ "add", "nothing", "remove" ], "windows_service": [ "configure_startup", "disable", "enable", "mask", "nothing", "reload", "restart", "start", "stop", "unmask" ], "windows_task": [ "create", "delete", "disable", "enable", "end", "nothing", "run" ], "yum_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "yum_repository": [ "add", "create", "delete", "makecache", "nothing", "remove" ], "zypper_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "zypper_repository": [ "add", "create", "nothing", "refresh", "remove" ] }, "attributes": { "apt_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "default_release", "default_release=", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "apt_preference": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "glob", "glob=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "package_name", "package_name=", "params", "params=", "pin", "pin=", "pin_priority", "pin_priority=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "apt_repository": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "arch", "arch=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "cache_rebuild", "cache_rebuild=", "class", "clean_array", "clone", "components", "components=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook=", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "deb_src", "deb_src=", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "distribution", "distribution=", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key", "key=", "key_proxy", "key_proxy=", "keyserver", "keyserver=", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "repo_name", "repo_name=", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "trusted", "trusted=", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri", "uri=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "apt_update": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frequency", "frequency=", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "bash": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "batch": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "bff_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "breakpoint": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "cab_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "chef_gem": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clear_sources", "clear_sources=", "clone", "compile_time", "compile_time=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gem_binary", "gem_binary=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "include_default_source", "include_default_source=", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "chocolatey_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "returns=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "cookbook_file": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "cron": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "day", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "home", "hour", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "mailto", "method", "method_missing", "methods", "minute", "month", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "path", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "time", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "weekday", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "csh": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "deploy": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "deploy_branch": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "deploy_revision": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "directory": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "recursive", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dnf_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allow_downgrade", "allowed_actions", "allowed_actions=", "arch", "arch=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flush_cache", "flush_cache=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dpkg_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dsc_resource": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "module_name", "module_version", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "properties", "property", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "ps_credential", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_action", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dsc_script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "command", "configuration_data", "configuration_data_script", "configuration_name", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "imports", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "ps_credential", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "env": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "delim", "delim=", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key_name", "key_name=", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value", "value=", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "erl_call": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "cookie", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "distributed", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "name_type", "nil?", "node", "node_name", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "execute": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "command", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "file": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "freebsd_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "supports_pkgng?", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "gem_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clear_sources", "clear_sources=", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gem_binary", "gem_binary=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "include_default_source", "include_default_source=", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "git": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "destination=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "reference", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_info_args", "svn_password", "svn_password=", "svn_username", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "group": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "append", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "excluded_members", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gid", "group_name", "group_name=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "members", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "non_unique", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "system", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "users", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "homebrew_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "homebrew_user", "homebrew_user=", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "http_request": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "headers", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "message", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "url", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ifconfig": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "bcast", "before_notifications", "bonding_opts", "bootproto", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "device", "device=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "ethtool_opts", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "hwaddr", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inet_addr", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "mask", "master", "method", "method_missing", "methods", "metric", "mtu", "name", "name=", "network", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "onboot", "only_if", "onparent", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "slave", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "target", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ips_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "accept_license", "accept_license=", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ksh": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "launchd": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "abandon_process_group", "abandon_process_group=", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "backup", "backup=", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook=", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "debug", "debug=", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "disabled", "disabled=", "display", "docker?", "dup", "elapsed_time", "enable_globbing", "enable_globbing=", "enable_transactions", "enable_transactions=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment_variables", "environment_variables=", "epic_fail", "eql?", "equal?", "events", "exit_timeout", "exit_timeout=", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "group=", "guard_interpreter", "hard_resource_limits", "hard_resource_limits=", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inetd_compatibility", "inetd_compatibility=", "inherits", "init_groups", "init_groups=", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_alive", "keep_alive=", "kind_of?", "label", "label=", "launch_only_once", "launch_only_once=", "lazy", "ld_group", "ld_group=", "limit_load_from_hosts", "limit_load_from_hosts=", "limit_load_to_hosts", "limit_load_to_hosts=", "limit_load_to_session_type", "limit_load_to_session_type=", "load_from", "lookup_provider_constant", "low_priority_io", "low_priority_io=", "mach_services", "mach_services=", "method", "method_missing", "methods", "mode", "mode=", "name", "name=", "nice", "nice=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "on_demand", "on_demand=", "only_if", "owner", "owner=", "params", "params=", "path", "path=", "platform?", "platform_family?", "plist_hash", "plist_hash=", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "process_type", "process_type=", "program", "program=", "program_arguments", "program_arguments=", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "queue_directories", "queue_directories=", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "root_directory", "root_directory=", "run_action", "run_at_load", "run_at_load=", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "session_type", "session_type=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "sockets", "sockets=", "soft_resource_limits", "soft_resource_limits=", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "standard_error_path", "standard_error_path=", "standard_in_path", "standard_in_path=", "standard_out_path", "standard_out_path=", "start_calendar_interval", "start_calendar_interval=", "start_interval", "start_interval=", "start_on_mount", "start_on_mount=", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "throttle_interval", "throttle_interval=", "time_out", "time_out=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "type", "type=", "umask", "umask=", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "username", "username=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "wait_for_debugger", "wait_for_debugger=", "watch_paths", "watch_paths=", "with_os_architecture", "working_directory", "working_directory=", "wow64_architecture_override_required?", "wow64_directory" ], "link": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "link_type", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "target_file", "target_file=", "to", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "log": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "level", "load_from", "lookup_provider_constant", "message", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "macosx_service": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "init_command", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "parameters", "params", "params=", "pattern", "platform?", "platform_family?", "plist", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "reload_command", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "run_levels", "running", "sanitized_path", "search", "send", "sensitive", "sensitive=", "service_name", "service_name=", "session_type", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_command", "state_for_resource_reporter", "status_command", "stop_command", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "macports_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "mdadm": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "bitmap", "chunk", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "devices", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "exists", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "layout", "lazy", "level", "load_from", "lookup_provider_constant", "metadata", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "raid_device", "raid_device=", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "mount": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "device", "device=", "device_type", "disable_wow64_file_redirection", "display", "docker?", "domain", "dump", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "fsck_device", "fstype", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mount_point", "mounted", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "params", "params=", "pass", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "username", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "msu_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ohai": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "ohai_name", "ohai_name=", "only_if", "params", "params=", "platform?", "platform_family?", "plugin", "plugin=", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "openbsd_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "osx_profile": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identifier", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "path", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "profile", "profile_name", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "pacman_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "paludis_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "perl": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "portage_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "powershell_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "powershell_script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_boolean_return", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "python": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "reboot": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delay_mins", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reason", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "registry_key": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key", "key=", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "recursive", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "unscrubbed_values", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "values", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "remote_directory": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "files_backup", "files_group", "files_mode", "files_owner", "files_rights", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "overwrite", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge", "reboot_pending?", "recipe_name", "recipe_name=", "recursive", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "remote_file": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "ftp_active_mode", "gem", "group", "guard_interpreter", "hash", "headers", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "parse_source_args", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote_domain", "remote_domain=", "remote_password", "remote_password=", "remote_user", "remote_user=", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "show_progress", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "use_conditional_get", "use_etag", "use_etags", "use_last_modified", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "route": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "device", "device=", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "domainname", "domainname=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gateway", "gateway=", "gem", "guard_interpreter", "hash", "hostname", "hostname=", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "metric", "metric=", "name", "name=", "netmask", "netmask=", "networking", "networking=", "networking_ipv6", "networking_ipv6=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "route_type", "route_type=", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "target", "target=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "rpm_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allow_downgrade", "allow_downgrade=", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ruby": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ruby_block": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "block", "block_name", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "scm": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "destination=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repository", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_info_args", "svn_password", "svn_password=", "svn_username", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "service": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "init_command", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "parameters", "params", "params=", "pattern", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "reload_command", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "run_levels", "running", "sanitized_path", "search", "send", "sensitive", "sensitive=", "service_name", "service_name=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_command", "state_for_resource_reporter", "status_command", "stop_command", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "smartos_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "solaris_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "subversion": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "destination=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repository", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_binary", "svn_info_args", "svn_password", "svn_password=", "svn_username", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "systemd_unit": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "active", "active=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enabled=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "masked=", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "static", "static=", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_ini", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "triggers_reload", "triggers_reload=", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verify", "verify=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "template": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "helper", "helper_modules", "helpers", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inline_helper_blocks", "inline_helper_modules", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "local", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "variables", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "timestamped_deploy": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "unresolved_subscribes": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "user": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "comment", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "force", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gid", "group", "guard_interpreter", "hash", "home", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "iterations", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_home", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "non_unique", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "salt", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "system", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "uid", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "username", "username=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "whyrun_safe_ruby_block": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "block", "block_name", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "installer_type", "installer_type=", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote_file_attributes", "remote_file_attributes=", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "returns=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_path": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_service": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "init_command", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "parameters", "params", "params=", "pattern", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "reload_command", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_as_password", "run_as_user", "run_context", "run_context=", "run_levels", "running", "sanitized_path", "search", "send", "sensitive", "sensitive=", "service_name", "service_name=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_command", "startup_type", "state_for_resource_reporter", "status_command", "stop_command", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_task": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "cwd=", "data_bag", "data_bag_item", "day", "day=", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enabled=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "execution_time_limit", "execution_time_limit=", "exists", "exists=", "extend", "ffi_yajl", "filename_to_qualified_string", "force", "force=", "forced_32bit_override_required?", "freeze", "frequency", "frequency=", "frequency_modifier", "frequency_modifier=", "frozen?", "gem", "guard_interpreter", "hash", "identity", "idle_time", "idle_time=", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interactive_enabled", "interactive_enabled=", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "months", "months=", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "random_delay", "random_delay=", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "run_level", "run_level=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_day", "start_day=", "start_time", "start_time=", "state_for_resource_reporter", "status", "status=", "subscribes", "taint", "tainted?", "tap", "task_name", "task_name=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "yum_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allow_downgrade", "allow_downgrade=", "allowed_actions", "allowed_actions=", "arch", "arch=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flush_cache", "flush_cache=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory", "yum_binary", "yum_binary=" ], "yum_repository": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "baseurl", "baseurl=", "before_notifications", "class", "clean_array", "clean_headers", "clean_headers=", "clean_metadata", "clean_metadata=", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "cost", "cost=", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "description", "description=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enabled=", "enablegroups", "enablegroups=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "exclude", "exclude=", "extend", "failovermethod", "failovermethod=", "fastestmirror_enabled", "fastestmirror_enabled=", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gpgcheck", "gpgcheck=", "gpgkey", "gpgkey=", "guard_interpreter", "hash", "http_caching", "http_caching=", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "include_config", "include_config=", "includepkgs", "includepkgs=", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keepalive", "keepalive=", "keyurl", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "make_cache", "make_cache=", "max_retries", "max_retries=", "metadata_expire", "metadata_expire=", "metalink", "metalink=", "method", "method_missing", "methods", "mirror_expire", "mirror_expire=", "mirrorexpire", "mirrorexpire=", "mirrorlist", "mirrorlist=", "mirrorlist_expire", "mirrorlist_expire=", "mode", "mode=", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "priority=", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "proxy", "proxy=", "proxy_password", "proxy_password=", "proxy_username", "proxy_username=", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "repo_gpgcheck", "repo_gpgcheck=", "report_instanceid", "report_instanceid=", "repositoryid", "repositoryid=", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "skip_if_unavailable", "skip_if_unavailable=", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "sslcacert", "sslcacert=", "sslclientcert", "sslclientcert=", "sslclientkey", "sslclientkey=", "sslverify", "sslverify=", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "throttle", "throttle=", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "url", "username", "username=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "zypper_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allow_downgrade", "allow_downgrade=", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gpg_check", "gpg_check=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "zypper_repository": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "autorefresh", "autorefresh=", "baseurl", "baseurl=", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook=", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "description", "description=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enabled=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gpgautoimportkeys", "gpgautoimportkeys=", "gpgcheck", "gpgcheck=", "gpgkey", "gpgkey=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keeppackages", "keeppackages=", "key", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mirrorlist", "mirrorlist=", "mode", "mode=", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "priority=", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "refresh_cache", "refresh_cache=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "repo_name", "repo_name=", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "type", "type=", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ] } } foodcritic-13.1.1/chef_dsl_metadata/chef_13.3.42.json0000644000004100000410000160313113300102713022044 0ustar www-datawww-data{ "dsl_methods": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "[]", "__id__", "__send__", "a_to_s", "add_machine_options", "aix_user", "apply_expansion_attributes", "apt_package", "apt_preference", "apt_repository", "apt_update", "assert_valid_windows_architecture!", "attribute", "attribute?", "attributes", "automatic_attrs", "automatic_attrs=", "bash", "batch", "bff_package", "breakpoint", "build_resource", "cab_package", "chef_acl", "chef_client", "chef_container", "chef_data_bag", "chef_data_bag_item", "chef_environment", "chef_environment=", "chef_gem", "chef_group", "chef_mirror", "chef_node", "chef_organization", "chef_role", "chef_server_rest", "chef_server_rest=", "chef_user", "chocolatey_package", "class", "class_from_file", "clean_array", "clone", "constantize", "construct_attributes", "consume_attributes", "consume_chef_environment", "consume_external_attrs", "consume_ohai_data", "consume_run_list", "control_group", "convert_to_class_name", "convert_to_snake_case", "cookbook_file", "create", "cron", "csh", "current_image_options", "current_machine_options", "data_bag", "data_bag_item", "dclone", "declare_resource", "default", "default!", "default_attrs", "default_attrs=", "default_unless", "define_singleton_method", "delete_resource", "delete_resource!", "deploy", "deploy_branch", "deploy_revision", "destroy", "directory", "disable_wow64_file_redirection", "display", "display_hash", "dnf_package", "docker?", "dpkg_package", "dsc_resource", "dsc_script", "dscl_user", "dup", "each", "each_attribute", "each_key", "each_value", "edit_resource", "edit_resource!", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "eql?", "equal?", "erl_call", "evaluate_resource_definition", "execute", "expand!", "extend", "ffi_yajl", "file", "filename_to_qualified_string", "find_resource", "find_resource!", "for_json", "force_default!", "force_override!", "forced_32bit_override_required?", "freebsd_package", "freeze", "from_file", "frozen?", "gem", "gem_package", "get_private_key", "git", "group", "has_key?", "has_resource_definition?", "hash", "homebrew_package", "http_request", "ifconfig", "include_attribute", "include_recipe", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "ips_package", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key?", "keys", "kind_of?", "ksh", "l_w_r_p_base", "launchd", "lazy", "link", "linux_user", "load_balancer", "load_recipe", "loaded_recipe", "log", "machine", "machine_batch", "machine_execute", "machine_file", "machine_image", "macosx_service", "macports_package", "mdadm", "method", "method_missing", "methods", "mount", "msu_package", "name", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normal", "normal!", "normal_attrs", "normal_attrs=", "normal_unless", "normalize_snake_case_name", "notifying_block", "object_id", "ohai", "openbsd_package", "osx_config_profile", "osx_profile", "override", "override!", "override_attrs", "override_attrs=", "override_runlist", "override_runlist=", "override_unless", "package", "pacman_package", "paludis_package", "parse_attribute_file_spec", "perl", "platform?", "platform_family?", "policy_group", "policy_group=", "policy_name", "policy_name=", "portage_package", "powershell_out", "powershell_out!", "powershell_package", "powershell_script", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "primary_runlist", "private_key", "private_methods", "protected_methods", "ps_credential", "psych_to_yaml", "public_key", "public_method", "public_methods", "public_send", "pw_user", "python", "read", "read!", "reboot", "reboot_pending?", "recipe?", "recipe_list", "recipe_list=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key", "registry_key_exists?", "registry_value_exists?", "remote_directory", "remote_file", "remove_instance_variable", "require_recipe", "reset_defaults_and_overrides", "respond_to?", "restore_wow64_file_redirection", "rm", "rm_default", "rm_normal", "rm_override", "role?", "route", "rpm_package", "ruby", "ruby_block", "run_context", "run_context=", "run_list", "run_list=", "run_list?", "run_state", "run_state=", "sanitized_path", "save", "scm", "script", "search", "select_run_list", "send", "service", "set", "set_cookbook_attribute", "set_or_return", "set_unless", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "singleton_class", "singleton_method", "singleton_methods", "smartos_package", "snake_case_basename", "solaris_package", "solaris_user", "subcontext_block", "subversion", "systemd_unit", "tag", "tags", "taint", "tainted?", "tap", "template", "timestamped_deploy", "to_enum", "to_hash", "to_json", "to_s", "to_yaml", "to_yaml_properties", "trust", "unlink", "unlink!", "untaint", "untrust", "untrusted?", "update_from!", "user", "user_resource_abstract_base_class", "valid_windows_architecture?", "validate", "value_for_platform", "value_for_platform_family", "whyrun_safe_ruby_block", "windows_package", "windows_script", "windows_service", "windows_task", "windows_user", "with_chef_data_bag", "with_chef_data_bag_item_encryption", "with_chef_environment", "with_chef_local_server", "with_chef_server", "with_driver", "with_image_options", "with_machine_options", "with_os_architecture", "with_run_context", "wow64_architecture_override_required?", "wow64_directory", "write", "write!", "yum_package", "yum_repository", "zypper_package", "zypper_repo", "zypper_repository" ], "node_methods": [ "!", "!=", "!~", "<", "<=", "<=>", "==", "===", "=~", ">", ">=", "[]", "[]=", "__id__", "__node__", "__path__", "__precedence__", "__root__", "__send__", "a_to_s", "all?", "any?", "apply_expansion_attributes", "assert_valid_windows_architecture!", "assoc", "attribute", "attribute?", "attributes", "automatic", "automatic=", "automatic_attrs", "automatic_attrs=", "chef_environment", "chef_environment=", "chef_server_rest", "chef_server_rest=", "chunk", "chunk_while", "class", "class_from_file", "clean_array", "clear", "clone", "collect", "collect!", "collect_concat", "combined_default", "combined_override", "compact", "compact!", "compare_by_identity", "compare_by_identity?", "constantize", "construct_attributes", "consume_attributes", "consume_chef_environment", "consume_external_attrs", "consume_ohai_data", "consume_run_list", "convert_to_class_name", "convert_to_snake_case", "count", "create", "cycle", "dclone", "debug_value", "deep_merge_cache", "deep_merge_cache=", "default", "default!", "default=", "default_attrs", "default_attrs=", "default_proc", "default_proc=", "default_unless", "define_singleton_method", "delete", "delete_if", "destroy", "detect", "dig", "disable_wow64_file_redirection", "display", "display_hash", "docker?", "drop", "drop_while", "dup", "each", "each_attribute", "each_cons", "each_entry", "each_key", "each_pair", "each_slice", "each_value", "each_with_index", "each_with_object", "empty?", "enforce_path_sanity", "entries", "enum_for", "env_default", "env_default=", "env_override", "env_override=", "environment", "eql?", "equal?", "except", "exist?", "expand!", "extend", "fetch", "fetch_values", "ffi_yajl", "filename_to_qualified_string", "find", "find_all", "find_index", "first", "flat_map", "flatten", "for_json", "force_default", "force_default!", "force_default=", "force_override", "force_override!", "force_override=", "forced_32bit_override_required?", "freeze", "from_file", "frozen?", "gem", "grep", "grep_v", "group_by", "has_key?", "has_value?", "hash", "immutablize", "include?", "include_attribute", "index", "inject", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "invert", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_if", "key", "key?", "keys", "kind_of?", "lazy", "length", "loaded_recipe", "map", "map!", "max", "max_by", "member?", "merge", "merge!", "merged_attributes", "method", "method_missing", "methods", "min", "min_by", "minmax", "minmax_by", "name", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "none?", "normal", "normal!", "normal=", "normal_attrs", "normal_attrs=", "normal_unless", "normalize_snake_case_name", "object_id", "one?", "override", "override!", "override=", "override_attrs", "override_attrs=", "override_runlist", "override_runlist=", "override_unless", "parse_attribute_file_spec", "partition", "platform?", "platform_family?", "policy_group", "policy_group=", "policy_name", "policy_name=", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "primary_runlist", "private_methods", "protected_methods", "psych_to_yaml", "public_method", "public_methods", "public_send", "rassoc", "read", "read!", "recipe?", "recipe_list", "recipe_list=", "reduce", "regular_update", "regular_writer", "rehash", "reject", "reject!", "remove_instance_variable", "replace", "reset", "reset_cache", "reset_defaults_and_overrides", "respond_to?", "restore_wow64_file_redirection", "reverse_each", "rm", "rm_default", "rm_normal", "rm_override", "role?", "role_default", "role_default=", "role_override", "role_override=", "run_context", "run_context=", "run_list", "run_list=", "run_list?", "run_state", "run_state=", "sanitized_path", "save", "save_plist", "select", "select!", "select_run_list", "send", "set", "set_cookbook_attribute", "set_or_return", "set_unless", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "shift", "singleton_class", "singleton_method", "singleton_methods", "size", "slice_after", "slice_before", "slice_when", "snake_case_basename", "sort", "sort_by", "store", "stringify_keys!", "sum", "symbolize_keys", "tag", "tags", "taint", "tainted?", "take", "take_while", "tap", "to_a", "to_enum", "to_h", "to_hash", "to_json", "to_plist", "to_proc", "to_s", "to_set", "to_yaml", "to_yaml_properties", "transform_values", "transform_values!", "trust", "uniq", "unlink", "unlink!", "untaint", "untrust", "untrusted?", "update", "update_from!", "valid_windows_architecture?", "validate", "value?", "value_for_platform", "value_for_platform_family", "values", "values_at", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory", "write", "write!", "zip" ], "actions": { "apt_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "apt_preference": [ "add", "nothing", "remove" ], "apt_repository": [ "add", "nothing", "remove" ], "apt_update": [ "nothing", "periodic", "update" ], "bash": [ "nothing", "run" ], "batch": [ "nothing", "run" ], "bff_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "breakpoint": [ "break", "nothing" ], "cab_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "chef_gem": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "chocolatey_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "uninstall", "unlock", "upgrade" ], "cookbook_file": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "cron": [ "create", "delete", "nothing" ], "csh": [ "nothing", "run" ], "deploy": [ "deploy", "force_deploy", "nothing", "rollback" ], "deploy_branch": [ "deploy", "force_deploy", "nothing", "rollback" ], "deploy_revision": [ "deploy", "force_deploy", "nothing", "rollback" ], "directory": [ "create", "delete", "nothing" ], "dnf_package": [ "flush_cache", "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "dpkg_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "dsc_resource": [ "nothing", "run" ], "dsc_script": [ "nothing", "run" ], "env": [ "create", "delete", "modify", "nothing" ], "erl_call": [ "nothing", "run" ], "execute": [ "nothing", "run" ], "file": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "freebsd_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "gem_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "git": [ "checkout", "diff", "export", "log", "nothing", "sync" ], "group": [ "create", "manage", "modify", "nothing", "remove" ], "homebrew_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "http_request": [ "delete", "get", "head", "nothing", "options", "patch", "post", "put" ], "ifconfig": [ "add", "delete", "disable", "enable", "nothing" ], "ips_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "ksh": [ "nothing", "run" ], "launchd": [ "create", "create_if_missing", "delete", "disable", "enable", "nothing", "restart" ], "link": [ "create", "delete", "nothing" ], "log": [ "nothing", "write" ], "macosx_service": [ "disable", "enable", "mask", "nothing", "reload", "restart", "start", "stop", "unmask" ], "macports_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "mdadm": [ "assemble", "create", "nothing", "stop" ], "mount": [ "disable", "enable", "mount", "nothing", "remount", "umount", "unmount" ], "msu_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "ohai": [ "nothing", "reload" ], "openbsd_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "osx_profile": [ "install", "nothing", "remove" ], "package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "pacman_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "paludis_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "perl": [ "nothing", "run" ], "portage_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "powershell_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "powershell_script": [ "nothing", "run" ], "python": [ "nothing", "run" ], "reboot": [ "cancel", "nothing", "reboot_now", "request_reboot" ], "registry_key": [ "create", "create_if_missing", "delete", "delete_key", "nothing" ], "remote_directory": [ "create", "create_if_missing", "delete", "nothing" ], "remote_file": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "route": [ "add", "delete", "nothing" ], "rpm_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "ruby": [ "nothing", "run" ], "ruby_block": [ "create", "nothing", "run" ], "scm": [ "checkout", "diff", "export", "log", "nothing", "sync" ], "script": [ "nothing", "run" ], "service": [ "disable", "enable", "mask", "nothing", "reload", "restart", "start", "stop", "unmask" ], "smartos_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "solaris_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "subversion": [ "checkout", "diff", "export", "force_export", "log", "nothing", "sync" ], "systemd_unit": [ "create", "delete", "disable", "enable", "mask", "nothing", "reload", "reload_or_restart", "reload_or_try_restart", "restart", "start", "stop", "try_restart", "unmask" ], "template": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "timestamped_deploy": [ "deploy", "force_deploy", "nothing", "rollback" ], "unresolved_subscribes": [ "nothing" ], "user": [ "create", "lock", "manage", "modify", "nothing", "remove", "unlock" ], "whyrun_safe_ruby_block": [ "create", "nothing", "run" ], "windows_service": [ "configure_startup", "disable", "enable", "mask", "nothing", "reload", "restart", "start", "stop", "unmask" ], "windows_task": [ "create", "delete", "disable", "enable", "end", "nothing", "run" ], "yum_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "yum_repository": [ "add", "create", "delete", "makecache", "nothing", "remove" ], "zypper_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "zypper_repository": [ "add", "create", "nothing", "refresh", "remove" ] }, "attributes": { "apt_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "default_release", "default_release=", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "apt_preference": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "glob", "glob=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "package_name", "package_name=", "params", "params=", "pin", "pin=", "pin_priority", "pin_priority=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "apt_repository": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "arch", "arch=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "cache_rebuild", "cache_rebuild=", "class", "clean_array", "clone", "components", "components=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook=", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "deb_src", "deb_src=", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "distribution", "distribution=", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key", "key=", "key_proxy", "key_proxy=", "keyserver", "keyserver=", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "repo_name", "repo_name=", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "trusted", "trusted=", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri", "uri=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "apt_update": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frequency", "frequency=", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "bash": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "batch": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "bff_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "breakpoint": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "cab_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "chef_gem": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clear_sources", "clear_sources=", "clone", "compile_time", "compile_time=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gem_binary", "gem_binary=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "include_default_source", "include_default_source=", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "chocolatey_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "returns=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "cookbook_file": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "cron": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "day", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "home", "hour", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "mailto", "method", "method_missing", "methods", "minute", "month", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "path", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "time", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "weekday", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "csh": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "deploy": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "deploy_branch": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "deploy_revision": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "directory": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "recursive", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dnf_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allow_downgrade", "allowed_actions", "allowed_actions=", "arch", "arch=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flush_cache", "flush_cache=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dpkg_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dsc_resource": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "module_name", "module_version", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "properties", "property", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "ps_credential", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_action", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dsc_script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "command", "configuration_data", "configuration_data_script", "configuration_name", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "imports", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "ps_credential", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "env": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "delim", "delim=", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key_name", "key_name=", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value", "value=", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "erl_call": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "cookie", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "distributed", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "name_type", "nil?", "node", "node_name", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "execute": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "command", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "file": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "freebsd_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "supports_pkgng?", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "gem_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clear_sources", "clear_sources=", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gem_binary", "gem_binary=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "include_default_source", "include_default_source=", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "git": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "destination=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "reference", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_info_args", "svn_password", "svn_password=", "svn_username", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "group": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "append", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "excluded_members", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gid", "group_name", "group_name=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "members", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "non_unique", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "system", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "users", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "homebrew_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "homebrew_user", "homebrew_user=", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "http_request": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "headers", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "message", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "url", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ifconfig": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "bcast", "before_notifications", "bootproto", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "device", "device=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "hwaddr", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inet_addr", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "mask", "method", "method_missing", "methods", "metric", "mtu", "name", "name=", "network", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "onboot", "only_if", "onparent", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "target", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ips_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "accept_license", "accept_license=", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ksh": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "launchd": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "abandon_process_group", "abandon_process_group=", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "backup", "backup=", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook=", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "debug", "debug=", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "disabled", "disabled=", "display", "docker?", "dup", "elapsed_time", "enable_globbing", "enable_globbing=", "enable_transactions", "enable_transactions=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment_variables", "environment_variables=", "epic_fail", "eql?", "equal?", "events", "exit_timeout", "exit_timeout=", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "group=", "guard_interpreter", "hard_resource_limits", "hard_resource_limits=", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inetd_compatibility", "inetd_compatibility=", "inherits", "init_groups", "init_groups=", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_alive", "keep_alive=", "kind_of?", "label", "label=", "launch_only_once", "launch_only_once=", "lazy", "ld_group", "ld_group=", "limit_load_from_hosts", "limit_load_from_hosts=", "limit_load_to_hosts", "limit_load_to_hosts=", "limit_load_to_session_type", "limit_load_to_session_type=", "load_from", "lookup_provider_constant", "low_priority_io", "low_priority_io=", "mach_services", "mach_services=", "method", "method_missing", "methods", "mode", "mode=", "name", "name=", "nice", "nice=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "on_demand", "on_demand=", "only_if", "owner", "owner=", "params", "params=", "path", "path=", "platform?", "platform_family?", "plist_hash", "plist_hash=", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "process_type", "process_type=", "program", "program=", "program_arguments", "program_arguments=", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "queue_directories", "queue_directories=", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "root_directory", "root_directory=", "run_action", "run_at_load", "run_at_load=", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "session_type", "session_type=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "sockets", "sockets=", "soft_resource_limits", "soft_resource_limits=", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "standard_error_path", "standard_error_path=", "standard_in_path", "standard_in_path=", "standard_out_path", "standard_out_path=", "start_calendar_interval", "start_calendar_interval=", "start_interval", "start_interval=", "start_on_mount", "start_on_mount=", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "throttle_interval", "throttle_interval=", "time_out", "time_out=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "type", "type=", "umask", "umask=", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "username", "username=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "wait_for_debugger", "wait_for_debugger=", "watch_paths", "watch_paths=", "with_os_architecture", "working_directory", "working_directory=", "wow64_architecture_override_required?", "wow64_directory" ], "link": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "link_type", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "target_file", "target_file=", "to", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "log": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "level", "load_from", "lookup_provider_constant", "message", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "macosx_service": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "init_command", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "parameters", "params", "params=", "pattern", "platform?", "platform_family?", "plist", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "reload_command", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "run_levels", "running", "sanitized_path", "search", "send", "sensitive", "sensitive=", "service_name", "service_name=", "session_type", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_command", "state_for_resource_reporter", "status_command", "stop_command", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "macports_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "mdadm": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "bitmap", "chunk", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "devices", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "exists", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "layout", "lazy", "level", "load_from", "lookup_provider_constant", "metadata", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "raid_device", "raid_device=", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "mount": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "device", "device=", "device_type", "disable_wow64_file_redirection", "display", "docker?", "domain", "dump", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "fsck_device", "fstype", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mount_point", "mounted", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "params", "params=", "pass", "password", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "username", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "msu_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ohai": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "ohai_name", "ohai_name=", "only_if", "params", "params=", "platform?", "platform_family?", "plugin", "plugin=", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "openbsd_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "osx_profile": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identifier", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "path", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "profile", "profile_name", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "pacman_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "paludis_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "perl": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "portage_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "powershell_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "powershell_script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_boolean_return", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "python": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "reboot": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delay_mins", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reason", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "registry_key": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key", "key=", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "recursive", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "unscrubbed_values", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "values", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "remote_directory": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "files_backup", "files_group", "files_mode", "files_owner", "files_rights", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "overwrite", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge", "reboot_pending?", "recipe_name", "recipe_name=", "recursive", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "remote_file": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "ftp_active_mode", "gem", "group", "guard_interpreter", "hash", "headers", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "parse_source_args", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "show_progress", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "use_conditional_get", "use_etag", "use_etags", "use_last_modified", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "route": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "device", "device=", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "domainname", "domainname=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gateway", "gateway=", "gem", "guard_interpreter", "hash", "hostname", "hostname=", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "metric", "metric=", "name", "name=", "netmask", "netmask=", "networking", "networking=", "networking_ipv6", "networking_ipv6=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "route_type", "route_type=", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "target", "target=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "rpm_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allow_downgrade", "allow_downgrade=", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ruby": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ruby_block": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "block", "block_name", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "scm": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "destination=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repository", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_info_args", "svn_password", "svn_password=", "svn_username", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "service": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "init_command", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "parameters", "params", "params=", "pattern", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "reload_command", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "run_levels", "running", "sanitized_path", "search", "send", "sensitive", "sensitive=", "service_name", "service_name=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_command", "state_for_resource_reporter", "status_command", "stop_command", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "smartos_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "solaris_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "subversion": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "destination=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repository", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_binary", "svn_info_args", "svn_password", "svn_password=", "svn_username", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "systemd_unit": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "active", "active=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enabled=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "masked=", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "static", "static=", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_ini", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "triggers_reload", "triggers_reload=", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verify", "verify=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "template": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "helper", "helper_modules", "helpers", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inline_helper_blocks", "inline_helper_modules", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "local", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "variables", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "timestamped_deploy": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "unresolved_subscribes": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "user": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "comment", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "force", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gid", "group", "guard_interpreter", "hash", "home", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "iterations", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_home", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "non_unique", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "salt", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "system", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "uid", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "username", "username=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "whyrun_safe_ruby_block": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "block", "block_name", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "installer_type", "installer_type=", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote_file_attributes", "remote_file_attributes=", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "returns=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_service": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "init_command", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "parameters", "params", "params=", "pattern", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "reload_command", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_as_password", "run_as_user", "run_context", "run_context=", "run_levels", "running", "sanitized_path", "search", "send", "sensitive", "sensitive=", "service_name", "service_name=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_command", "startup_type", "state_for_resource_reporter", "status_command", "stop_command", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_task": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "cwd=", "data_bag", "data_bag_item", "day", "day=", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enabled=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "execution_time_limit", "execution_time_limit=", "exists", "exists=", "extend", "ffi_yajl", "filename_to_qualified_string", "force", "force=", "forced_32bit_override_required?", "freeze", "frequency", "frequency=", "frequency_modifier", "frequency_modifier=", "frozen?", "gem", "guard_interpreter", "hash", "identity", "idle_time", "idle_time=", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interactive_enabled", "interactive_enabled=", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "months", "months=", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "random_delay", "random_delay=", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "run_level", "run_level=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_day", "start_day=", "start_time", "start_time=", "state_for_resource_reporter", "status", "status=", "subscribes", "taint", "tainted?", "tap", "task_name", "task_name=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "yum_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allow_downgrade", "allow_downgrade=", "allowed_actions", "allowed_actions=", "arch", "arch=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flush_cache", "flush_cache=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory", "yum_binary", "yum_binary=" ], "yum_repository": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "baseurl", "baseurl=", "before_notifications", "class", "clean_array", "clean_headers", "clean_headers=", "clean_metadata", "clean_metadata=", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "cost", "cost=", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "description", "description=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enabled=", "enablegroups", "enablegroups=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "exclude", "exclude=", "extend", "failovermethod", "failovermethod=", "fastestmirror_enabled", "fastestmirror_enabled=", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gpgcheck", "gpgcheck=", "gpgkey", "gpgkey=", "guard_interpreter", "hash", "http_caching", "http_caching=", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "include_config", "include_config=", "includepkgs", "includepkgs=", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keepalive", "keepalive=", "keyurl", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "make_cache", "make_cache=", "max_retries", "max_retries=", "metadata_expire", "metadata_expire=", "method", "method_missing", "methods", "mirror_expire", "mirror_expire=", "mirrorexpire", "mirrorexpire=", "mirrorlist", "mirrorlist=", "mirrorlist_expire", "mirrorlist_expire=", "mode", "mode=", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "priority=", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "proxy", "proxy=", "proxy_password", "proxy_password=", "proxy_username", "proxy_username=", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "repo_gpgcheck", "repo_gpgcheck=", "report_instanceid", "report_instanceid=", "repositoryid", "repositoryid=", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "skip_if_unavailable", "skip_if_unavailable=", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "sslcacert", "sslcacert=", "sslclientcert", "sslclientcert=", "sslclientkey", "sslclientkey=", "sslverify", "sslverify=", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "url", "username", "username=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "zypper_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gpg_check", "gpg_check=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "zypper_repository": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "autorefresh", "autorefresh=", "baseurl", "baseurl=", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "description", "description=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enabled=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gpgcheck", "gpgcheck=", "gpgkey", "gpgkey=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keeppackages", "keeppackages=", "key", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mirrorlist", "mirrorlist=", "mode", "mode=", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "priority=", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "refresh_cache", "refresh_cache=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "repo_name", "repo_name=", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "type", "type=", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ] } } foodcritic-13.1.1/chef_dsl_metadata/chef_13.0.113.json0000644000004100000410000155443013300102713022127 0ustar www-datawww-data{ "dsl_methods": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "[]", "__id__", "__send__", "a_to_s", "add_machine_options", "aix_user", "apply_expansion_attributes", "apt_package", "apt_repository", "apt_update", "assert_valid_windows_architecture!", "attribute", "attribute?", "attributes", "automatic_attrs", "automatic_attrs=", "bash", "batch", "bff_package", "breakpoint", "build_resource", "cab_package", "chef_acl", "chef_client", "chef_container", "chef_data_bag", "chef_data_bag_item", "chef_environment", "chef_environment=", "chef_gem", "chef_group", "chef_mirror", "chef_node", "chef_organization", "chef_role", "chef_server_rest", "chef_server_rest=", "chef_user", "chocolatey_package", "class", "class_from_file", "clean_array", "clone", "constantize", "construct_attributes", "consume_attributes", "consume_chef_environment", "consume_external_attrs", "consume_ohai_data", "consume_run_list", "control_group", "convert_to_class_name", "convert_to_snake_case", "cookbook_file", "create", "cron", "csh", "current_image_options", "current_machine_options", "data_bag", "data_bag_item", "dclone", "declare_resource", "default", "default!", "default_attrs", "default_attrs=", "default_unless", "define_singleton_method", "delete_resource", "delete_resource!", "deploy", "deploy_branch", "deploy_revision", "destroy", "directory", "disable_wow64_file_redirection", "display", "display_hash", "dnf_package", "docker?", "dpkg_package", "dsc_resource", "dsc_script", "dscl_user", "dup", "each", "each_attribute", "each_key", "each_value", "edit_resource", "edit_resource!", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "eql?", "equal?", "erl_call", "evaluate_resource_definition", "execute", "expand!", "extend", "ffi_yajl", "file", "filename_to_qualified_string", "find_resource", "find_resource!", "for_json", "force_default!", "force_override!", "forced_32bit_override_required?", "freebsd_package", "freeze", "from_file", "frozen?", "gem", "gem_package", "get_private_key", "git", "group", "has_key?", "has_resource_definition?", "hash", "homebrew_package", "http_request", "ifconfig", "include_attribute", "include_recipe", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "ips_package", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key?", "keys", "kind_of?", "ksh", "l_w_r_p_base", "launchd", "lazy", "link", "linux_user", "load_balancer", "load_recipe", "loaded_recipe", "log", "machine", "machine_batch", "machine_execute", "machine_file", "machine_image", "macosx_service", "macports_package", "mdadm", "method", "method_missing", "methods", "mount", "msu_package", "name", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normal", "normal!", "normal_attrs", "normal_attrs=", "normal_unless", "normalize_snake_case_name", "notifying_block", "object_id", "ohai", "openbsd_package", "osx_config_profile", "osx_profile", "override", "override!", "override_attrs", "override_attrs=", "override_runlist", "override_runlist=", "override_unless", "package", "pacman_package", "paludis_package", "parse_attribute_file_spec", "perl", "platform?", "platform_family?", "policy_group", "policy_group=", "policy_name", "policy_name=", "portage_package", "powershell_out", "powershell_out!", "powershell_package", "powershell_script", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "primary_runlist", "private_key", "private_methods", "protected_methods", "ps_credential", "psych_to_yaml", "public_key", "public_method", "public_methods", "public_send", "pw_user", "python", "read", "read!", "reboot", "reboot_pending?", "recipe?", "recipe_list", "recipe_list=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key", "registry_key_exists?", "registry_value_exists?", "remote_directory", "remote_file", "remove_instance_variable", "require_recipe", "reset_defaults_and_overrides", "respond_to?", "restore_wow64_file_redirection", "rm", "rm_default", "rm_normal", "rm_override", "role?", "route", "rpm_package", "ruby", "ruby_block", "run_context", "run_context=", "run_list", "run_list=", "run_list?", "run_state", "run_state=", "sanitized_path", "save", "scm", "script", "search", "select_run_list", "send", "service", "set", "set_cookbook_attribute", "set_or_return", "set_unless", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "singleton_class", "singleton_method", "singleton_methods", "smartos_package", "snake_case_basename", "solaris_package", "solaris_user", "subcontext_block", "subversion", "systemd_unit", "tag", "tags", "taint", "tainted?", "tap", "template", "timestamped_deploy", "to_enum", "to_hash", "to_json", "to_s", "to_yaml", "to_yaml_properties", "trust", "unlink", "unlink!", "untaint", "untrust", "untrusted?", "update_from!", "user", "user_resource_abstract_base_class", "valid_windows_architecture?", "validate", "value_for_platform", "value_for_platform_family", "whyrun_safe_ruby_block", "windows_package", "windows_script", "windows_service", "windows_task", "windows_user", "with_chef_data_bag", "with_chef_data_bag_item_encryption", "with_chef_environment", "with_chef_local_server", "with_chef_server", "with_driver", "with_image_options", "with_machine_options", "with_os_architecture", "with_run_context", "wow64_architecture_override_required?", "wow64_directory", "write", "write!", "yum_package", "yum_repository", "zypper_package" ], "node_methods": [ "!", "!=", "!~", "<", "<=", "<=>", "==", "===", "=~", ">", ">=", "[]", "[]=", "__id__", "__node__", "__path__", "__precedence__", "__root__", "__send__", "a_to_s", "all?", "any?", "apply_expansion_attributes", "assert_valid_windows_architecture!", "assoc", "attribute", "attribute?", "attributes", "automatic", "automatic=", "automatic_attrs", "automatic_attrs=", "chef_environment", "chef_environment=", "chef_server_rest", "chef_server_rest=", "chunk", "chunk_while", "class", "class_from_file", "clean_array", "clear", "clone", "collect", "collect!", "collect_concat", "combined_default", "combined_override", "compare_by_identity", "compare_by_identity?", "constantize", "construct_attributes", "consume_attributes", "consume_chef_environment", "consume_external_attrs", "consume_ohai_data", "consume_run_list", "convert_to_class_name", "convert_to_snake_case", "count", "create", "cycle", "dclone", "debug_value", "deep_merge_cache", "deep_merge_cache=", "default", "default!", "default=", "default_attrs", "default_attrs=", "default_proc", "default_proc=", "default_unless", "define_singleton_method", "delete", "delete_if", "destroy", "detect", "dig", "disable_wow64_file_redirection", "display", "display_hash", "docker?", "drop", "drop_while", "dup", "each", "each_attribute", "each_cons", "each_entry", "each_key", "each_pair", "each_slice", "each_value", "each_with_index", "each_with_object", "empty?", "enforce_path_sanity", "entries", "enum_for", "env_default", "env_default=", "env_override", "env_override=", "environment", "eql?", "equal?", "except", "exist?", "expand!", "extend", "fetch", "fetch_values", "ffi_yajl", "filename_to_qualified_string", "find", "find_all", "find_index", "first", "flat_map", "flatten", "for_json", "force_default", "force_default!", "force_default=", "force_override", "force_override!", "force_override=", "forced_32bit_override_required?", "freeze", "from_file", "frozen?", "gem", "grep", "grep_v", "group_by", "has_key?", "has_value?", "hash", "immutablize", "include?", "include_attribute", "index", "inject", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "invert", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_if", "key", "key?", "keys", "kind_of?", "lazy", "length", "loaded_recipe", "map", "map!", "max", "max_by", "member?", "merge", "merge!", "merged_attributes", "method", "method_missing", "methods", "min", "min_by", "minmax", "minmax_by", "name", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "none?", "normal", "normal!", "normal=", "normal_attrs", "normal_attrs=", "normal_unless", "normalize_snake_case_name", "object_id", "one?", "override", "override!", "override=", "override_attrs", "override_attrs=", "override_runlist", "override_runlist=", "override_unless", "parse_attribute_file_spec", "partition", "platform?", "platform_family?", "policy_group", "policy_group=", "policy_name", "policy_name=", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "primary_runlist", "private_methods", "protected_methods", "psych_to_yaml", "public_method", "public_methods", "public_send", "rassoc", "read", "read!", "recipe?", "recipe_list", "recipe_list=", "reduce", "regular_update", "regular_writer", "rehash", "reject", "reject!", "remove_instance_variable", "replace", "reset", "reset_cache", "reset_defaults_and_overrides", "respond_to?", "restore_wow64_file_redirection", "reverse_each", "rm", "rm_default", "rm_normal", "rm_override", "role?", "role_default", "role_default=", "role_override", "role_override=", "run_context", "run_context=", "run_list", "run_list=", "run_list?", "run_state", "run_state=", "sanitized_path", "save", "save_plist", "select", "select!", "select_run_list", "send", "set", "set_cookbook_attribute", "set_or_return", "set_unless", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "shift", "singleton_class", "singleton_method", "singleton_methods", "size", "slice_after", "slice_before", "slice_when", "snake_case_basename", "sort", "sort_by", "store", "stringify_keys!", "symbolize_keys", "tag", "tags", "taint", "tainted?", "take", "take_while", "tap", "to_a", "to_enum", "to_h", "to_hash", "to_json", "to_plist", "to_proc", "to_s", "to_set", "to_yaml", "to_yaml_properties", "trust", "unlink", "unlink!", "untaint", "untrust", "untrusted?", "update", "update_from!", "valid_windows_architecture?", "validate", "value?", "value_for_platform", "value_for_platform_family", "values", "values_at", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory", "write", "write!", "zip" ], "actions": { "apt_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "apt_repository": [ "add", "nothing", "remove" ], "apt_update": [ "nothing", "periodic", "update" ], "bash": [ "nothing", "run" ], "batch": [ "nothing", "run" ], "bff_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "breakpoint": [ "break", "nothing" ], "cab_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "chef_gem": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "chocolatey_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "uninstall", "unlock", "upgrade" ], "cookbook_file": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "cron": [ "create", "delete", "nothing" ], "csh": [ "nothing", "run" ], "deploy": [ "deploy", "force_deploy", "nothing", "rollback" ], "deploy_branch": [ "deploy", "force_deploy", "nothing", "rollback" ], "deploy_revision": [ "deploy", "force_deploy", "nothing", "rollback" ], "directory": [ "create", "delete", "nothing" ], "dnf_package": [ "flush_cache", "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "dpkg_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "dsc_resource": [ "nothing", "run" ], "dsc_script": [ "nothing", "run" ], "env": [ "create", "delete", "modify", "nothing" ], "erl_call": [ "nothing", "run" ], "execute": [ "nothing", "run" ], "file": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "freebsd_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "gem_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "git": [ "checkout", "diff", "export", "log", "nothing", "sync" ], "group": [ "create", "manage", "modify", "nothing", "remove" ], "homebrew_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "http_request": [ "delete", "get", "head", "nothing", "options", "post", "put" ], "ifconfig": [ "add", "delete", "disable", "enable", "nothing" ], "ips_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "ksh": [ "nothing", "run" ], "launchd": [ "create", "create_if_missing", "delete", "disable", "enable", "nothing", "restart" ], "link": [ "create", "delete", "nothing" ], "log": [ "nothing", "write" ], "macosx_service": [ "disable", "enable", "mask", "nothing", "reload", "restart", "start", "stop", "unmask" ], "macports_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "mdadm": [ "assemble", "create", "nothing", "stop" ], "mount": [ "disable", "enable", "mount", "nothing", "remount", "umount", "unmount" ], "msu_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "ohai": [ "nothing", "reload" ], "openbsd_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "osx_profile": [ "install", "nothing", "remove" ], "package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "pacman_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "paludis_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "perl": [ "nothing", "run" ], "portage_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "powershell_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "powershell_script": [ "nothing", "run" ], "python": [ "nothing", "run" ], "reboot": [ "cancel", "nothing", "reboot_now", "request_reboot" ], "registry_key": [ "create", "create_if_missing", "delete", "delete_key", "nothing" ], "remote_directory": [ "create", "create_if_missing", "delete", "nothing" ], "remote_file": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "route": [ "add", "delete", "nothing" ], "rpm_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "ruby": [ "nothing", "run" ], "ruby_block": [ "create", "nothing", "run" ], "scm": [ "checkout", "diff", "export", "log", "nothing", "sync" ], "script": [ "nothing", "run" ], "service": [ "disable", "enable", "mask", "nothing", "reload", "restart", "start", "stop", "unmask" ], "smartos_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "solaris_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "subversion": [ "checkout", "diff", "export", "force_export", "log", "nothing", "sync" ], "systemd_unit": [ "create", "delete", "disable", "enable", "mask", "nothing", "reload", "reload_or_restart", "reload_or_try_restart", "restart", "start", "stop", "try_restart", "unmask" ], "template": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "timestamped_deploy": [ "deploy", "force_deploy", "nothing", "rollback" ], "unresolved_subscribes": [ "nothing" ], "user": [ "create", "lock", "manage", "modify", "nothing", "remove", "unlock" ], "whyrun_safe_ruby_block": [ "create", "nothing", "run" ], "windows_service": [ "configure_startup", "disable", "enable", "mask", "nothing", "reload", "restart", "start", "stop", "unmask" ], "windows_task": [ "change", "create", "delete", "disable", "enable", "end", "nothing", "run" ], "yum_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "yum_repository": [ "add", "create", "delete", "makecache", "nothing", "remove" ], "zypper_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ] }, "attributes": { "apt_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "default_release", "default_release=", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "apt_repository": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "arch", "arch=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "cache_rebuild", "cache_rebuild=", "class", "clean_array", "clone", "components", "components=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook=", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "deb_src", "deb_src=", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "distribution", "distribution=", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key", "key=", "key_proxy", "key_proxy=", "keyserver", "keyserver=", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "repo_name", "repo_name=", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "trusted", "trusted=", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri", "uri=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "apt_update": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frequency", "frequency=", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "bash": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "batch": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "bff_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "breakpoint": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "cab_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "chef_gem": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clear_sources", "clear_sources=", "clone", "compile_time", "compile_time=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gem_binary", "gem_binary=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "include_default_source", "include_default_source=", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "chocolatey_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "returns=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "cookbook_file": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "cron": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "day", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "home", "hour", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "mailto", "method", "method_missing", "methods", "minute", "month", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "path", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "time", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "weekday", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "csh": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "deploy": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "deploy_branch": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "deploy_revision": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "directory": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "recursive", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dnf_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allow_downgrade", "allowed_actions", "allowed_actions=", "arch", "arch=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flush_cache", "flush_cache=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dpkg_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dsc_resource": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "module_name", "module_version", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "properties", "property", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "ps_credential", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_action", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dsc_script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "command", "configuration_data", "configuration_data_script", "configuration_name", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "imports", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "ps_credential", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "env": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "delim", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key_name", "key_name=", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "erl_call": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "cookie", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "distributed", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "name_type", "nil?", "node", "node_name", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "execute": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "command", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "file": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "freebsd_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "supports_pkgng?", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "gem_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clear_sources", "clear_sources=", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gem_binary", "gem_binary=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "include_default_source", "include_default_source=", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "git": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "destination=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "reference", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_info_args", "svn_password", "svn_password=", "svn_username", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "group": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "append", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "excluded_members", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gid", "group_name", "group_name=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "members", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "non_unique", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "system", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "users", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "homebrew_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "homebrew_user", "homebrew_user=", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "http_request": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "headers", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "message", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "url", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ifconfig": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "bcast", "before_notifications", "bootproto", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "device", "device=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "hwaddr", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inet_addr", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "mask", "method", "method_missing", "methods", "metric", "mtu", "name", "name=", "network", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "onboot", "only_if", "onparent", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "target", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ips_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "accept_license", "accept_license=", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ksh": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "launchd": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "abandon_process_group", "abandon_process_group=", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "backup", "backup=", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook=", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "debug", "debug=", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "disabled", "disabled=", "display", "docker?", "dup", "elapsed_time", "enable_globbing", "enable_globbing=", "enable_transactions", "enable_transactions=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment_variables", "environment_variables=", "epic_fail", "eql?", "equal?", "events", "exit_timeout", "exit_timeout=", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "group=", "guard_interpreter", "hard_resource_limits", "hard_resource_limits=", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inetd_compatibility", "inetd_compatibility=", "inherits", "init_groups", "init_groups=", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_alive", "keep_alive=", "kind_of?", "label", "label=", "launch_only_once", "launch_only_once=", "lazy", "ld_group", "ld_group=", "limit_load_from_hosts", "limit_load_from_hosts=", "limit_load_to_hosts", "limit_load_to_hosts=", "limit_load_to_session_type", "limit_load_to_session_type=", "load_from", "lookup_provider_constant", "low_priority_io", "low_priority_io=", "mach_services", "mach_services=", "method", "method_missing", "methods", "mode", "mode=", "name", "name=", "nice", "nice=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "on_demand", "on_demand=", "only_if", "owner", "owner=", "params", "params=", "path", "path=", "platform?", "platform_family?", "plist_hash", "plist_hash=", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "process_type", "process_type=", "program", "program=", "program_arguments", "program_arguments=", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "queue_directories", "queue_directories=", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "root_directory", "root_directory=", "run_action", "run_at_load", "run_at_load=", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "session_type", "session_type=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "sockets", "sockets=", "soft_resource_limits", "soft_resource_limits=", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "standard_error_path", "standard_error_path=", "standard_in_path", "standard_in_path=", "standard_out_path", "standard_out_path=", "start_calendar_interval", "start_calendar_interval=", "start_interval", "start_interval=", "start_on_mount", "start_on_mount=", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "throttle_interval", "throttle_interval=", "time_out", "time_out=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "type", "type=", "umask", "umask=", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "username", "username=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "wait_for_debugger", "wait_for_debugger=", "watch_paths", "watch_paths=", "with_os_architecture", "working_directory", "working_directory=", "wow64_architecture_override_required?", "wow64_directory" ], "link": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "link_type", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "target_file", "target_file=", "to", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "log": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "level", "load_from", "lookup_provider_constant", "message", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "macosx_service": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "init_command", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "parameters", "params", "params=", "pattern", "platform?", "platform_family?", "plist", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "reload_command", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "run_levels", "running", "sanitized_path", "search", "send", "sensitive", "sensitive=", "service_name", "service_name=", "session_type", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_command", "state_for_resource_reporter", "status_command", "stop_command", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "macports_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "mdadm": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "bitmap", "chunk", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "devices", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "exists", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "layout", "lazy", "level", "load_from", "lookup_provider_constant", "metadata", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "raid_device", "raid_device=", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "mount": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "device", "device=", "device_type", "disable_wow64_file_redirection", "display", "docker?", "domain", "dump", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "fsck_device", "fstype", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mount_point", "mounted", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "params", "params=", "pass", "password", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "username", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "msu_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ohai": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "ohai_name", "ohai_name=", "only_if", "params", "params=", "platform?", "platform_family?", "plugin", "plugin=", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "openbsd_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "osx_profile": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identifier", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "path", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "profile", "profile_name", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "pacman_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "paludis_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "perl": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "portage_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "powershell_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "powershell_script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_boolean_return", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "python": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "reboot": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delay_mins", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reason", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "registry_key": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key", "key=", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "recursive", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "unscrubbed_values", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "values", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "remote_directory": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "files_backup", "files_group", "files_mode", "files_owner", "files_rights", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "overwrite", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge", "reboot_pending?", "recipe_name", "recipe_name=", "recursive", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "remote_file": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "ftp_active_mode", "gem", "group", "guard_interpreter", "hash", "headers", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "parse_source_args", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "show_progress", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "use_conditional_get", "use_etag", "use_etags", "use_last_modified", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "route": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "device", "disable_wow64_file_redirection", "display", "docker?", "domain", "domainname", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gateway", "gem", "guard_interpreter", "hash", "hostname", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "metric", "name", "name=", "netmask", "networking", "networking_ipv6", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "route_type", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "target", "target=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "rpm_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allow_downgrade", "allow_downgrade=", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ruby": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ruby_block": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "block", "block_name", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "scm": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "destination=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repository", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_info_args", "svn_password", "svn_password=", "svn_username", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "service": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "init_command", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "parameters", "params", "params=", "pattern", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "reload_command", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "run_levels", "running", "sanitized_path", "search", "send", "sensitive", "sensitive=", "service_name", "service_name=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_command", "state_for_resource_reporter", "status_command", "stop_command", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "smartos_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "solaris_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "subversion": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "destination=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repository", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_binary", "svn_info_args", "svn_password", "svn_password=", "svn_username", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "systemd_unit": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "active", "active=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enabled=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "masked=", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "static", "static=", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_ini", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "triggers_reload", "triggers_reload=", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verify", "verify=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "template": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "helper", "helper_modules", "helpers", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inline_helper_blocks", "inline_helper_modules", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "local", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "variables", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "timestamped_deploy": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "unresolved_subscribes": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "user": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "comment", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "force", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gid", "group", "guard_interpreter", "hash", "home", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "iterations", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_home", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "non_unique", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "salt", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "system", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "uid", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "username", "username=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "whyrun_safe_ruby_block": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "block", "block_name", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "installer_type", "installer_type=", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote_file_attributes", "remote_file_attributes=", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "returns=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_service": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "init_command", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "parameters", "params", "params=", "pattern", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "reload_command", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_as_password", "run_as_user", "run_context", "run_context=", "run_levels", "running", "sanitized_path", "search", "send", "sensitive", "sensitive=", "service_name", "service_name=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_command", "startup_type", "state_for_resource_reporter", "status_command", "stop_command", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_task": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "cwd=", "data_bag", "data_bag_item", "day", "day=", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enabled=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "execution_time_limit", "execution_time_limit=", "exists", "exists=", "extend", "ffi_yajl", "filename_to_qualified_string", "force", "force=", "forced_32bit_override_required?", "freeze", "frequency", "frequency=", "frequency_modifier", "frequency_modifier=", "frozen?", "gem", "guard_interpreter", "hash", "identity", "idle_time", "idle_time=", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interactive_enabled", "interactive_enabled=", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "months", "months=", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "random_delay", "random_delay=", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "run_level", "run_level=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_day", "start_day=", "start_time", "start_time=", "state_for_resource_reporter", "status", "status=", "subscribes", "taint", "tainted?", "tap", "task_name", "task_name=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "yum_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allow_downgrade", "allow_downgrade=", "allowed_actions", "allowed_actions=", "arch", "arch=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flush_cache", "flush_cache=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory", "yum_binary", "yum_binary=" ], "yum_repository": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "baseurl", "baseurl=", "before_notifications", "class", "clean_array", "clean_headers", "clean_headers=", "clean_metadata", "clean_metadata=", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "cost", "cost=", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "description", "description=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enabled=", "enablegroups", "enablegroups=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "exclude", "exclude=", "extend", "failovermethod", "failovermethod=", "fastestmirror_enabled", "fastestmirror_enabled=", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gpgcheck", "gpgcheck=", "gpgkey", "gpgkey=", "guard_interpreter", "hash", "http_caching", "http_caching=", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "include_config", "include_config=", "includepkgs", "includepkgs=", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keepalive", "keepalive=", "keyurl", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "make_cache", "make_cache=", "max_retries", "max_retries=", "metadata_expire", "metadata_expire=", "method", "method_missing", "methods", "mirror_expire", "mirror_expire=", "mirrorexpire", "mirrorexpire=", "mirrorlist", "mirrorlist=", "mirrorlist_expire", "mirrorlist_expire=", "mode", "mode=", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "priority=", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "proxy", "proxy=", "proxy_password", "proxy_password=", "proxy_username", "proxy_username=", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "repo_gpgcheck", "repo_gpgcheck=", "report_instanceid", "report_instanceid=", "repositoryid", "repositoryid=", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "skip_if_unavailable", "skip_if_unavailable=", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "sslcacert", "sslcacert=", "sslclientcert", "sslclientcert=", "sslclientkey", "sslclientkey=", "sslverify", "sslverify=", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "url", "username", "username=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "zypper_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gpg_check", "gpg_check=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ] } }foodcritic-13.1.1/chef_dsl_metadata/chef_13.1.31.json0000644000004100000410000155514613300102713022054 0ustar www-datawww-data{ "dsl_methods": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "[]", "__id__", "__send__", "a_to_s", "add_machine_options", "aix_user", "apply_expansion_attributes", "apt_package", "apt_repository", "apt_update", "assert_valid_windows_architecture!", "attribute", "attribute?", "attributes", "automatic_attrs", "automatic_attrs=", "bash", "batch", "bff_package", "breakpoinst", "breakpoint", "build_resource", "cab_package", "chef_acl", "chef_client", "chef_container", "chef_data_bag", "chef_data_bag_item", "chef_environment", "chef_environment=", "chef_gem", "chef_group", "chef_mirror", "chef_node", "chef_organization", "chef_role", "chef_server_rest", "chef_server_rest=", "chef_user", "chocolatey_package", "class", "class_from_file", "clean_array", "clone", "constantize", "construct_attributes", "consume_attributes", "consume_chef_environment", "consume_external_attrs", "consume_ohai_data", "consume_run_list", "control_group", "convert_to_class_name", "convert_to_snake_case", "cookbook_file", "create", "cron", "csh", "current_image_options", "current_machine_options", "data_bag", "data_bag_item", "dclone", "declare_resource", "default", "default!", "default_attrs", "default_attrs=", "default_unless", "define_singleton_method", "delete_resource", "delete_resource!", "deploy", "deploy_branch", "deploy_revision", "destroy", "directory", "disable_wow64_file_redirection", "display", "display_hash", "dnf_package", "docker?", "dpkg_package", "dsc_resource", "dsc_script", "dscl_user", "dup", "each", "each_attribute", "each_key", "each_value", "edit_resource", "edit_resource!", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "eql?", "equal?", "erl_call", "evaluate_resource_definition", "execute", "expand!", "extend", "ffi_yajl", "file", "filename_to_qualified_string", "find_resource", "find_resource!", "for_json", "force_default!", "force_override!", "forced_32bit_override_required?", "freebsd_package", "freeze", "from_file", "frozen?", "gem", "gem_package", "get_private_key", "git", "group", "has_key?", "has_resource_definition?", "hash", "homebrew_package", "http_request", "ifconfig", "include_attribute", "include_recipe", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "ips_package", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key?", "keys", "kind_of?", "ksh", "l_w_r_p_base", "launchd", "lazy", "link", "linux_user", "load_balancer", "load_recipe", "loaded_recipe", "log", "machine", "machine_batch", "machine_execute", "machine_file", "machine_image", "macosx_service", "macports_package", "mdadm", "method", "method_missing", "methods", "mount", "msu_package", "name", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normal", "normal!", "normal_attrs", "normal_attrs=", "normal_unless", "normalize_snake_case_name", "notifying_block", "object_id", "ohai", "openbsd_package", "osx_config_profile", "osx_profile", "override", "override!", "override_attrs", "override_attrs=", "override_runlist", "override_runlist=", "override_unless", "package", "pacman_package", "paludis_package", "parse_attribute_file_spec", "perl", "platform?", "platform_family?", "policy_group", "policy_group=", "policy_name", "policy_name=", "portage_package", "powershell_out", "powershell_out!", "powershell_package", "powershell_script", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "primary_runlist", "private_key", "private_methods", "protected_methods", "ps_credential", "psych_to_yaml", "public_key", "public_method", "public_methods", "public_send", "pw_user", "python", "read", "read!", "reboot", "reboot_pending?", "recipe?", "recipe_list", "recipe_list=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key", "registry_key_exists?", "registry_value_exists?", "remote_directory", "remote_file", "remove_instance_variable", "require_recipe", "reset_defaults_and_overrides", "respond_to?", "restore_wow64_file_redirection", "rm", "rm_default", "rm_normal", "rm_override", "role?", "route", "rpm_package", "ruby", "ruby_block", "run_context", "run_context=", "run_list", "run_list=", "run_list?", "run_state", "run_state=", "sanitized_path", "save", "scm", "script", "search", "select_run_list", "send", "service", "set", "set_cookbook_attribute", "set_or_return", "set_unless", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "singleton_class", "singleton_method", "singleton_methods", "smartos_package", "snake_case_basename", "solaris_package", "solaris_user", "subcontext_block", "subversion", "systemd_unit", "tag", "tags", "taint", "tainted?", "tap", "template", "timestamped_deploy", "to_enum", "to_hash", "to_json", "to_s", "to_yaml", "to_yaml_properties", "trust", "unlink", "unlink!", "untaint", "untrust", "untrusted?", "update_from!", "user", "user_resource_abstract_base_class", "valid_windows_architecture?", "validate", "value_for_platform", "value_for_platform_family", "whyrun_safe_ruby_block", "windows_package", "windows_script", "windows_service", "windows_task", "windows_user", "with_chef_data_bag", "with_chef_data_bag_item_encryption", "with_chef_environment", "with_chef_local_server", "with_chef_server", "with_driver", "with_image_options", "with_machine_options", "with_os_architecture", "with_run_context", "wow64_architecture_override_required?", "wow64_directory", "write", "write!", "yum_package", "yum_repository", "zypper_package" ], "node_methods": [ "!", "!=", "!~", "<", "<=", "<=>", "==", "===", "=~", ">", ">=", "[]", "[]=", "__id__", "__node__", "__path__", "__precedence__", "__root__", "__send__", "a_to_s", "all?", "any?", "apply_expansion_attributes", "assert_valid_windows_architecture!", "assoc", "attribute", "attribute?", "attributes", "automatic", "automatic=", "automatic_attrs", "automatic_attrs=", "chef_environment", "chef_environment=", "chef_server_rest", "chef_server_rest=", "chunk", "chunk_while", "class", "class_from_file", "clean_array", "clear", "clone", "collect", "collect!", "collect_concat", "combined_default", "combined_override", "compact", "compact!", "compare_by_identity", "compare_by_identity?", "constantize", "construct_attributes", "consume_attributes", "consume_chef_environment", "consume_external_attrs", "consume_ohai_data", "consume_run_list", "convert_to_class_name", "convert_to_snake_case", "count", "create", "cycle", "dclone", "debug_value", "deep_merge_cache", "deep_merge_cache=", "default", "default!", "default=", "default_attrs", "default_attrs=", "default_proc", "default_proc=", "default_unless", "define_singleton_method", "delete", "delete_if", "destroy", "detect", "dig", "disable_wow64_file_redirection", "display", "display_hash", "docker?", "drop", "drop_while", "dup", "each", "each_attribute", "each_cons", "each_entry", "each_key", "each_pair", "each_slice", "each_value", "each_with_index", "each_with_object", "empty?", "enforce_path_sanity", "entries", "enum_for", "env_default", "env_default=", "env_override", "env_override=", "environment", "eql?", "equal?", "except", "exist?", "expand!", "extend", "fetch", "fetch_values", "ffi_yajl", "filename_to_qualified_string", "find", "find_all", "find_index", "first", "flat_map", "flatten", "for_json", "force_default", "force_default!", "force_default=", "force_override", "force_override!", "force_override=", "forced_32bit_override_required?", "freeze", "from_file", "frozen?", "gem", "grep", "grep_v", "group_by", "has_key?", "has_value?", "hash", "immutablize", "include?", "include_attribute", "index", "inject", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "invert", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_if", "key", "key?", "keys", "kind_of?", "lazy", "length", "loaded_recipe", "map", "map!", "max", "max_by", "member?", "merge", "merge!", "merged_attributes", "method", "method_missing", "methods", "min", "min_by", "minmax", "minmax_by", "name", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "none?", "normal", "normal!", "normal=", "normal_attrs", "normal_attrs=", "normal_unless", "normalize_snake_case_name", "object_id", "one?", "override", "override!", "override=", "override_attrs", "override_attrs=", "override_runlist", "override_runlist=", "override_unless", "parse_attribute_file_spec", "partition", "platform?", "platform_family?", "policy_group", "policy_group=", "policy_name", "policy_name=", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "primary_runlist", "private_methods", "protected_methods", "psych_to_yaml", "public_method", "public_methods", "public_send", "rassoc", "read", "read!", "recipe?", "recipe_list", "recipe_list=", "reduce", "regular_update", "regular_writer", "rehash", "reject", "reject!", "remove_instance_variable", "replace", "reset", "reset_cache", "reset_defaults_and_overrides", "respond_to?", "restore_wow64_file_redirection", "reverse_each", "rm", "rm_default", "rm_normal", "rm_override", "role?", "role_default", "role_default=", "role_override", "role_override=", "run_context", "run_context=", "run_list", "run_list=", "run_list?", "run_state", "run_state=", "sanitized_path", "save", "save_plist", "select", "select!", "select_run_list", "send", "set", "set_cookbook_attribute", "set_or_return", "set_unless", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "shift", "singleton_class", "singleton_method", "singleton_methods", "size", "slice_after", "slice_before", "slice_when", "snake_case_basename", "sort", "sort_by", "store", "stringify_keys!", "sum", "symbolize_keys", "tag", "tags", "taint", "tainted?", "take", "take_while", "tap", "to_a", "to_enum", "to_h", "to_hash", "to_json", "to_plist", "to_proc", "to_s", "to_set", "to_yaml", "to_yaml_properties", "transform_values", "transform_values!", "trust", "uniq", "unlink", "unlink!", "untaint", "untrust", "untrusted?", "update", "update_from!", "valid_windows_architecture?", "validate", "value?", "value_for_platform", "value_for_platform_family", "values", "values_at", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory", "write", "write!", "zip" ], "actions": { "apt_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "apt_repository": [ "add", "nothing", "remove" ], "apt_update": [ "nothing", "periodic", "update" ], "bash": [ "nothing", "run" ], "batch": [ "nothing", "run" ], "bff_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "breakpoint": [ "break", "nothing" ], "cab_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "chef_gem": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "chocolatey_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "uninstall", "unlock", "upgrade" ], "cookbook_file": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "cron": [ "create", "delete", "nothing" ], "csh": [ "nothing", "run" ], "deploy": [ "deploy", "force_deploy", "nothing", "rollback" ], "deploy_branch": [ "deploy", "force_deploy", "nothing", "rollback" ], "deploy_revision": [ "deploy", "force_deploy", "nothing", "rollback" ], "directory": [ "create", "delete", "nothing" ], "dnf_package": [ "flush_cache", "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "dpkg_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "dsc_resource": [ "nothing", "run" ], "dsc_script": [ "nothing", "run" ], "env": [ "create", "delete", "modify", "nothing" ], "erl_call": [ "nothing", "run" ], "execute": [ "nothing", "run" ], "file": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "freebsd_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "gem_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "git": [ "checkout", "diff", "export", "log", "nothing", "sync" ], "group": [ "create", "manage", "modify", "nothing", "remove" ], "homebrew_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "http_request": [ "delete", "get", "head", "nothing", "options", "post", "put" ], "ifconfig": [ "add", "delete", "disable", "enable", "nothing" ], "ips_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "ksh": [ "nothing", "run" ], "launchd": [ "create", "create_if_missing", "delete", "disable", "enable", "nothing", "restart" ], "link": [ "create", "delete", "nothing" ], "log": [ "nothing", "write" ], "macosx_service": [ "disable", "enable", "mask", "nothing", "reload", "restart", "start", "stop", "unmask" ], "macports_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "mdadm": [ "assemble", "create", "nothing", "stop" ], "mount": [ "disable", "enable", "mount", "nothing", "remount", "umount", "unmount" ], "msu_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "ohai": [ "nothing", "reload" ], "openbsd_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "osx_profile": [ "install", "nothing", "remove" ], "package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "pacman_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "paludis_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "perl": [ "nothing", "run" ], "portage_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "powershell_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "powershell_script": [ "nothing", "run" ], "python": [ "nothing", "run" ], "reboot": [ "cancel", "nothing", "reboot_now", "request_reboot" ], "registry_key": [ "create", "create_if_missing", "delete", "delete_key", "nothing" ], "remote_directory": [ "create", "create_if_missing", "delete", "nothing" ], "remote_file": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "route": [ "add", "delete", "nothing" ], "rpm_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "ruby": [ "nothing", "run" ], "ruby_block": [ "create", "nothing", "run" ], "scm": [ "checkout", "diff", "export", "log", "nothing", "sync" ], "script": [ "nothing", "run" ], "service": [ "disable", "enable", "mask", "nothing", "reload", "restart", "start", "stop", "unmask" ], "smartos_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "solaris_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "subversion": [ "checkout", "diff", "export", "force_export", "log", "nothing", "sync" ], "systemd_unit": [ "create", "delete", "disable", "enable", "mask", "nothing", "reload", "reload_or_restart", "reload_or_try_restart", "restart", "start", "stop", "try_restart", "unmask" ], "template": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "timestamped_deploy": [ "deploy", "force_deploy", "nothing", "rollback" ], "unresolved_subscribes": [ "nothing" ], "user": [ "create", "lock", "manage", "modify", "nothing", "remove", "unlock" ], "whyrun_safe_ruby_block": [ "create", "nothing", "run" ], "windows_service": [ "configure_startup", "disable", "enable", "mask", "nothing", "reload", "restart", "start", "stop", "unmask" ], "windows_task": [ "create", "delete", "disable", "enable", "end", "nothing", "run" ], "yum_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "yum_repository": [ "add", "create", "delete", "makecache", "nothing", "remove" ], "zypper_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ] }, "attributes": { "apt_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "default_release", "default_release=", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "apt_repository": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "arch", "arch=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "cache_rebuild", "cache_rebuild=", "class", "clean_array", "clone", "components", "components=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook=", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "deb_src", "deb_src=", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "distribution", "distribution=", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key", "key=", "key_proxy", "key_proxy=", "keyserver", "keyserver=", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "repo_name", "repo_name=", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "trusted", "trusted=", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri", "uri=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "apt_update": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frequency", "frequency=", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "bash": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "batch": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "bff_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "breakpoint": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "cab_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "chef_gem": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clear_sources", "clear_sources=", "clone", "compile_time", "compile_time=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gem_binary", "gem_binary=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "include_default_source", "include_default_source=", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "chocolatey_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "returns=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "cookbook_file": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "cron": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "day", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "home", "hour", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "mailto", "method", "method_missing", "methods", "minute", "month", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "path", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "time", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "weekday", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "csh": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "deploy": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "deploy_branch": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "deploy_revision": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "directory": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "recursive", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dnf_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allow_downgrade", "allowed_actions", "allowed_actions=", "arch", "arch=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flush_cache", "flush_cache=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dpkg_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dsc_resource": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "module_name", "module_version", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "properties", "property", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "ps_credential", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_action", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dsc_script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "command", "configuration_data", "configuration_data_script", "configuration_name", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "imports", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "ps_credential", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "env": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "delim", "delim=", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key_name", "key_name=", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value", "value=", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "erl_call": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "cookie", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "distributed", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "name_type", "nil?", "node", "node_name", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "execute": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "command", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "file": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "freebsd_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "supports_pkgng?", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "gem_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clear_sources", "clear_sources=", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gem_binary", "gem_binary=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "include_default_source", "include_default_source=", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "git": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "destination=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "reference", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_info_args", "svn_password", "svn_password=", "svn_username", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "group": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "append", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "excluded_members", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gid", "group_name", "group_name=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "members", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "non_unique", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "system", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "users", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "homebrew_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "homebrew_user", "homebrew_user=", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "http_request": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "headers", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "message", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "url", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ifconfig": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "bcast", "before_notifications", "bootproto", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "device", "device=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "hwaddr", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inet_addr", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "mask", "method", "method_missing", "methods", "metric", "mtu", "name", "name=", "network", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "onboot", "only_if", "onparent", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "target", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ips_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "accept_license", "accept_license=", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ksh": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "launchd": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "abandon_process_group", "abandon_process_group=", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "backup", "backup=", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook=", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "debug", "debug=", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "disabled", "disabled=", "display", "docker?", "dup", "elapsed_time", "enable_globbing", "enable_globbing=", "enable_transactions", "enable_transactions=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment_variables", "environment_variables=", "epic_fail", "eql?", "equal?", "events", "exit_timeout", "exit_timeout=", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "group=", "guard_interpreter", "hard_resource_limits", "hard_resource_limits=", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inetd_compatibility", "inetd_compatibility=", "inherits", "init_groups", "init_groups=", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_alive", "keep_alive=", "kind_of?", "label", "label=", "launch_only_once", "launch_only_once=", "lazy", "ld_group", "ld_group=", "limit_load_from_hosts", "limit_load_from_hosts=", "limit_load_to_hosts", "limit_load_to_hosts=", "limit_load_to_session_type", "limit_load_to_session_type=", "load_from", "lookup_provider_constant", "low_priority_io", "low_priority_io=", "mach_services", "mach_services=", "method", "method_missing", "methods", "mode", "mode=", "name", "name=", "nice", "nice=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "on_demand", "on_demand=", "only_if", "owner", "owner=", "params", "params=", "path", "path=", "platform?", "platform_family?", "plist_hash", "plist_hash=", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "process_type", "process_type=", "program", "program=", "program_arguments", "program_arguments=", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "queue_directories", "queue_directories=", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "root_directory", "root_directory=", "run_action", "run_at_load", "run_at_load=", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "session_type", "session_type=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "sockets", "sockets=", "soft_resource_limits", "soft_resource_limits=", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "standard_error_path", "standard_error_path=", "standard_in_path", "standard_in_path=", "standard_out_path", "standard_out_path=", "start_calendar_interval", "start_calendar_interval=", "start_interval", "start_interval=", "start_on_mount", "start_on_mount=", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "throttle_interval", "throttle_interval=", "time_out", "time_out=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "type", "type=", "umask", "umask=", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "username", "username=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "wait_for_debugger", "wait_for_debugger=", "watch_paths", "watch_paths=", "with_os_architecture", "working_directory", "working_directory=", "wow64_architecture_override_required?", "wow64_directory" ], "link": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "link_type", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "target_file", "target_file=", "to", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "log": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "level", "load_from", "lookup_provider_constant", "message", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "macosx_service": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "init_command", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "parameters", "params", "params=", "pattern", "platform?", "platform_family?", "plist", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "reload_command", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "run_levels", "running", "sanitized_path", "search", "send", "sensitive", "sensitive=", "service_name", "service_name=", "session_type", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_command", "state_for_resource_reporter", "status_command", "stop_command", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "macports_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "mdadm": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "bitmap", "chunk", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "devices", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "exists", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "layout", "lazy", "level", "load_from", "lookup_provider_constant", "metadata", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "raid_device", "raid_device=", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "mount": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "device", "device=", "device_type", "disable_wow64_file_redirection", "display", "docker?", "domain", "dump", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "fsck_device", "fstype", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mount_point", "mounted", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "params", "params=", "pass", "password", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "username", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "msu_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ohai": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "ohai_name", "ohai_name=", "only_if", "params", "params=", "platform?", "platform_family?", "plugin", "plugin=", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "openbsd_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "osx_profile": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identifier", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "path", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "profile", "profile_name", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "pacman_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "paludis_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "perl": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "portage_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "powershell_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "powershell_script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_boolean_return", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "python": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "reboot": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delay_mins", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reason", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "registry_key": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key", "key=", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "recursive", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "unscrubbed_values", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "values", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "remote_directory": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "files_backup", "files_group", "files_mode", "files_owner", "files_rights", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "overwrite", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge", "reboot_pending?", "recipe_name", "recipe_name=", "recursive", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "remote_file": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "ftp_active_mode", "gem", "group", "guard_interpreter", "hash", "headers", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "parse_source_args", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "show_progress", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "use_conditional_get", "use_etag", "use_etags", "use_last_modified", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "route": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "device", "device=", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "domainname", "domainname=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gateway", "gateway=", "gem", "guard_interpreter", "hash", "hostname", "hostname=", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "metric", "metric=", "name", "name=", "netmask", "netmask=", "networking", "networking=", "networking_ipv6", "networking_ipv6=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "route_type", "route_type=", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "target", "target=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "rpm_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allow_downgrade", "allow_downgrade=", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ruby": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ruby_block": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "block", "block_name", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "scm": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "destination=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repository", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_info_args", "svn_password", "svn_password=", "svn_username", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "service": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "init_command", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "parameters", "params", "params=", "pattern", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "reload_command", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "run_levels", "running", "sanitized_path", "search", "send", "sensitive", "sensitive=", "service_name", "service_name=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_command", "state_for_resource_reporter", "status_command", "stop_command", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "smartos_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "solaris_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "subversion": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "destination=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repository", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_binary", "svn_info_args", "svn_password", "svn_password=", "svn_username", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "systemd_unit": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "active", "active=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enabled=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "masked=", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "static", "static=", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_ini", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "triggers_reload", "triggers_reload=", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verify", "verify=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "template": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "helper", "helper_modules", "helpers", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inline_helper_blocks", "inline_helper_modules", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "local", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "variables", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "timestamped_deploy": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "unresolved_subscribes": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "user": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "comment", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "force", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gid", "group", "guard_interpreter", "hash", "home", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "iterations", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_home", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "non_unique", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "salt", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "system", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "uid", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "username", "username=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "whyrun_safe_ruby_block": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "block", "block_name", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "installer_type", "installer_type=", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote_file_attributes", "remote_file_attributes=", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "returns=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_service": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "init_command", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "parameters", "params", "params=", "pattern", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "reload_command", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_as_password", "run_as_user", "run_context", "run_context=", "run_levels", "running", "sanitized_path", "search", "send", "sensitive", "sensitive=", "service_name", "service_name=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_command", "startup_type", "state_for_resource_reporter", "status_command", "stop_command", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_task": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "cwd=", "data_bag", "data_bag_item", "day", "day=", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enabled=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "execution_time_limit", "execution_time_limit=", "exists", "exists=", "extend", "ffi_yajl", "filename_to_qualified_string", "force", "force=", "forced_32bit_override_required?", "freeze", "frequency", "frequency=", "frequency_modifier", "frequency_modifier=", "frozen?", "gem", "guard_interpreter", "hash", "identity", "idle_time", "idle_time=", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interactive_enabled", "interactive_enabled=", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "months", "months=", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "random_delay", "random_delay=", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "run_level", "run_level=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_day", "start_day=", "start_time", "start_time=", "state_for_resource_reporter", "status", "status=", "subscribes", "taint", "tainted?", "tap", "task_name", "task_name=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "yum_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allow_downgrade", "allow_downgrade=", "allowed_actions", "allowed_actions=", "arch", "arch=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flush_cache", "flush_cache=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory", "yum_binary", "yum_binary=" ], "yum_repository": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "baseurl", "baseurl=", "before_notifications", "class", "clean_array", "clean_headers", "clean_headers=", "clean_metadata", "clean_metadata=", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "cost", "cost=", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "description", "description=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enabled=", "enablegroups", "enablegroups=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "exclude", "exclude=", "extend", "failovermethod", "failovermethod=", "fastestmirror_enabled", "fastestmirror_enabled=", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gpgcheck", "gpgcheck=", "gpgkey", "gpgkey=", "guard_interpreter", "hash", "http_caching", "http_caching=", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "include_config", "include_config=", "includepkgs", "includepkgs=", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keepalive", "keepalive=", "keyurl", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "make_cache", "make_cache=", "max_retries", "max_retries=", "metadata_expire", "metadata_expire=", "method", "method_missing", "methods", "mirror_expire", "mirror_expire=", "mirrorexpire", "mirrorexpire=", "mirrorlist", "mirrorlist=", "mirrorlist_expire", "mirrorlist_expire=", "mode", "mode=", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "priority=", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "proxy", "proxy=", "proxy_password", "proxy_password=", "proxy_username", "proxy_username=", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "repo_gpgcheck", "repo_gpgcheck=", "report_instanceid", "report_instanceid=", "repositoryid", "repositoryid=", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "skip_if_unavailable", "skip_if_unavailable=", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "sslcacert", "sslcacert=", "sslclientcert", "sslclientcert=", "sslclientkey", "sslclientkey=", "sslverify", "sslverify=", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "url", "username", "username=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "zypper_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gpg_check", "gpg_check=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ] } } foodcritic-13.1.1/chef_dsl_metadata/chef_13.5.3.json0000644000004100000410000161574513300102713022001 0ustar www-datawww-data{ "dsl_methods": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "[]", "__id__", "__send__", "a_to_s", "add_machine_options", "aix_user", "apply_expansion_attributes", "apt_package", "apt_preference", "apt_repository", "apt_update", "assert_valid_windows_architecture!", "attribute", "attribute?", "attributes", "automatic_attrs", "automatic_attrs=", "bash", "batch", "bff_package", "breakpoint", "build_resource", "cab_package", "chef_acl", "chef_client", "chef_container", "chef_data_bag", "chef_data_bag_item", "chef_environment", "chef_environment=", "chef_gem", "chef_group", "chef_mirror", "chef_node", "chef_organization", "chef_role", "chef_server_rest", "chef_server_rest=", "chef_user", "chocolatey_package", "class", "class_from_file", "clean_array", "clone", "constantize", "construct_attributes", "consume_attributes", "consume_chef_environment", "consume_external_attrs", "consume_ohai_data", "consume_run_list", "control_group", "convert_to_class_name", "convert_to_snake_case", "cookbook_file", "create", "cron", "csh", "current_image_options", "current_machine_options", "data_bag", "data_bag_item", "dclone", "declare_resource", "default", "default!", "default_attrs", "default_attrs=", "default_unless", "define_singleton_method", "delete_resource", "delete_resource!", "deploy", "deploy_branch", "deploy_revision", "destroy", "directory", "disable_wow64_file_redirection", "display", "display_hash", "dnf_package", "docker?", "dpkg_package", "dsc_resource", "dsc_script", "dscl_user", "dup", "each", "each_attribute", "each_key", "each_value", "edit_resource", "edit_resource!", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "eql?", "equal?", "erl_call", "evaluate_resource_definition", "execute", "expand!", "extend", "ffi_yajl", "file", "filename_to_qualified_string", "find_resource", "find_resource!", "for_json", "force_default!", "force_override!", "forced_32bit_override_required?", "freebsd_package", "freeze", "from_file", "frozen?", "gem", "gem_package", "get_private_key", "git", "group", "has_key?", "has_resource_definition?", "hash", "homebrew_package", "http_request", "ifconfig", "include_attribute", "include_recipe", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "ips_package", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key?", "keys", "kind_of?", "ksh", "l_w_r_p_base", "launchd", "lazy", "link", "linux_user", "load_balancer", "load_recipe", "loaded_recipe", "log", "machine", "machine_batch", "machine_execute", "machine_file", "machine_image", "macosx_service", "macports_package", "mdadm", "method", "method_missing", "methods", "mount", "msu_package", "name", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normal", "normal!", "normal_attrs", "normal_attrs=", "normal_unless", "normalize_snake_case_name", "notifying_block", "object_id", "ohai", "openbsd_package", "osx_config_profile", "osx_profile", "override", "override!", "override_attrs", "override_attrs=", "override_runlist", "override_runlist=", "override_unless", "package", "pacman_package", "paludis_package", "parse_attribute_file_spec", "perl", "platform?", "platform_family?", "policy_group", "policy_group=", "policy_name", "policy_name=", "portage_package", "powershell_out", "powershell_out!", "powershell_package", "powershell_script", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "primary_runlist", "private_key", "private_methods", "protected_methods", "ps_credential", "psych_to_yaml", "public_key", "public_method", "public_methods", "public_send", "pw_user", "python", "read", "read!", "reboot", "reboot_pending?", "recipe?", "recipe_list", "recipe_list=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key", "registry_key_exists?", "registry_value_exists?", "remote_directory", "remote_file", "remove_instance_variable", "require_recipe", "reset_defaults_and_overrides", "respond_to?", "restore_wow64_file_redirection", "rm", "rm_default", "rm_normal", "rm_override", "role?", "route", "rpm_package", "ruby", "ruby_block", "run_context", "run_context=", "run_list", "run_list=", "run_list?", "run_state", "run_state=", "sanitized_path", "save", "scm", "script", "search", "select_run_list", "send", "service", "set", "set_cookbook_attribute", "set_or_return", "set_unless", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "singleton_class", "singleton_method", "singleton_methods", "smartos_package", "snake_case_basename", "solaris_package", "solaris_user", "subcontext_block", "subversion", "systemd_unit", "tag", "tags", "taint", "tainted?", "tap", "template", "timestamped_deploy", "to_enum", "to_hash", "to_json", "to_s", "to_yaml", "to_yaml_properties", "trust", "unlink", "unlink!", "untaint", "untrust", "untrusted?", "update_from!", "user", "user_resource_abstract_base_class", "valid_windows_architecture?", "validate", "value_for_platform", "value_for_platform_family", "whyrun_safe_ruby_block", "windows_package", "windows_path", "windows_script", "windows_service", "windows_task", "windows_user", "with_chef_data_bag", "with_chef_data_bag_item_encryption", "with_chef_environment", "with_chef_local_server", "with_chef_server", "with_driver", "with_image_options", "with_machine_options", "with_os_architecture", "with_run_context", "wow64_architecture_override_required?", "wow64_directory", "write", "write!", "yum_package", "yum_repository", "zypper_package", "zypper_repo", "zypper_repository" ], "node_methods": [ "!", "!=", "!~", "<", "<=", "<=>", "==", "===", "=~", ">", ">=", "[]", "[]=", "__id__", "__node__", "__path__", "__precedence__", "__root__", "__send__", "a_to_s", "all?", "any?", "apply_expansion_attributes", "assert_valid_windows_architecture!", "assoc", "attribute", "attribute?", "attributes", "automatic", "automatic=", "automatic_attrs", "automatic_attrs=", "chef_environment", "chef_environment=", "chef_server_rest", "chef_server_rest=", "chunk", "chunk_while", "class", "class_from_file", "clean_array", "clear", "clone", "collect", "collect!", "collect_concat", "combined_default", "combined_override", "compact", "compact!", "compare_by_identity", "compare_by_identity?", "constantize", "construct_attributes", "consume_attributes", "consume_chef_environment", "consume_external_attrs", "consume_ohai_data", "consume_run_list", "convert_to_class_name", "convert_to_snake_case", "convert_value", "count", "create", "cycle", "dclone", "debug_value", "deep_merge_cache", "deep_merge_cache=", "default", "default!", "default=", "default_attrs", "default_attrs=", "default_proc", "default_proc=", "default_unless", "define_singleton_method", "delete", "delete_if", "destroy", "detect", "dig", "disable_wow64_file_redirection", "display", "display_hash", "docker?", "drop", "drop_while", "dup", "each", "each_attribute", "each_cons", "each_entry", "each_key", "each_pair", "each_slice", "each_value", "each_with_index", "each_with_object", "empty?", "enforce_path_sanity", "entries", "enum_for", "env_default", "env_default=", "env_override", "env_override=", "environment", "eql?", "equal?", "except", "exist?", "expand!", "extend", "fetch", "fetch_values", "ffi_yajl", "filename_to_qualified_string", "find", "find_all", "find_index", "first", "flat_map", "flatten", "for_json", "force_default", "force_default!", "force_default=", "force_override", "force_override!", "force_override=", "forced_32bit_override_required?", "freeze", "from_file", "frozen?", "gem", "grep", "grep_v", "group_by", "has_key?", "has_value?", "hash", "immutablize", "include?", "include_attribute", "index", "inject", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "internal_set", "invert", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_if", "key", "key?", "keys", "kind_of?", "lazy", "length", "loaded_recipe", "map", "map!", "max", "max_by", "member?", "merge", "merge!", "merged_attributes", "method", "method_missing", "methods", "min", "min_by", "minmax", "minmax_by", "name", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "none?", "normal", "normal!", "normal=", "normal_attrs", "normal_attrs=", "normal_unless", "normalize_snake_case_name", "object_id", "one?", "override", "override!", "override=", "override_attrs", "override_attrs=", "override_runlist", "override_runlist=", "override_unless", "parse_attribute_file_spec", "partition", "platform?", "platform_family?", "policy_group", "policy_group=", "policy_name", "policy_name=", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "primary_runlist", "private_methods", "protected_methods", "psych_to_yaml", "public_method", "public_methods", "public_send", "rassoc", "read", "read!", "recipe?", "recipe_list", "recipe_list=", "reduce", "regular_update", "regular_writer", "rehash", "reject", "reject!", "remove_instance_variable", "replace", "reset", "reset_cache", "reset_defaults_and_overrides", "respond_to?", "restore_wow64_file_redirection", "reverse_each", "rm", "rm_default", "rm_normal", "rm_override", "role?", "role_default", "role_default=", "role_override", "role_override=", "run_context", "run_context=", "run_list", "run_list=", "run_list?", "run_state", "run_state=", "sanitized_path", "save", "save_plist", "select", "select!", "select_run_list", "send", "set", "set_cookbook_attribute", "set_or_return", "set_unless", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "shift", "singleton_class", "singleton_method", "singleton_methods", "size", "slice_after", "slice_before", "slice_when", "snake_case_basename", "sort", "sort_by", "store", "stringify_keys!", "sum", "symbolize_keys", "tag", "tags", "taint", "tainted?", "take", "take_while", "tap", "to_a", "to_enum", "to_h", "to_hash", "to_json", "to_plist", "to_proc", "to_s", "to_set", "to_yaml", "to_yaml_properties", "transform_values", "transform_values!", "trust", "uniq", "unlink", "unlink!", "untaint", "untrust", "untrusted?", "update", "update_from!", "valid_windows_architecture?", "validate", "value?", "value_for_platform", "value_for_platform_family", "values", "values_at", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory", "write", "write!", "zip" ], "actions": { "apt_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "apt_preference": [ "add", "nothing", "remove" ], "apt_repository": [ "add", "nothing", "remove" ], "apt_update": [ "nothing", "periodic", "update" ], "bash": [ "nothing", "run" ], "batch": [ "nothing", "run" ], "bff_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "breakpoint": [ "break", "nothing" ], "cab_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "chef_gem": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "chocolatey_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "uninstall", "unlock", "upgrade" ], "cookbook_file": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "cron": [ "create", "delete", "nothing" ], "csh": [ "nothing", "run" ], "deploy": [ "deploy", "force_deploy", "nothing", "rollback" ], "deploy_branch": [ "deploy", "force_deploy", "nothing", "rollback" ], "deploy_revision": [ "deploy", "force_deploy", "nothing", "rollback" ], "directory": [ "create", "delete", "nothing" ], "dnf_package": [ "flush_cache", "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "dpkg_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "dsc_resource": [ "nothing", "run" ], "dsc_script": [ "nothing", "run" ], "env": [ "create", "delete", "modify", "nothing" ], "erl_call": [ "nothing", "run" ], "execute": [ "nothing", "run" ], "file": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "freebsd_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "gem_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "git": [ "checkout", "diff", "export", "log", "nothing", "sync" ], "group": [ "create", "manage", "modify", "nothing", "remove" ], "homebrew_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "http_request": [ "delete", "get", "head", "nothing", "options", "patch", "post", "put" ], "ifconfig": [ "add", "delete", "disable", "enable", "nothing" ], "ips_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "ksh": [ "nothing", "run" ], "launchd": [ "create", "create_if_missing", "delete", "disable", "enable", "nothing", "restart" ], "link": [ "create", "delete", "nothing" ], "log": [ "nothing", "write" ], "macosx_service": [ "disable", "enable", "mask", "nothing", "reload", "restart", "start", "stop", "unmask" ], "macports_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "mdadm": [ "assemble", "create", "nothing", "stop" ], "mount": [ "disable", "enable", "mount", "nothing", "remount", "umount", "unmount" ], "msu_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "ohai": [ "nothing", "reload" ], "openbsd_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "osx_profile": [ "install", "nothing", "remove" ], "package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "pacman_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "paludis_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "perl": [ "nothing", "run" ], "portage_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "powershell_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "powershell_script": [ "nothing", "run" ], "python": [ "nothing", "run" ], "reboot": [ "cancel", "nothing", "reboot_now", "request_reboot" ], "registry_key": [ "create", "create_if_missing", "delete", "delete_key", "nothing" ], "remote_directory": [ "create", "create_if_missing", "delete", "nothing" ], "remote_file": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "route": [ "add", "delete", "nothing" ], "rpm_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "ruby": [ "nothing", "run" ], "ruby_block": [ "create", "nothing", "run" ], "scm": [ "checkout", "diff", "export", "log", "nothing", "sync" ], "script": [ "nothing", "run" ], "service": [ "disable", "enable", "mask", "nothing", "reload", "restart", "start", "stop", "unmask" ], "smartos_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "solaris_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "subversion": [ "checkout", "diff", "export", "force_export", "log", "nothing", "sync" ], "systemd_unit": [ "create", "delete", "disable", "enable", "mask", "nothing", "reload", "reload_or_restart", "reload_or_try_restart", "restart", "start", "stop", "try_restart", "unmask" ], "template": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "timestamped_deploy": [ "deploy", "force_deploy", "nothing", "rollback" ], "unresolved_subscribes": [ "nothing" ], "user": [ "create", "lock", "manage", "modify", "nothing", "remove", "unlock" ], "whyrun_safe_ruby_block": [ "create", "nothing", "run" ], "windows_path": [ "add", "nothing", "remove" ], "windows_service": [ "configure_startup", "disable", "enable", "mask", "nothing", "reload", "restart", "start", "stop", "unmask" ], "windows_task": [ "create", "delete", "disable", "enable", "end", "nothing", "run" ], "yum_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "yum_repository": [ "add", "create", "delete", "makecache", "nothing", "remove" ], "zypper_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "zypper_repository": [ "add", "create", "nothing", "refresh", "remove" ] }, "attributes": { "apt_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "default_release", "default_release=", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "apt_preference": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "glob", "glob=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "package_name", "package_name=", "params", "params=", "pin", "pin=", "pin_priority", "pin_priority=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "apt_repository": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "arch", "arch=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "cache_rebuild", "cache_rebuild=", "class", "clean_array", "clone", "components", "components=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook=", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "deb_src", "deb_src=", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "distribution", "distribution=", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key", "key=", "key_proxy", "key_proxy=", "keyserver", "keyserver=", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "repo_name", "repo_name=", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "trusted", "trusted=", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri", "uri=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "apt_update": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frequency", "frequency=", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "bash": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "batch": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "bff_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "breakpoint": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "cab_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "chef_gem": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clear_sources", "clear_sources=", "clone", "compile_time", "compile_time=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gem_binary", "gem_binary=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "include_default_source", "include_default_source=", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "chocolatey_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "returns=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "cookbook_file": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "cron": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "day", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "home", "hour", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "mailto", "method", "method_missing", "methods", "minute", "month", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "path", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "time", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "weekday", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "csh": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "deploy": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "deploy_branch": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "deploy_revision": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "directory": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "recursive", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dnf_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allow_downgrade", "allowed_actions", "allowed_actions=", "arch", "arch=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flush_cache", "flush_cache=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dpkg_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dsc_resource": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "module_name", "module_version", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "properties", "property", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "ps_credential", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_action", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dsc_script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "command", "configuration_data", "configuration_data_script", "configuration_name", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "imports", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "ps_credential", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "env": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "delim", "delim=", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key_name", "key_name=", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value", "value=", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "erl_call": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "cookie", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "distributed", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "name_type", "nil?", "node", "node_name", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "execute": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "command", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "file": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "freebsd_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "supports_pkgng?", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "gem_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clear_sources", "clear_sources=", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gem_binary", "gem_binary=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "include_default_source", "include_default_source=", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "git": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "destination=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "reference", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_info_args", "svn_password", "svn_password=", "svn_username", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "group": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "append", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "excluded_members", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gid", "group_name", "group_name=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "members", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "non_unique", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "system", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "users", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "homebrew_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "homebrew_user", "homebrew_user=", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "http_request": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "headers", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "message", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "url", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ifconfig": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "bcast", "before_notifications", "bonding_opts", "bootproto", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "device", "device=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "ethtool_opts", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "hwaddr", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inet_addr", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "mask", "master", "method", "method_missing", "methods", "metric", "mtu", "name", "name=", "network", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "onboot", "only_if", "onparent", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "slave", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "target", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ips_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "accept_license", "accept_license=", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ksh": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "launchd": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "abandon_process_group", "abandon_process_group=", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "backup", "backup=", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook=", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "debug", "debug=", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "disabled", "disabled=", "display", "docker?", "dup", "elapsed_time", "enable_globbing", "enable_globbing=", "enable_transactions", "enable_transactions=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment_variables", "environment_variables=", "epic_fail", "eql?", "equal?", "events", "exit_timeout", "exit_timeout=", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "group=", "guard_interpreter", "hard_resource_limits", "hard_resource_limits=", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inetd_compatibility", "inetd_compatibility=", "inherits", "init_groups", "init_groups=", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_alive", "keep_alive=", "kind_of?", "label", "label=", "launch_only_once", "launch_only_once=", "lazy", "ld_group", "ld_group=", "limit_load_from_hosts", "limit_load_from_hosts=", "limit_load_to_hosts", "limit_load_to_hosts=", "limit_load_to_session_type", "limit_load_to_session_type=", "load_from", "lookup_provider_constant", "low_priority_io", "low_priority_io=", "mach_services", "mach_services=", "method", "method_missing", "methods", "mode", "mode=", "name", "name=", "nice", "nice=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "on_demand", "on_demand=", "only_if", "owner", "owner=", "params", "params=", "path", "path=", "platform?", "platform_family?", "plist_hash", "plist_hash=", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "process_type", "process_type=", "program", "program=", "program_arguments", "program_arguments=", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "queue_directories", "queue_directories=", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "root_directory", "root_directory=", "run_action", "run_at_load", "run_at_load=", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "session_type", "session_type=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "sockets", "sockets=", "soft_resource_limits", "soft_resource_limits=", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "standard_error_path", "standard_error_path=", "standard_in_path", "standard_in_path=", "standard_out_path", "standard_out_path=", "start_calendar_interval", "start_calendar_interval=", "start_interval", "start_interval=", "start_on_mount", "start_on_mount=", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "throttle_interval", "throttle_interval=", "time_out", "time_out=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "type", "type=", "umask", "umask=", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "username", "username=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "wait_for_debugger", "wait_for_debugger=", "watch_paths", "watch_paths=", "with_os_architecture", "working_directory", "working_directory=", "wow64_architecture_override_required?", "wow64_directory" ], "link": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "link_type", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "target_file", "target_file=", "to", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "log": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "level", "load_from", "lookup_provider_constant", "message", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "macosx_service": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "init_command", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "parameters", "params", "params=", "pattern", "platform?", "platform_family?", "plist", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "reload_command", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "run_levels", "running", "sanitized_path", "search", "send", "sensitive", "sensitive=", "service_name", "service_name=", "session_type", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_command", "state_for_resource_reporter", "status_command", "stop_command", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "macports_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "mdadm": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "bitmap", "chunk", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "devices", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "exists", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "layout", "lazy", "level", "load_from", "lookup_provider_constant", "metadata", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "raid_device", "raid_device=", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "mount": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "device", "device=", "device_type", "disable_wow64_file_redirection", "display", "docker?", "domain", "dump", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "fsck_device", "fstype", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mount_point", "mounted", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "params", "params=", "pass", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "username", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "msu_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ohai": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "ohai_name", "ohai_name=", "only_if", "params", "params=", "platform?", "platform_family?", "plugin", "plugin=", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "openbsd_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "osx_profile": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identifier", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "path", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "profile", "profile_name", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "pacman_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "paludis_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "perl": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "portage_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "powershell_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "powershell_script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_boolean_return", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "python": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "reboot": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delay_mins", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reason", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "registry_key": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key", "key=", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "recursive", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "unscrubbed_values", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "values", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "remote_directory": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "files_backup", "files_group", "files_mode", "files_owner", "files_rights", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "overwrite", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge", "reboot_pending?", "recipe_name", "recipe_name=", "recursive", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "remote_file": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "ftp_active_mode", "gem", "group", "guard_interpreter", "hash", "headers", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "parse_source_args", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote_domain", "remote_domain=", "remote_password", "remote_password=", "remote_user", "remote_user=", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "show_progress", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "use_conditional_get", "use_etag", "use_etags", "use_last_modified", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "route": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "device", "device=", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "domainname", "domainname=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gateway", "gateway=", "gem", "guard_interpreter", "hash", "hostname", "hostname=", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "metric", "metric=", "name", "name=", "netmask", "netmask=", "networking", "networking=", "networking_ipv6", "networking_ipv6=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "route_type", "route_type=", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "target", "target=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "rpm_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allow_downgrade", "allow_downgrade=", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ruby": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ruby_block": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "block", "block_name", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "scm": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "destination=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repository", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_info_args", "svn_password", "svn_password=", "svn_username", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "service": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "init_command", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "parameters", "params", "params=", "pattern", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "reload_command", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "run_levels", "running", "sanitized_path", "search", "send", "sensitive", "sensitive=", "service_name", "service_name=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_command", "state_for_resource_reporter", "status_command", "stop_command", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "smartos_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "solaris_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "subversion": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "destination=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repository", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_binary", "svn_info_args", "svn_password", "svn_password=", "svn_username", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "systemd_unit": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "active", "active=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enabled=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "masked=", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "static", "static=", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_ini", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "triggers_reload", "triggers_reload=", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verify", "verify=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "template": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "helper", "helper_modules", "helpers", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inline_helper_blocks", "inline_helper_modules", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "local", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "variables", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "timestamped_deploy": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "unresolved_subscribes": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "user": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "comment", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "force", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gid", "group", "guard_interpreter", "hash", "home", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "iterations", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_home", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "non_unique", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "salt", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "system", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "uid", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "username", "username=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "whyrun_safe_ruby_block": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "block", "block_name", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "installer_type", "installer_type=", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote_file_attributes", "remote_file_attributes=", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "returns=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_path": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_service": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "init_command", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "parameters", "params", "params=", "pattern", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "reload_command", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_as_password", "run_as_user", "run_context", "run_context=", "run_levels", "running", "sanitized_path", "search", "send", "sensitive", "sensitive=", "service_name", "service_name=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_command", "startup_type", "state_for_resource_reporter", "status_command", "stop_command", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_task": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "cwd=", "data_bag", "data_bag_item", "day", "day=", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enabled=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "execution_time_limit", "execution_time_limit=", "exists", "exists=", "extend", "ffi_yajl", "filename_to_qualified_string", "force", "force=", "forced_32bit_override_required?", "freeze", "frequency", "frequency=", "frequency_modifier", "frequency_modifier=", "frozen?", "gem", "guard_interpreter", "hash", "identity", "idle_time", "idle_time=", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interactive_enabled", "interactive_enabled=", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "months", "months=", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "random_delay", "random_delay=", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "run_level", "run_level=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_day", "start_day=", "start_time", "start_time=", "state_for_resource_reporter", "status", "status=", "subscribes", "taint", "tainted?", "tap", "task_name", "task_name=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "yum_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allow_downgrade", "allow_downgrade=", "allowed_actions", "allowed_actions=", "arch", "arch=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flush_cache", "flush_cache=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory", "yum_binary", "yum_binary=" ], "yum_repository": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "baseurl", "baseurl=", "before_notifications", "class", "clean_array", "clean_headers", "clean_headers=", "clean_metadata", "clean_metadata=", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "cost", "cost=", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "description", "description=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enabled=", "enablegroups", "enablegroups=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "exclude", "exclude=", "extend", "failovermethod", "failovermethod=", "fastestmirror_enabled", "fastestmirror_enabled=", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gpgcheck", "gpgcheck=", "gpgkey", "gpgkey=", "guard_interpreter", "hash", "http_caching", "http_caching=", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "include_config", "include_config=", "includepkgs", "includepkgs=", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keepalive", "keepalive=", "keyurl", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "make_cache", "make_cache=", "max_retries", "max_retries=", "metadata_expire", "metadata_expire=", "metalink", "metalink=", "method", "method_missing", "methods", "mirror_expire", "mirror_expire=", "mirrorexpire", "mirrorexpire=", "mirrorlist", "mirrorlist=", "mirrorlist_expire", "mirrorlist_expire=", "mode", "mode=", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "priority=", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "proxy", "proxy=", "proxy_password", "proxy_password=", "proxy_username", "proxy_username=", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "repo_gpgcheck", "repo_gpgcheck=", "report_instanceid", "report_instanceid=", "repositoryid", "repositoryid=", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "skip_if_unavailable", "skip_if_unavailable=", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "sslcacert", "sslcacert=", "sslclientcert", "sslclientcert=", "sslclientkey", "sslclientkey=", "sslverify", "sslverify=", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "throttle", "throttle=", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "url", "username", "username=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "zypper_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gpg_check", "gpg_check=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "zypper_repository": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "autorefresh", "autorefresh=", "baseurl", "baseurl=", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "description", "description=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enabled=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gpgautoimportkeys", "gpgautoimportkeys=", "gpgcheck", "gpgcheck=", "gpgkey", "gpgkey=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keeppackages", "keeppackages=", "key", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mirrorlist", "mirrorlist=", "mode", "mode=", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "priority=", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "refresh_cache", "refresh_cache=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "repo_name", "repo_name=", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "type", "type=", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ] } } foodcritic-13.1.1/chef_dsl_metadata/chef_13.7.16.json0000644000004100000410000161707213300102713022062 0ustar www-datawww-data{ "dsl_methods": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "[]", "__id__", "__send__", "a_to_s", "add_machine_options", "aix_user", "apply_expansion_attributes", "apt_package", "apt_preference", "apt_repository", "apt_update", "assert_valid_windows_architecture!", "attribute", "attribute?", "attributes", "automatic_attrs", "automatic_attrs=", "bash", "batch", "bff_package", "breakpoint", "build_resource", "cab_package", "chef_acl", "chef_client", "chef_container", "chef_data_bag", "chef_data_bag_item", "chef_environment", "chef_environment=", "chef_gem", "chef_group", "chef_mirror", "chef_node", "chef_organization", "chef_role", "chef_server_rest", "chef_server_rest=", "chef_user", "chocolatey_package", "class", "class_from_file", "clean_array", "clone", "constantize", "construct_attributes", "consume_attributes", "consume_chef_environment", "consume_external_attrs", "consume_ohai_data", "consume_run_list", "control_group", "convert_to_class_name", "convert_to_snake_case", "cookbook_file", "create", "cron", "csh", "current_image_options", "current_machine_options", "data_bag", "data_bag_item", "dclone", "declare_resource", "default", "default!", "default_attrs", "default_attrs=", "default_unless", "define_singleton_method", "delete_resource", "delete_resource!", "deploy", "deploy_branch", "deploy_revision", "destroy", "directory", "disable_wow64_file_redirection", "display", "display_hash", "dnf_package", "docker?", "dpkg_package", "dsc_resource", "dsc_script", "dscl_user", "dup", "each", "each_attribute", "each_key", "each_value", "edit_resource", "edit_resource!", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "eql?", "equal?", "erl_call", "evaluate_resource_definition", "execute", "expand!", "extend", "ffi_yajl", "file", "filename_to_qualified_string", "find_resource", "find_resource!", "for_json", "force_default!", "force_override!", "forced_32bit_override_required?", "freebsd_package", "freeze", "from_file", "frozen?", "gem", "gem_package", "get_private_key", "git", "group", "has_key?", "has_resource_definition?", "hash", "homebrew_package", "http_request", "ifconfig", "include_attribute", "include_recipe", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "ips_package", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key?", "keys", "kind_of?", "ksh", "l_w_r_p_base", "launchd", "lazy", "link", "linux_user", "load_balancer", "load_recipe", "loaded_recipe", "log", "machine", "machine_batch", "machine_execute", "machine_file", "machine_image", "macosx_service", "macports_package", "mdadm", "method", "method_missing", "methods", "mount", "msu_package", "name", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normal", "normal!", "normal_attrs", "normal_attrs=", "normal_unless", "normalize_snake_case_name", "notifying_block", "object_id", "ohai", "openbsd_package", "osx_config_profile", "osx_profile", "override", "override!", "override_attrs", "override_attrs=", "override_runlist", "override_runlist=", "override_unless", "package", "pacman_package", "paludis_package", "parse_attribute_file_spec", "perl", "platform?", "platform_family?", "policy_group", "policy_group=", "policy_name", "policy_name=", "portage_package", "powershell_out", "powershell_out!", "powershell_package", "powershell_script", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "primary_runlist", "private_key", "private_methods", "protected_methods", "ps_credential", "psych_to_yaml", "public_key", "public_method", "public_methods", "public_send", "pw_user", "python", "read", "read!", "reboot", "reboot_pending?", "recipe?", "recipe_list", "recipe_list=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key", "registry_key_exists?", "registry_value_exists?", "remote_directory", "remote_file", "remove_instance_variable", "require_recipe", "reset_defaults_and_overrides", "respond_to?", "restore_wow64_file_redirection", "rm", "rm_default", "rm_normal", "rm_override", "role?", "route", "rpm_package", "ruby", "ruby_block", "run_context", "run_context=", "run_list", "run_list=", "run_list?", "run_state", "run_state=", "sanitized_path", "save", "scm", "script", "search", "select_run_list", "send", "service", "set", "set_cookbook_attribute", "set_or_return", "set_unless", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "singleton_class", "singleton_method", "singleton_methods", "smartos_package", "snake_case_basename", "solaris_package", "solaris_user", "subcontext_block", "subversion", "systemd_unit", "tag", "tags", "taint", "tainted?", "tap", "template", "timestamped_deploy", "to_enum", "to_hash", "to_json", "to_s", "to_yaml", "to_yaml_properties", "trust", "unlink", "unlink!", "untaint", "untrust", "untrusted?", "update_from!", "user", "user_resource_abstract_base_class", "valid_windows_architecture?", "validate", "value_for_platform", "value_for_platform_family", "whyrun_safe_ruby_block", "windows_package", "windows_path", "windows_script", "windows_service", "windows_task", "windows_user", "with_chef_data_bag", "with_chef_data_bag_item_encryption", "with_chef_environment", "with_chef_local_server", "with_chef_server", "with_driver", "with_image_options", "with_machine_options", "with_os_architecture", "with_run_context", "wow64_architecture_override_required?", "wow64_directory", "write", "write!", "yum_package", "yum_repository", "zypper_package", "zypper_repo", "zypper_repository" ], "node_methods": [ "!", "!=", "!~", "<", "<=", "<=>", "==", "===", "=~", ">", ">=", "[]", "[]=", "__id__", "__node__", "__path__", "__precedence__", "__root__", "__send__", "a_to_s", "all?", "any?", "apply_expansion_attributes", "assert_valid_windows_architecture!", "assoc", "attribute", "attribute?", "attributes", "automatic", "automatic=", "automatic_attrs", "automatic_attrs=", "chef_environment", "chef_environment=", "chef_server_rest", "chef_server_rest=", "chunk", "chunk_while", "class", "class_from_file", "clean_array", "clear", "clone", "collect", "collect!", "collect_concat", "combined_all", "combined_default", "combined_override", "compact", "compact!", "compare_by_identity", "compare_by_identity?", "constantize", "construct_attributes", "consume_attributes", "consume_chef_environment", "consume_external_attrs", "consume_ohai_data", "consume_run_list", "convert_to_class_name", "convert_to_snake_case", "convert_value", "count", "create", "cycle", "dclone", "debug_value", "deep_merge_cache", "default", "default!", "default=", "default_attrs", "default_attrs=", "default_proc", "default_proc=", "default_unless", "define_singleton_method", "delete", "delete_if", "destroy", "detect", "dig", "disable_wow64_file_redirection", "display", "display_hash", "docker?", "drop", "drop_while", "dup", "each", "each_attribute", "each_cons", "each_entry", "each_key", "each_pair", "each_slice", "each_value", "each_with_index", "each_with_object", "empty?", "enforce_path_sanity", "entries", "enum_for", "env_default", "env_default=", "env_override", "env_override=", "environment", "eql?", "equal?", "except", "exist?", "expand!", "extend", "fetch", "fetch_values", "ffi_yajl", "filename_to_qualified_string", "find", "find_all", "find_index", "first", "flat_map", "flatten", "for_json", "force_default", "force_default!", "force_default=", "force_override", "force_override!", "force_override=", "forced_32bit_override_required?", "freeze", "from_file", "frozen?", "gem", "grep", "grep_v", "group_by", "has_key?", "has_value?", "hash", "include?", "include_attribute", "index", "inject", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "internal_set", "invert", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_if", "key", "key?", "keys", "kind_of?", "lazy", "length", "loaded_recipe", "map", "map!", "max", "max_by", "member?", "merge", "merge!", "merged_attributes", "method", "method_missing", "methods", "min", "min_by", "minmax", "minmax_by", "name", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "none?", "normal", "normal!", "normal=", "normal_attrs", "normal_attrs=", "normal_unless", "normalize_snake_case_name", "object_id", "one?", "override", "override!", "override=", "override_attrs", "override_attrs=", "override_runlist", "override_runlist=", "override_unless", "parse_attribute_file_spec", "partition", "platform?", "platform_family?", "policy_group", "policy_group=", "policy_name", "policy_name=", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "primary_runlist", "private_methods", "protected_methods", "psych_to_yaml", "public_method", "public_methods", "public_send", "rassoc", "read", "read!", "recipe?", "recipe_list", "recipe_list=", "reduce", "regular_update", "regular_writer", "rehash", "reject", "reject!", "remove_instance_variable", "replace", "reset", "reset_cache", "reset_defaults_and_overrides", "respond_to?", "restore_wow64_file_redirection", "reverse_each", "rm", "rm_default", "rm_normal", "rm_override", "role?", "role_default", "role_default=", "role_override", "role_override=", "run_context", "run_context=", "run_list", "run_list=", "run_list?", "run_state", "run_state=", "sanitized_path", "save", "save_plist", "select", "select!", "select_run_list", "send", "set", "set_cookbook_attribute", "set_or_return", "set_unless", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "shift", "singleton_class", "singleton_method", "singleton_methods", "size", "slice_after", "slice_before", "slice_when", "snake_case_basename", "sort", "sort_by", "store", "stringify_keys!", "sum", "symbolize_keys", "tag", "tags", "taint", "tainted?", "take", "take_while", "tap", "to_a", "to_enum", "to_h", "to_hash", "to_json", "to_plist", "to_proc", "to_s", "to_set", "to_yaml", "to_yaml_properties", "transform_values", "transform_values!", "trust", "uniq", "unlink", "unlink!", "untaint", "untrust", "untrusted?", "update", "update_from!", "valid_windows_architecture?", "validate", "value?", "value_for_platform", "value_for_platform_family", "values", "values_at", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory", "write", "write!", "zip" ], "actions": { "apt_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "apt_preference": [ "add", "nothing", "remove" ], "apt_repository": [ "add", "nothing", "remove" ], "apt_update": [ "nothing", "periodic", "update" ], "bash": [ "nothing", "run" ], "batch": [ "nothing", "run" ], "bff_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "breakpoint": [ "break", "nothing" ], "cab_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "chef_gem": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "chocolatey_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "uninstall", "unlock", "upgrade" ], "cookbook_file": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "cron": [ "create", "delete", "nothing" ], "csh": [ "nothing", "run" ], "deploy": [ "deploy", "force_deploy", "nothing", "rollback" ], "deploy_branch": [ "deploy", "force_deploy", "nothing", "rollback" ], "deploy_revision": [ "deploy", "force_deploy", "nothing", "rollback" ], "directory": [ "create", "delete", "nothing" ], "dnf_package": [ "flush_cache", "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "dpkg_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "dsc_resource": [ "nothing", "run" ], "dsc_script": [ "nothing", "run" ], "env": [ "create", "delete", "modify", "nothing" ], "erl_call": [ "nothing", "run" ], "execute": [ "nothing", "run" ], "file": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "freebsd_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "gem_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "git": [ "checkout", "diff", "export", "log", "nothing", "sync" ], "group": [ "create", "manage", "modify", "nothing", "remove" ], "homebrew_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "http_request": [ "delete", "get", "head", "nothing", "options", "patch", "post", "put" ], "ifconfig": [ "add", "delete", "disable", "enable", "nothing" ], "ips_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "ksh": [ "nothing", "run" ], "launchd": [ "create", "create_if_missing", "delete", "disable", "enable", "nothing", "restart" ], "link": [ "create", "delete", "nothing" ], "log": [ "nothing", "write" ], "macosx_service": [ "disable", "enable", "mask", "nothing", "reload", "restart", "start", "stop", "unmask" ], "macports_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "mdadm": [ "assemble", "create", "nothing", "stop" ], "mount": [ "disable", "enable", "mount", "nothing", "remount", "umount", "unmount" ], "msu_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "ohai": [ "nothing", "reload" ], "openbsd_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "osx_profile": [ "install", "nothing", "remove" ], "package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "pacman_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "paludis_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "perl": [ "nothing", "run" ], "portage_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "powershell_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "powershell_script": [ "nothing", "run" ], "python": [ "nothing", "run" ], "reboot": [ "cancel", "nothing", "reboot_now", "request_reboot" ], "registry_key": [ "create", "create_if_missing", "delete", "delete_key", "nothing" ], "remote_directory": [ "create", "create_if_missing", "delete", "nothing" ], "remote_file": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "route": [ "add", "delete", "nothing" ], "rpm_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "ruby": [ "nothing", "run" ], "ruby_block": [ "create", "nothing", "run" ], "scm": [ "checkout", "diff", "export", "log", "nothing", "sync" ], "script": [ "nothing", "run" ], "service": [ "disable", "enable", "mask", "nothing", "reload", "restart", "start", "stop", "unmask" ], "smartos_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "solaris_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "subversion": [ "checkout", "diff", "export", "force_export", "log", "nothing", "sync" ], "systemd_unit": [ "create", "delete", "disable", "enable", "mask", "nothing", "reload", "reload_or_restart", "reload_or_try_restart", "restart", "start", "stop", "try_restart", "unmask" ], "template": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "timestamped_deploy": [ "deploy", "force_deploy", "nothing", "rollback" ], "unresolved_subscribes": [ "nothing" ], "user": [ "create", "lock", "manage", "modify", "nothing", "remove", "unlock" ], "whyrun_safe_ruby_block": [ "create", "nothing", "run" ], "windows_path": [ "add", "nothing", "remove" ], "windows_service": [ "configure_startup", "disable", "enable", "mask", "nothing", "reload", "restart", "start", "stop", "unmask" ], "windows_task": [ "create", "delete", "disable", "enable", "end", "nothing", "run" ], "yum_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "yum_repository": [ "add", "create", "delete", "makecache", "nothing", "remove" ], "zypper_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "zypper_repository": [ "add", "create", "nothing", "refresh", "remove" ] }, "attributes": { "apt_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "default_release", "default_release=", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "apt_preference": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "glob", "glob=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "package_name", "package_name=", "params", "params=", "pin", "pin=", "pin_priority", "pin_priority=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "apt_repository": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "arch", "arch=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "cache_rebuild", "cache_rebuild=", "class", "clean_array", "clone", "components", "components=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook=", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "deb_src", "deb_src=", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "distribution", "distribution=", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key", "key=", "key_proxy", "key_proxy=", "keyserver", "keyserver=", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "repo_name", "repo_name=", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "trusted", "trusted=", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri", "uri=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "apt_update": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frequency", "frequency=", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "bash": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "batch": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "bff_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "breakpoint": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "cab_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "chef_gem": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clear_sources", "clear_sources=", "clone", "compile_time", "compile_time=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gem_binary", "gem_binary=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "include_default_source", "include_default_source=", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "chocolatey_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "returns=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "cookbook_file": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook=", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "cron": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "day", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "home", "hour", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "mailto", "method", "method_missing", "methods", "minute", "month", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "path", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "time", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "weekday", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "csh": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "deploy": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "deploy_branch": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "deploy_revision": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "directory": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "recursive", "recursive=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dnf_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allow_downgrade", "allowed_actions", "allowed_actions=", "arch", "arch=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flush_cache", "flush_cache=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dpkg_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dsc_resource": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "module_name", "module_version", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "properties", "property", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "ps_credential", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_action", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dsc_script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "command", "configuration_data", "configuration_data_script", "configuration_name", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "imports", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "ps_credential", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "env": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "delim", "delim=", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key_name", "key_name=", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value", "value=", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "erl_call": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "cookie", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "distributed", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "name_type", "nil?", "node", "node_name", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "execute": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "command", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "file": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "freebsd_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "supports_pkgng?", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "gem_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clear_sources", "clear_sources=", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gem_binary", "gem_binary=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "include_default_source", "include_default_source=", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "git": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "destination=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "reference", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_info_args", "svn_password", "svn_password=", "svn_username", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "group": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "append", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "excluded_members", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gid", "group_name", "group_name=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "members", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "non_unique", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "system", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "users", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "homebrew_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "homebrew_user", "homebrew_user=", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "http_request": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "headers", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "message", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "url", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ifconfig": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "bcast", "bcast=", "before_notifications", "bonding_opts", "bonding_opts=", "bootproto", "bootproto=", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "device", "device=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "ethtool_opts", "ethtool_opts=", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "hwaddr", "hwaddr=", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inet_addr", "inet_addr=", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "mask", "mask=", "master", "master=", "method", "method_missing", "methods", "metric", "metric=", "mtu", "mtu=", "name", "name=", "network", "network=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "onboot", "onboot=", "only_if", "onparent", "onparent=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "slave", "slave=", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "target", "target=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ips_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "accept_license", "accept_license=", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ksh": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "launchd": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "abandon_process_group", "abandon_process_group=", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "backup", "backup=", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook=", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "debug", "debug=", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "disabled", "disabled=", "display", "docker?", "dup", "elapsed_time", "enable_globbing", "enable_globbing=", "enable_transactions", "enable_transactions=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment_variables", "environment_variables=", "epic_fail", "eql?", "equal?", "events", "exit_timeout", "exit_timeout=", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "group=", "guard_interpreter", "hard_resource_limits", "hard_resource_limits=", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inetd_compatibility", "inetd_compatibility=", "inherits", "init_groups", "init_groups=", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_alive", "keep_alive=", "kind_of?", "label", "label=", "launch_only_once", "launch_only_once=", "lazy", "ld_group", "ld_group=", "limit_load_from_hosts", "limit_load_from_hosts=", "limit_load_to_hosts", "limit_load_to_hosts=", "limit_load_to_session_type", "limit_load_to_session_type=", "load_from", "lookup_provider_constant", "low_priority_io", "low_priority_io=", "mach_services", "mach_services=", "method", "method_missing", "methods", "mode", "mode=", "name", "name=", "nice", "nice=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "on_demand", "on_demand=", "only_if", "owner", "owner=", "params", "params=", "path", "path=", "platform?", "platform_family?", "plist_hash", "plist_hash=", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "process_type", "process_type=", "program", "program=", "program_arguments", "program_arguments=", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "queue_directories", "queue_directories=", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "root_directory", "root_directory=", "run_action", "run_at_load", "run_at_load=", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "session_type", "session_type=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "sockets", "sockets=", "soft_resource_limits", "soft_resource_limits=", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "standard_error_path", "standard_error_path=", "standard_in_path", "standard_in_path=", "standard_out_path", "standard_out_path=", "start_calendar_interval", "start_calendar_interval=", "start_interval", "start_interval=", "start_on_mount", "start_on_mount=", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "throttle_interval", "throttle_interval=", "time_out", "time_out=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "type", "type=", "umask", "umask=", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "username", "username=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "wait_for_debugger", "wait_for_debugger=", "watch_paths", "watch_paths=", "with_os_architecture", "working_directory", "working_directory=", "wow64_architecture_override_required?", "wow64_directory" ], "link": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "link_type", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "target_file", "target_file=", "to", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "log": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "level", "level=", "load_from", "lookup_provider_constant", "message", "message=", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "macosx_service": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "init_command", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "parameters", "params", "params=", "pattern", "platform?", "platform_family?", "plist", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "reload_command", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "run_levels", "running", "sanitized_path", "search", "send", "sensitive", "sensitive=", "service_name", "service_name=", "session_type", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_command", "state_for_resource_reporter", "status_command", "stop_command", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "macports_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "mdadm": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "bitmap", "chunk", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "devices", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "exists", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "layout", "lazy", "level", "load_from", "lookup_provider_constant", "metadata", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "raid_device", "raid_device=", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "mount": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "device", "device=", "device_type", "disable_wow64_file_redirection", "display", "docker?", "domain", "dump", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "fsck_device", "fstype", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mount_point", "mounted", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "params", "params=", "pass", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "username", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "msu_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ohai": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "ohai_name", "ohai_name=", "only_if", "params", "params=", "platform?", "platform_family?", "plugin", "plugin=", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "openbsd_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "osx_profile": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identifier", "identifier=", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "profile", "profile=", "profile_name", "profile_name=", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "pacman_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "paludis_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "perl": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "portage_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "powershell_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "powershell_script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_boolean_return", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "python": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "reboot": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delay_mins", "delay_mins=", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reason", "reason=", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "registry_key": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key", "key=", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "recursive", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "unscrubbed_values", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "values", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "remote_directory": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "files_backup", "files_group", "files_mode", "files_owner", "files_rights", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "overwrite", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge", "reboot_pending?", "recipe_name", "recipe_name=", "recursive", "recursive=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "remote_file": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "ftp_active_mode", "gem", "group", "guard_interpreter", "hash", "headers", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "parse_source_args", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote_domain", "remote_domain=", "remote_password", "remote_password=", "remote_user", "remote_user=", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "show_progress", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "use_conditional_get", "use_etag", "use_etags", "use_last_modified", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "route": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "device", "device=", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "domainname", "domainname=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gateway", "gateway=", "gem", "guard_interpreter", "hash", "hostname", "hostname=", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "metric", "metric=", "name", "name=", "netmask", "netmask=", "networking", "networking=", "networking_ipv6", "networking_ipv6=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "route_type", "route_type=", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "target", "target=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "rpm_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allow_downgrade", "allow_downgrade=", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ruby": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ruby_block": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "block", "block_name", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "scm": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "destination=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repository", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_info_args", "svn_password", "svn_password=", "svn_username", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "service": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "init_command", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "parameters", "params", "params=", "pattern", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "reload_command", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "run_levels", "running", "sanitized_path", "search", "send", "sensitive", "sensitive=", "service_name", "service_name=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_command", "state_for_resource_reporter", "status_command", "stop_command", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "smartos_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "solaris_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "subversion": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "destination=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repository", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_binary", "svn_info_args", "svn_password", "svn_password=", "svn_username", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "systemd_unit": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "active", "active=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enabled=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "masked=", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "static", "static=", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_ini", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "triggers_reload", "triggers_reload=", "trust", "unit_name", "unit_name=", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verify", "verify=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "template": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "helper", "helper_modules", "helpers", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inline_helper_blocks", "inline_helper_modules", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "local", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "variables", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "timestamped_deploy": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "unresolved_subscribes": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "user": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "comment", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "force", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gid", "group", "guard_interpreter", "hash", "home", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "iterations", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_home", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "non_unique", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "salt", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "system", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "uid", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "username", "username=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "whyrun_safe_ruby_block": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "block", "block_name", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "installer_type", "installer_type=", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote_file_attributes", "remote_file_attributes=", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "returns=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_path": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_service": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "init_command", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "parameters", "params", "params=", "pattern", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "reload_command", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_as_password", "run_as_user", "run_context", "run_context=", "run_levels", "running", "sanitized_path", "search", "send", "sensitive", "sensitive=", "service_name", "service_name=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_command", "startup_type", "state_for_resource_reporter", "status_command", "stop_command", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_task": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "cwd=", "data_bag", "data_bag_item", "day", "day=", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enabled=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "execution_time_limit", "execution_time_limit=", "exists", "exists=", "extend", "ffi_yajl", "filename_to_qualified_string", "force", "force=", "forced_32bit_override_required?", "freeze", "frequency", "frequency=", "frequency_modifier", "frequency_modifier=", "frozen?", "gem", "guard_interpreter", "hash", "identity", "idle_time", "idle_time=", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interactive_enabled", "interactive_enabled=", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "months", "months=", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "random_delay", "random_delay=", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "run_level", "run_level=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_day", "start_day=", "start_time", "start_time=", "state_for_resource_reporter", "status", "status=", "subscribes", "taint", "tainted?", "tap", "task_name", "task_name=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "yum_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allow_downgrade", "allow_downgrade=", "allowed_actions", "allowed_actions=", "arch", "arch=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flush_cache", "flush_cache=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory", "yum_binary", "yum_binary=" ], "yum_repository": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "baseurl", "baseurl=", "before_notifications", "class", "clean_array", "clean_headers", "clean_headers=", "clean_metadata", "clean_metadata=", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "cost", "cost=", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "description", "description=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enabled=", "enablegroups", "enablegroups=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "exclude", "exclude=", "extend", "failovermethod", "failovermethod=", "fastestmirror_enabled", "fastestmirror_enabled=", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gpgcheck", "gpgcheck=", "gpgkey", "gpgkey=", "guard_interpreter", "hash", "http_caching", "http_caching=", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "include_config", "include_config=", "includepkgs", "includepkgs=", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keepalive", "keepalive=", "keyurl", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "make_cache", "make_cache=", "max_retries", "max_retries=", "metadata_expire", "metadata_expire=", "metalink", "metalink=", "method", "method_missing", "methods", "mirror_expire", "mirror_expire=", "mirrorexpire", "mirrorexpire=", "mirrorlist", "mirrorlist=", "mirrorlist_expire", "mirrorlist_expire=", "mode", "mode=", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "priority=", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "proxy", "proxy=", "proxy_password", "proxy_password=", "proxy_username", "proxy_username=", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "repo_gpgcheck", "repo_gpgcheck=", "report_instanceid", "report_instanceid=", "repositoryid", "repositoryid=", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "skip_if_unavailable", "skip_if_unavailable=", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "sslcacert", "sslcacert=", "sslclientcert", "sslclientcert=", "sslclientkey", "sslclientkey=", "sslverify", "sslverify=", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "throttle", "throttle=", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "url", "username", "username=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "zypper_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allow_downgrade", "allow_downgrade=", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gpg_check", "gpg_check=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "zypper_repository": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "autorefresh", "autorefresh=", "baseurl", "baseurl=", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook=", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "description", "description=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enabled=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gpgautoimportkeys", "gpgautoimportkeys=", "gpgcheck", "gpgcheck=", "gpgkey", "gpgkey=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keeppackages", "keeppackages=", "key", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mirrorlist", "mirrorlist=", "mode", "mode=", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "priority=", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "refresh_cache", "refresh_cache=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "repo_name", "repo_name=", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "type", "type=", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ] } } foodcritic-13.1.1/chef_dsl_metadata/chef_13.4.19.json0000644000004100000410000161561013300102713022056 0ustar www-datawww-data{ "dsl_methods": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "[]", "__id__", "__send__", "a_to_s", "add_machine_options", "aix_user", "apply_expansion_attributes", "apt_package", "apt_preference", "apt_repository", "apt_update", "assert_valid_windows_architecture!", "attribute", "attribute?", "attributes", "automatic_attrs", "automatic_attrs=", "bash", "batch", "bff_package", "breakpoint", "build_resource", "cab_package", "chef_acl", "chef_client", "chef_container", "chef_data_bag", "chef_data_bag_item", "chef_environment", "chef_environment=", "chef_gem", "chef_group", "chef_mirror", "chef_node", "chef_organization", "chef_role", "chef_server_rest", "chef_server_rest=", "chef_user", "chocolatey_package", "class", "class_from_file", "clean_array", "clone", "constantize", "construct_attributes", "consume_attributes", "consume_chef_environment", "consume_external_attrs", "consume_ohai_data", "consume_run_list", "control_group", "convert_to_class_name", "convert_to_snake_case", "cookbook_file", "create", "cron", "csh", "current_image_options", "current_machine_options", "data_bag", "data_bag_item", "dclone", "declare_resource", "default", "default!", "default_attrs", "default_attrs=", "default_unless", "define_singleton_method", "delete_resource", "delete_resource!", "deploy", "deploy_branch", "deploy_revision", "destroy", "directory", "disable_wow64_file_redirection", "display", "display_hash", "dnf_package", "docker?", "dpkg_package", "dsc_resource", "dsc_script", "dscl_user", "dup", "each", "each_attribute", "each_key", "each_value", "edit_resource", "edit_resource!", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "eql?", "equal?", "erl_call", "evaluate_resource_definition", "execute", "expand!", "extend", "ffi_yajl", "file", "filename_to_qualified_string", "find_resource", "find_resource!", "for_json", "force_default!", "force_override!", "forced_32bit_override_required?", "freebsd_package", "freeze", "from_file", "frozen?", "gem", "gem_package", "get_private_key", "git", "group", "has_key?", "has_resource_definition?", "hash", "homebrew_package", "http_request", "ifconfig", "include_attribute", "include_recipe", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "ips_package", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key?", "keys", "kind_of?", "ksh", "l_w_r_p_base", "launchd", "lazy", "link", "linux_user", "load_balancer", "load_recipe", "loaded_recipe", "log", "machine", "machine_batch", "machine_execute", "machine_file", "machine_image", "macosx_service", "macports_package", "mdadm", "method", "method_missing", "methods", "mount", "msu_package", "name", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normal", "normal!", "normal_attrs", "normal_attrs=", "normal_unless", "normalize_snake_case_name", "notifying_block", "object_id", "ohai", "openbsd_package", "osx_config_profile", "osx_profile", "override", "override!", "override_attrs", "override_attrs=", "override_runlist", "override_runlist=", "override_unless", "package", "pacman_package", "paludis_package", "parse_attribute_file_spec", "perl", "platform?", "platform_family?", "policy_group", "policy_group=", "policy_name", "policy_name=", "portage_package", "powershell_out", "powershell_out!", "powershell_package", "powershell_script", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "primary_runlist", "private_key", "private_methods", "protected_methods", "ps_credential", "psych_to_yaml", "public_key", "public_method", "public_methods", "public_send", "pw_user", "python", "read", "read!", "reboot", "reboot_pending?", "recipe?", "recipe_list", "recipe_list=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key", "registry_key_exists?", "registry_value_exists?", "remote_directory", "remote_file", "remove_instance_variable", "require_recipe", "reset_defaults_and_overrides", "respond_to?", "restore_wow64_file_redirection", "rm", "rm_default", "rm_normal", "rm_override", "role?", "route", "rpm_package", "ruby", "ruby_block", "run_context", "run_context=", "run_list", "run_list=", "run_list?", "run_state", "run_state=", "sanitized_path", "save", "scm", "script", "search", "select_run_list", "send", "service", "set", "set_cookbook_attribute", "set_or_return", "set_unless", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "singleton_class", "singleton_method", "singleton_methods", "smartos_package", "snake_case_basename", "solaris_package", "solaris_user", "subcontext_block", "subversion", "systemd_unit", "tag", "tags", "taint", "tainted?", "tap", "template", "timestamped_deploy", "to_enum", "to_hash", "to_json", "to_s", "to_yaml", "to_yaml_properties", "trust", "unlink", "unlink!", "untaint", "untrust", "untrusted?", "update_from!", "user", "user_resource_abstract_base_class", "valid_windows_architecture?", "validate", "value_for_platform", "value_for_platform_family", "whyrun_safe_ruby_block", "windows_package", "windows_path", "windows_script", "windows_service", "windows_task", "windows_user", "with_chef_data_bag", "with_chef_data_bag_item_encryption", "with_chef_environment", "with_chef_local_server", "with_chef_server", "with_driver", "with_image_options", "with_machine_options", "with_os_architecture", "with_run_context", "wow64_architecture_override_required?", "wow64_directory", "write", "write!", "yum_package", "yum_repository", "zypper_package", "zypper_repo", "zypper_repository" ], "node_methods": [ "!", "!=", "!~", "<", "<=", "<=>", "==", "===", "=~", ">", ">=", "[]", "[]=", "__id__", "__node__", "__path__", "__precedence__", "__root__", "__send__", "a_to_s", "all?", "any?", "apply_expansion_attributes", "assert_valid_windows_architecture!", "assoc", "attribute", "attribute?", "attributes", "automatic", "automatic=", "automatic_attrs", "automatic_attrs=", "chef_environment", "chef_environment=", "chef_server_rest", "chef_server_rest=", "chunk", "chunk_while", "class", "class_from_file", "clean_array", "clear", "clone", "collect", "collect!", "collect_concat", "combined_default", "combined_override", "compact", "compact!", "compare_by_identity", "compare_by_identity?", "constantize", "construct_attributes", "consume_attributes", "consume_chef_environment", "consume_external_attrs", "consume_ohai_data", "consume_run_list", "convert_to_class_name", "convert_to_snake_case", "convert_value", "count", "create", "cycle", "dclone", "debug_value", "deep_merge_cache", "deep_merge_cache=", "default", "default!", "default=", "default_attrs", "default_attrs=", "default_proc", "default_proc=", "default_unless", "define_singleton_method", "delete", "delete_if", "destroy", "detect", "dig", "disable_wow64_file_redirection", "display", "display_hash", "docker?", "drop", "drop_while", "dup", "each", "each_attribute", "each_cons", "each_entry", "each_key", "each_pair", "each_slice", "each_value", "each_with_index", "each_with_object", "empty?", "enforce_path_sanity", "entries", "enum_for", "env_default", "env_default=", "env_override", "env_override=", "environment", "eql?", "equal?", "except", "exist?", "expand!", "extend", "fetch", "fetch_values", "ffi_yajl", "filename_to_qualified_string", "find", "find_all", "find_index", "first", "flat_map", "flatten", "for_json", "force_default", "force_default!", "force_default=", "force_override", "force_override!", "force_override=", "forced_32bit_override_required?", "freeze", "from_file", "frozen?", "gem", "grep", "grep_v", "group_by", "has_key?", "has_value?", "hash", "immutablize", "include?", "include_attribute", "index", "inject", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "internal_set", "invert", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_if", "key", "key?", "keys", "kind_of?", "lazy", "length", "loaded_recipe", "map", "map!", "max", "max_by", "member?", "merge", "merge!", "merged_attributes", "method", "method_missing", "methods", "min", "min_by", "minmax", "minmax_by", "name", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "none?", "normal", "normal!", "normal=", "normal_attrs", "normal_attrs=", "normal_unless", "normalize_snake_case_name", "object_id", "one?", "override", "override!", "override=", "override_attrs", "override_attrs=", "override_runlist", "override_runlist=", "override_unless", "parse_attribute_file_spec", "partition", "platform?", "platform_family?", "policy_group", "policy_group=", "policy_name", "policy_name=", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "primary_runlist", "private_methods", "protected_methods", "psych_to_yaml", "public_method", "public_methods", "public_send", "rassoc", "read", "read!", "recipe?", "recipe_list", "recipe_list=", "reduce", "regular_update", "regular_writer", "rehash", "reject", "reject!", "remove_instance_variable", "replace", "reset", "reset_cache", "reset_defaults_and_overrides", "respond_to?", "restore_wow64_file_redirection", "reverse_each", "rm", "rm_default", "rm_normal", "rm_override", "role?", "role_default", "role_default=", "role_override", "role_override=", "run_context", "run_context=", "run_list", "run_list=", "run_list?", "run_state", "run_state=", "sanitized_path", "save", "save_plist", "select", "select!", "select_run_list", "send", "set", "set_cookbook_attribute", "set_or_return", "set_unless", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "shift", "singleton_class", "singleton_method", "singleton_methods", "size", "slice_after", "slice_before", "slice_when", "snake_case_basename", "sort", "sort_by", "store", "stringify_keys!", "sum", "symbolize_keys", "tag", "tags", "taint", "tainted?", "take", "take_while", "tap", "to_a", "to_enum", "to_h", "to_hash", "to_json", "to_plist", "to_proc", "to_s", "to_set", "to_yaml", "to_yaml_properties", "transform_values", "transform_values!", "trust", "uniq", "unlink", "unlink!", "untaint", "untrust", "untrusted?", "update", "update_from!", "valid_windows_architecture?", "validate", "value?", "value_for_platform", "value_for_platform_family", "values", "values_at", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory", "write", "write!", "zip" ], "actions": { "apt_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "apt_preference": [ "add", "nothing", "remove" ], "apt_repository": [ "add", "nothing", "remove" ], "apt_update": [ "nothing", "periodic", "update" ], "bash": [ "nothing", "run" ], "batch": [ "nothing", "run" ], "bff_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "breakpoint": [ "break", "nothing" ], "cab_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "chef_gem": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "chocolatey_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "uninstall", "unlock", "upgrade" ], "cookbook_file": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "cron": [ "create", "delete", "nothing" ], "csh": [ "nothing", "run" ], "deploy": [ "deploy", "force_deploy", "nothing", "rollback" ], "deploy_branch": [ "deploy", "force_deploy", "nothing", "rollback" ], "deploy_revision": [ "deploy", "force_deploy", "nothing", "rollback" ], "directory": [ "create", "delete", "nothing" ], "dnf_package": [ "flush_cache", "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "dpkg_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "dsc_resource": [ "nothing", "run" ], "dsc_script": [ "nothing", "run" ], "env": [ "create", "delete", "modify", "nothing" ], "erl_call": [ "nothing", "run" ], "execute": [ "nothing", "run" ], "file": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "freebsd_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "gem_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "git": [ "checkout", "diff", "export", "log", "nothing", "sync" ], "group": [ "create", "manage", "modify", "nothing", "remove" ], "homebrew_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "http_request": [ "delete", "get", "head", "nothing", "options", "patch", "post", "put" ], "ifconfig": [ "add", "delete", "disable", "enable", "nothing" ], "ips_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "ksh": [ "nothing", "run" ], "launchd": [ "create", "create_if_missing", "delete", "disable", "enable", "nothing", "restart" ], "link": [ "create", "delete", "nothing" ], "log": [ "nothing", "write" ], "macosx_service": [ "disable", "enable", "mask", "nothing", "reload", "restart", "start", "stop", "unmask" ], "macports_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "mdadm": [ "assemble", "create", "nothing", "stop" ], "mount": [ "disable", "enable", "mount", "nothing", "remount", "umount", "unmount" ], "msu_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "ohai": [ "nothing", "reload" ], "openbsd_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "osx_profile": [ "install", "nothing", "remove" ], "package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "pacman_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "paludis_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "perl": [ "nothing", "run" ], "portage_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "powershell_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "powershell_script": [ "nothing", "run" ], "python": [ "nothing", "run" ], "reboot": [ "cancel", "nothing", "reboot_now", "request_reboot" ], "registry_key": [ "create", "create_if_missing", "delete", "delete_key", "nothing" ], "remote_directory": [ "create", "create_if_missing", "delete", "nothing" ], "remote_file": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "route": [ "add", "delete", "nothing" ], "rpm_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "ruby": [ "nothing", "run" ], "ruby_block": [ "create", "nothing", "run" ], "scm": [ "checkout", "diff", "export", "log", "nothing", "sync" ], "script": [ "nothing", "run" ], "service": [ "disable", "enable", "mask", "nothing", "reload", "restart", "start", "stop", "unmask" ], "smartos_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "solaris_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "subversion": [ "checkout", "diff", "export", "force_export", "log", "nothing", "sync" ], "systemd_unit": [ "create", "delete", "disable", "enable", "mask", "nothing", "reload", "reload_or_restart", "reload_or_try_restart", "restart", "start", "stop", "try_restart", "unmask" ], "template": [ "create", "create_if_missing", "delete", "nothing", "touch" ], "timestamped_deploy": [ "deploy", "force_deploy", "nothing", "rollback" ], "unresolved_subscribes": [ "nothing" ], "user": [ "create", "lock", "manage", "modify", "nothing", "remove", "unlock" ], "whyrun_safe_ruby_block": [ "create", "nothing", "run" ], "windows_path": [ "add", "nothing", "remove" ], "windows_service": [ "configure_startup", "disable", "enable", "mask", "nothing", "reload", "restart", "start", "stop", "unmask" ], "windows_task": [ "create", "delete", "disable", "enable", "end", "nothing", "run" ], "yum_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "yum_repository": [ "add", "create", "delete", "makecache", "nothing", "remove" ], "zypper_package": [ "install", "lock", "nothing", "purge", "reconfig", "remove", "unlock", "upgrade" ], "zypper_repository": [ "add", "create", "nothing", "refresh", "remove" ] }, "attributes": { "apt_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "default_release", "default_release=", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "apt_preference": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "glob", "glob=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "package_name", "package_name=", "params", "params=", "pin", "pin=", "pin_priority", "pin_priority=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "apt_repository": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "arch", "arch=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "cache_rebuild", "cache_rebuild=", "class", "clean_array", "clone", "components", "components=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook=", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "deb_src", "deb_src=", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "distribution", "distribution=", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key", "key=", "key_proxy", "key_proxy=", "keyserver", "keyserver=", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "repo_name", "repo_name=", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "trusted", "trusted=", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri", "uri=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "apt_update": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frequency", "frequency=", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "bash": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "batch": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "bff_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "breakpoint": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "cab_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "chef_gem": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clear_sources", "clear_sources=", "clone", "compile_time", "compile_time=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gem_binary", "gem_binary=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "include_default_source", "include_default_source=", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "chocolatey_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "returns=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "cookbook_file": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "cron": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "day", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "home", "hour", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "mailto", "method", "method_missing", "methods", "minute", "month", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "path", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "time", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "weekday", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "csh": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "deploy": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "deploy_branch": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "deploy_revision": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "directory": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "recursive", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dnf_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allow_downgrade", "allowed_actions", "allowed_actions=", "arch", "arch=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flush_cache", "flush_cache=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dpkg_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dsc_resource": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "module_name", "module_version", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "properties", "property", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "ps_credential", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_action", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "dsc_script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "command", "configuration_data", "configuration_data_script", "configuration_name", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "imports", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "ps_credential", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "env": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "delim", "delim=", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key_name", "key_name=", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value", "value=", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "erl_call": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "cookie", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "distributed", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "name_type", "nil?", "node", "node_name", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "execute": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "command", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "file": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "freebsd_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "supports_pkgng?", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "gem_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clear_sources", "clear_sources=", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gem_binary", "gem_binary=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "include_default_source", "include_default_source=", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "git": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "destination=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "reference", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_info_args", "svn_password", "svn_password=", "svn_username", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "group": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "append", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "excluded_members", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gid", "group_name", "group_name=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "members", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "non_unique", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "system", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "users", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "homebrew_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "homebrew_user", "homebrew_user=", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "http_request": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "headers", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "message", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "url", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ifconfig": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "bcast", "before_notifications", "bonding_opts", "bootproto", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "device", "device=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "ethtool_opts", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "hwaddr", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inet_addr", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "mask", "master", "method", "method_missing", "methods", "metric", "mtu", "name", "name=", "network", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "onboot", "only_if", "onparent", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "slave", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "target", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ips_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "accept_license", "accept_license=", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ksh": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "launchd": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "abandon_process_group", "abandon_process_group=", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "backup", "backup=", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook=", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "debug", "debug=", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "disabled", "disabled=", "display", "docker?", "dup", "elapsed_time", "enable_globbing", "enable_globbing=", "enable_transactions", "enable_transactions=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment_variables", "environment_variables=", "epic_fail", "eql?", "equal?", "events", "exit_timeout", "exit_timeout=", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "group=", "guard_interpreter", "hard_resource_limits", "hard_resource_limits=", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inetd_compatibility", "inetd_compatibility=", "inherits", "init_groups", "init_groups=", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_alive", "keep_alive=", "kind_of?", "label", "label=", "launch_only_once", "launch_only_once=", "lazy", "ld_group", "ld_group=", "limit_load_from_hosts", "limit_load_from_hosts=", "limit_load_to_hosts", "limit_load_to_hosts=", "limit_load_to_session_type", "limit_load_to_session_type=", "load_from", "lookup_provider_constant", "low_priority_io", "low_priority_io=", "mach_services", "mach_services=", "method", "method_missing", "methods", "mode", "mode=", "name", "name=", "nice", "nice=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "on_demand", "on_demand=", "only_if", "owner", "owner=", "params", "params=", "path", "path=", "platform?", "platform_family?", "plist_hash", "plist_hash=", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "process_type", "process_type=", "program", "program=", "program_arguments", "program_arguments=", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "queue_directories", "queue_directories=", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "root_directory", "root_directory=", "run_action", "run_at_load", "run_at_load=", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "session_type", "session_type=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "sockets", "sockets=", "soft_resource_limits", "soft_resource_limits=", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "standard_error_path", "standard_error_path=", "standard_in_path", "standard_in_path=", "standard_out_path", "standard_out_path=", "start_calendar_interval", "start_calendar_interval=", "start_interval", "start_interval=", "start_on_mount", "start_on_mount=", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "throttle_interval", "throttle_interval=", "time_out", "time_out=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "type", "type=", "umask", "umask=", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "username", "username=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "wait_for_debugger", "wait_for_debugger=", "watch_paths", "watch_paths=", "with_os_architecture", "working_directory", "working_directory=", "wow64_architecture_override_required?", "wow64_directory" ], "link": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "link_type", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "target_file", "target_file=", "to", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "log": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "level", "load_from", "lookup_provider_constant", "message", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "macosx_service": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "init_command", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "parameters", "params", "params=", "pattern", "platform?", "platform_family?", "plist", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "reload_command", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "run_levels", "running", "sanitized_path", "search", "send", "sensitive", "sensitive=", "service_name", "service_name=", "session_type", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_command", "state_for_resource_reporter", "status_command", "stop_command", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "macports_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "mdadm": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "bitmap", "chunk", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "devices", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "exists", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "layout", "lazy", "level", "load_from", "lookup_provider_constant", "metadata", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "raid_device", "raid_device=", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "mount": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "device", "device=", "device_type", "disable_wow64_file_redirection", "display", "docker?", "domain", "dump", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "fsck_device", "fstype", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mount_point", "mounted", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "params", "params=", "pass", "password", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "username", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "msu_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ohai": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "ohai_name", "ohai_name=", "only_if", "params", "params=", "platform?", "platform_family?", "plugin", "plugin=", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "openbsd_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "osx_profile": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identifier", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "path", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "profile", "profile_name", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "pacman_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "paludis_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "perl": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "portage_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "powershell_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "powershell_script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_boolean_return", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "python": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "reboot": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delay_mins", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reason", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "registry_key": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "key", "key=", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "recursive", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "unscrubbed_values", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "values", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "remote_directory": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "files_backup", "files_group", "files_mode", "files_owner", "files_rights", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "overwrite", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge", "reboot_pending?", "recipe_name", "recipe_name=", "recursive", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "remote_file": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "ftp_active_mode", "gem", "group", "guard_interpreter", "hash", "headers", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "parse_source_args", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote_domain", "remote_domain=", "remote_password", "remote_password=", "remote_user", "remote_user=", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "show_progress", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "use_conditional_get", "use_etag", "use_etags", "use_last_modified", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "route": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "device", "device=", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "domainname", "domainname=", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gateway", "gateway=", "gem", "guard_interpreter", "hash", "hostname", "hostname=", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "metric", "metric=", "name", "name=", "netmask", "netmask=", "networking", "networking=", "networking_ipv6", "networking_ipv6=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "route_type", "route_type=", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "target", "target=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "rpm_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allow_downgrade", "allow_downgrade=", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ruby": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "ruby_block": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "block", "block_name", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "scm": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "destination=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repository", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_info_args", "svn_password", "svn_password=", "svn_username", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "service": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "init_command", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "parameters", "params", "params=", "pattern", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "reload_command", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "run_levels", "running", "sanitized_path", "search", "send", "sensitive", "sensitive=", "service_name", "service_name=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_command", "state_for_resource_reporter", "status_command", "stop_command", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "smartos_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "solaris_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "subversion": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "destination=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repository", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_binary", "svn_info_args", "svn_password", "svn_password=", "svn_username", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "systemd_unit": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "active", "active=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enabled=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "masked=", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "static", "static=", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_ini", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "triggers_reload", "triggers_reload=", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "verify", "verify=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "template": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "atomic_update", "atomic_update=", "backup", "backup=", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "content", "content=", "convert_to_class_name", "convert_to_snake_case", "cookbook", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "diff", "diff=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "final_checksum", "final_checksum=", "force_unlink", "force_unlink=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "helper", "helper_modules", "helpers", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inline_helper_blocks", "inline_helper_modules", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "local", "lookup_provider_constant", "manage_symlink_source", "manage_symlink_source=", "method", "method_missing", "methods", "mode", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "owner", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source_line", "source_line=", "source_line_file", "source_line_number", "special_docker_files?", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "variables", "verifications", "verifications=", "verify", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "timestamped_deploy": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "additional_remotes", "after_created", "after_restart", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_migrate", "before_notifications", "before_restart", "before_symlink", "branch", "checkout_branch", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "copy_exclude", "create_dirs_before_symlink", "current_path", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deploy_to", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "depth", "destination", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enable_checkout", "enable_submodules", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "git_ssh_wrapper", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keep_releases", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "migrate", "migration_command", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "purge_before_symlink", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote", "remove_instance_variable", "repo", "repository", "repository=", "repository_cache", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "revision", "rights", "role", "rollback_on_error", "run_action", "run_context", "run_context=", "sanitized_path", "scm_provider", "search", "send", "sensitive", "sensitive=", "set_or_return", "shallow_clone", "shared_path", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "ssh_wrapper", "state_for_resource_reporter", "subscribes", "svn_arguments", "svn_force_export", "svn_info_args", "svn_password", "svn_username", "symlink_before_migrate", "symlinks", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "unresolved_subscribes": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "user": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "comment", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "force", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gid", "group", "guard_interpreter", "hash", "home", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "iterations", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "manage_home", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "non_unique", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "salt", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "system", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "uid", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "username", "username=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "whyrun_safe_ruby_block": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "block", "block_name", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "as_uri", "assert_valid_windows_architecture!", "before_notifications", "checksum", "checksum=", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "installer_type", "installer_type=", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remote_file_attributes", "remote_file_attributes=", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "returns=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri_scheme?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_path": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_script": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "architecture", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "code", "code=", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "creates", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "domain", "domain=", "dup", "elapsed_time", "elevated", "elevated=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "env", "environment", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flags", "flags=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "group", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interpreter", "interpreter=", "is_a?", "is_guard_interpreter", "is_guard_interpreter=", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "live_stream", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "qualify_user", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "returns", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "umask", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_identity_platform", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_service": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "init_command", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "masked", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "parameters", "params", "params=", "pattern", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "reload_command", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restart_command", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_as_password", "run_as_user", "run_context", "run_context=", "run_levels", "running", "sanitized_path", "search", "send", "sensitive", "sensitive=", "service_name", "service_name=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_command", "startup_type", "state_for_resource_reporter", "status_command", "stop_command", "subscribes", "supports", "supports=", "taint", "tainted?", "tap", "timeout", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "windows_task": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "command", "command=", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "cwd", "cwd=", "data_bag", "data_bag_item", "day", "day=", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enabled=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "execution_time_limit", "execution_time_limit=", "exists", "exists=", "extend", "ffi_yajl", "filename_to_qualified_string", "force", "force=", "forced_32bit_override_required?", "freeze", "frequency", "frequency=", "frequency_modifier", "frequency_modifier=", "frozen?", "gem", "guard_interpreter", "hash", "identity", "idle_time", "idle_time=", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "interactive_enabled", "interactive_enabled=", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "months", "months=", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "random_delay", "random_delay=", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "run_level", "run_level=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source_line", "source_line=", "source_line_file", "source_line_number", "start_day", "start_day=", "start_time", "start_time=", "state_for_resource_reporter", "status", "status=", "subscribes", "taint", "tainted?", "tap", "task_name", "task_name=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "user", "user=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "yum_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allow_downgrade", "allow_downgrade=", "allowed_actions", "allowed_actions=", "arch", "arch=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "flush_cache", "flush_cache=", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory", "yum_binary", "yum_binary=" ], "yum_repository": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "baseurl", "baseurl=", "before_notifications", "class", "clean_array", "clean_headers", "clean_headers=", "clean_metadata", "clean_metadata=", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "cost", "cost=", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "description", "description=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enabled=", "enablegroups", "enablegroups=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "exclude", "exclude=", "extend", "failovermethod", "failovermethod=", "fastestmirror_enabled", "fastestmirror_enabled=", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gpgcheck", "gpgcheck=", "gpgkey", "gpgkey=", "guard_interpreter", "hash", "http_caching", "http_caching=", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "include_config", "include_config=", "includepkgs", "includepkgs=", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keepalive", "keepalive=", "keyurl", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "make_cache", "make_cache=", "max_retries", "max_retries=", "metadata_expire", "metadata_expire=", "method", "method_missing", "methods", "mirror_expire", "mirror_expire=", "mirrorexpire", "mirrorexpire=", "mirrorlist", "mirrorlist=", "mirrorlist_expire", "mirrorlist_expire=", "mode", "mode=", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "params", "params=", "password", "password=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "priority=", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "proxy", "proxy=", "proxy_password", "proxy_password=", "proxy_username", "proxy_username=", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "repo_gpgcheck", "repo_gpgcheck=", "report_instanceid", "report_instanceid=", "repositoryid", "repositoryid=", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "skip_if_unavailable", "skip_if_unavailable=", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "sslcacert", "sslcacert=", "sslclientcert", "sslclientcert=", "sslclientkey", "sslclientkey=", "sslverify", "sslverify=", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "url", "username", "username=", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "zypper_package": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gpg_check", "gpg_check=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "options", "options=", "package_name", "package_name=", "params", "params=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "response_file", "response_file=", "response_file_variables", "response_file_variables=", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "timeout", "timeout=", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "version", "version=", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ], "zypper_repository": [ "!", "!=", "!~", "<=>", "==", "===", "=~", "__id__", "__send__", "a_to_s", "action", "action=", "after_created", "allowed_actions", "allowed_actions=", "as_json", "assert_valid_windows_architecture!", "autorefresh", "autorefresh=", "baseurl", "baseurl=", "before_notifications", "class", "clean_array", "clone", "constantize", "convert_to_class_name", "convert_to_snake_case", "cookbook_name", "cookbook_name=", "cookbook_version", "current_value", "current_value_does_not_exist!", "custom_exception_message", "customize_exception", "data_bag", "data_bag_item", "dclone", "declared_key", "declared_type", "declared_type=", "default_guard_interpreter", "define_singleton_method", "defined_at", "delayed_action", "delayed_notifications", "deny_rights", "deprecated_attr", "deprecated_attr_reader", "deprecated_attr_writer", "deprecated_ivar", "description", "description=", "disable_wow64_file_redirection", "display", "docker?", "dup", "elapsed_time", "enabled", "enabled=", "enclosing_provider", "enclosing_provider=", "encrypted?", "enforce_path_sanity", "enum_for", "epic_fail", "eql?", "equal?", "events", "extend", "ffi_yajl", "filename_to_qualified_string", "forced_32bit_override_required?", "freeze", "frozen?", "gem", "gpgautoimportkeys", "gpgautoimportkeys=", "gpgcheck", "gpgcheck=", "gpgkey", "gpgkey=", "guard_interpreter", "hash", "identity", "ignore_failure", "ignore_failure=", "immediate_notifications", "inherits", "inspect", "instance_eval", "instance_exec", "instance_of?", "instance_variable_defined?", "instance_variable_get", "instance_variable_set", "instance_variables", "is_a?", "is_i386_process_on_x86_64_windows?", "itself", "keeppackages", "keeppackages=", "key", "kind_of?", "lazy", "load_from", "lookup_provider_constant", "method", "method_missing", "methods", "mirrorlist", "mirrorlist=", "mode", "mode=", "name", "name=", "nil?", "node", "node_supports_windows_architecture?", "node_windows_architecture", "normalize_snake_case_name", "not_if", "notifies", "notifies_before", "notifies_delayed", "notifies_immediately", "object_id", "only_if", "params", "params=", "path", "path=", "platform?", "platform_family?", "powershell_out", "powershell_out!", "pretty_inspect", "pretty_print", "pretty_print_cycle", "pretty_print_inspect", "pretty_print_instance_variables", "priority", "priority=", "private_methods", "property_is_set?", "protected_methods", "provider", "provider=", "provider_for_action", "psych_to_yaml", "public_method", "public_methods", "public_send", "reboot_pending?", "recipe_name", "recipe_name=", "refresh_cache", "refresh_cache=", "registry_data_exists?", "registry_get_subkeys", "registry_get_values", "registry_has_subkeys?", "registry_key_exists?", "registry_value_exists?", "remove_instance_variable", "repo_name", "repo_name=", "reset_property", "resolve_notification_references", "resource_initializing", "resource_initializing=", "resource_name", "resources", "respond_to?", "restore_wow64_file_redirection", "retries", "retries=", "retry_delay", "retry_delay=", "rights", "run_action", "run_context", "run_context=", "sanitized_path", "search", "send", "sensitive", "sensitive=", "set_or_return", "shell_out", "shell_out!", "shell_out_compact", "shell_out_compact!", "shell_out_compact_timeout", "shell_out_compact_timeout!", "shell_out_with_systems_locale", "shell_out_with_systems_locale!", "should_skip?", "singleton_class", "singleton_method", "singleton_methods", "snake_case_basename", "source", "source=", "source_line", "source_line=", "source_line_file", "source_line_number", "state_for_resource_reporter", "subscribes", "taint", "tainted?", "tap", "to_enum", "to_hash", "to_json", "to_s", "to_text", "to_yaml", "to_yaml_properties", "trust", "type", "type=", "untaint", "untrust", "untrusted?", "updated", "updated?", "updated_by_last_action", "updated_by_last_action?", "uri", "valid_windows_architecture?", "validate", "validate_action", "validate_resource_spec!", "value_for_platform", "value_for_platform_family", "value_to_text", "with_os_architecture", "wow64_architecture_override_required?", "wow64_directory" ] } } foodcritic-13.1.1/foodcritic.gemspec0000644000004100000410000000220113300102713017425 0ustar www-datawww-datalib = File.expand_path("../lib/", __FILE__) $:.unshift lib unless $:.include?(lib) require "foodcritic/version" Gem::Specification.new do |s| s.name = "foodcritic" s.version = FoodCritic::VERSION s.description = "Lint tool for Chef cookbooks." s.summary = "foodcritic-#{s.version}" s.authors = ["Andrew Crump"] s.homepage = "http://foodcritic.io" s.license = "MIT" s.executables << "foodcritic" s.required_ruby_version = ">= 2.3" s.files = Dir["chef_dsl_metadata/*.json"] + Dir["lib/**/*.rb"] + Dir["misc/**/*"] s.files += Dir["Rakefile"] + Dir["Gemfile"] + Dir["*.gemspec"] s.files += Dir["spec/**/*"] + Dir["features/**/*"] s.files += Dir["*.md"] + Dir["LICENSE"] + Dir["man/*"] s.add_dependency("cucumber-core", ">= 1.3") s.add_dependency("nokogiri", ">= 1.5", "< 2.0") s.add_dependency("rake") s.add_dependency("treetop", "~> 1.4") s.add_dependency("ffi-yajl", "~> 2.0") s.add_dependency("erubis") s.add_dependency("rufus-lru", "~> 1.0") s.add_development_dependency "rspec", "~> 3.5" s.add_development_dependency "fuubar", "~> 2.0" s.add_development_dependency "rspec-command", "~> 1.0" end foodcritic-13.1.1/Gemfile0000644000004100000410000000043113300102713015231 0ustar www-datawww-datasource "https://rubygems.org" gemspec group :test do gem "aruba", "~> 0.5" gem "cucumber", ">= 2" gem "minitest", "~> 5.3" gem "minitest-reporters" gem "simplecov", "~> 0.8" gem "chefstyle", "= 0.8.0" end group :development do gem "ronn", "~> 0.7" gem "pry" end foodcritic-13.1.1/features/0000755000004100000410000000000013300102713015556 5ustar www-datawww-datafoodcritic-13.1.1/features/002_check_string_interpolation.feature0000644000004100000410000000460213300102713025130 0ustar www-datawww-dataFeature: Check String Interpolation In order to make my cookbooks more readable As a developer I want to identify if values are unnecessarily interpolated Scenario: Resource name interpolated string (symbol) Given a cookbook with a single recipe that creates a directory resource with an interpolated name When I check the cookbook Then the string interpolation warning 002 should be displayed Scenario: Resource name interpolated string Given a cookbook with a single recipe that creates a directory resource with an interpolated name from a string When I check the cookbook Then the string interpolation warning 002 should be displayed Scenario: Resource name string literal Given a cookbook with a single recipe that creates a directory resource with a string literal When I check the cookbook Then the string interpolation warning 002 should not be displayed Scenario: Resource name compound expression Given a cookbook with a single recipe that creates a directory resource with a compound expression When I check the cookbook Then the string interpolation warning 002 should not be displayed Scenario: Resource name literal and interpolated Given a cookbook with a single recipe that creates a directory resource with a literal and interpolated variable When I check the cookbook Then the string interpolation warning 002 should not be displayed Scenario: Resource name interpolated and literal Given a cookbook with a single recipe that creates a directory resource with an interpolated variable and a literal When I check the cookbook Then the string interpolation warning 002 should not be displayed Scenario: String interpolation in first Hash key Given a cookbook with a single recipe for which the first hash key is an interpolated string When I check the cookbook Then the string interpolation warning 002 should be displayed Scenario: String interpolation in first Hash value Given a cookbook with a single recipe for which the first hash value is an interpolated string When I check the cookbook Then the string interpolation warning 002 should be displayed Scenario: String interpolation in heredoc Given a cookbook with a single recipe that logs an interpolated string heredoc When I check the cookbook Then the string interpolation warning 002 should not be displayed foodcritic-13.1.1/features/individual_file.feature0000644000004100000410000000314413300102713022264 0ustar www-datawww-dataFeature: Individual file In order to get even faster feedback on changes to cookbooks As a developer I want to lint individual files in a cookbook Scenario: Linting an individual recipe shows warnings only from that file Given a cookbook with a single recipe that reads node attributes via symbols,strings And a cookbook that declares normal attributes via symbols When I check the recipe Then the attribute consistency warning 019 should be displayed for the recipe And the attribute consistency warning 019 should not be displayed for the attributes Scenario: Linting an individual role Given a roles directory And it contains a role file webserver.rb that defines the role name "apache" And it contains a role file database.rb that defines the role name "postgresql" When I check the webserver role only Then the role name does not match file name warning 049 should be shown against the webserver role And the role name does not match file name warning 049 should not be shown against the database role Scenario: Linting an individual environment Given an environments directory And it contains an environment file production_eu.rb that defines the environment name "production (eu-west-1)" And it contains an environment file production_us.rb that defines the environment name "production (us-east-1)" When I check the eu environment file only Then the invalid environment name warning 050 should be shown against the eu environment And the invalid environment name warning 050 should not be shown against the us environment foodcritic-13.1.1/features/show_lines_matched.feature0000644000004100000410000000200413300102713022766 0ustar www-datawww-data@context Feature: Show Lines Matched In order to understand more quickly the reason for a warning As a developer I want to be able to see the lines the warning matches against, with context Scenario: Recipe with a single warning Given a cookbook with a single recipe that reads node attributes via symbols When I check the cookbook, specifying that context should be shown Then the recipe filename should be displayed And the node access warning 001 should be displayed below And the line number and line of code that triggered the warning should be displayed Scenario: Recipe with a multiple warnings of the same type Given a cookbook with a single recipe that accesses multiple node attributes via symbols When I check the cookbook, specifying that context should be shown Then the recipe filename should be displayed And the node access warning 001 should be displayed below And the line number and line of code that triggered the warnings should be displayed foodcritic-13.1.1/features/034_check_for_unused_template_variables.feature0000644000004100000410000001257613300102713026765 0ustar www-datawww-dataFeature: Check for unused template variables In order to identify failure to parameterise template variables As a developer I want to identify variables passed to templates that are not used Scenario: All variables present in template Given a cookbook template that uses all variables passed When I check the cookbook Then the unused template variables warning 034 should not be displayed Scenario Outline: No variables passed Given a cookbook that passes no variables to a template And the template contains the expression When I check the cookbook Then the unused template variables warning 034 should not be displayed against the template Examples: | expression | | node[:configs][:config_var] | | @config_var | Scenario Outline: Variables passed Given a cookbook that passes variables to a template with extension And the template contains the expression When I check the cookbook Then the unused template variables warning 034 be displayed against the template Examples: | variables | expression | extension | displayed | | config_var | node[:configs][:config_var] | .conf.erb | should | | config_var | @config_var | .conf.erb | should not | | config_var | @config_var['foo'] | .conf.erb | should not | | config_var | node[:configs][:config_var] | .conf.erb | should | | config_var,another_var | node[:configs][:config_var] | .conf.erb | should | | config_var,another_var | @config_var | .conf.erb | should | | config_var,another_var | @another_var | .conf.erb | should | | config_var | @config_var | .conf | should not | | config_var,another_var | @another_var | .conf | should | Scenario Outline: Variables passed with includes Given a cookbook that passes variables to a template with extension And the template contains partial includes of type with the expression When I check the cookbook Then the unused template variables warning 034 be displayed against the template Examples: | variables | expression | type | extension | displayed | | config_var | node[:configs][:config_var] | no parentheses | .conf.erb | should | | config_var | @config_var | no parentheses | .conf.erb | should not | | config_var | @config_var['foo'] | no parentheses | .conf.erb | should not | | config_var | node[:configs][:config_var] | no parentheses | .conf.erb | should | | config_var,another_var | node[:configs][:config_var] | no parentheses | .conf.erb | should | | config_var,another_var | @config_var | no parentheses | .conf.erb | should | | config_var,another_var | @another_var | no parentheses | .conf.erb | should | | config_var | @config_var | no parentheses | .conf | should not | | config_var,another_var | @another_var | no parentheses | .conf | should | | config_var | node[:configs][:config_var] | parentheses | .conf.erb | should | | config_var | @config_var | parentheses | .conf.erb | should not | | config_var | @config_var['foo'] | parentheses | .conf.erb | should not | | config_var | node[:configs][:config_var] | parentheses | .conf.erb | should | | config_var,another_var | node[:configs][:config_var] | parentheses | .conf.erb | should | | config_var,another_var | @config_var | parentheses | .conf.erb | should | | config_var,another_var | @another_var | parentheses | .conf.erb | should | | config_var | @config_var | parentheses | .conf | should not | | config_var,another_var | @another_var | parentheses | .conf | should | | config_var,another_var | @config_var,@another_var | nested | .conf | should not | | config_var,another_var | @config_var | nested | .conf | should | Scenario Outline: Template path is inferred Given a cookbook that passes variables to an inferred template And the inferred template contains the expression When I check the cookbook Then the unused template variables warning 034 be displayed against the inferred template Examples: | variables | expression | displayed | | config_var | node[:configs][:config_var] | should | | config_var | @config_var | should not | Scenario: Template includes contain cycle Given a template that includes a partial that includes the original template again When I check the cookbook Then the unused template variables warning 034 should not be displayed foodcritic-13.1.1/features/command_line_help.feature0000644000004100000410000000516613300102713022600 0ustar www-datawww-dataFeature: Command line help In order to be able to learn about the options available for checking my cookbooks As a developer I want to be able to interactively get help on the options from the command line Scenario: No arguments Given I have installed the lint tool When I run it on the command line with no arguments Then the simple usage text should be displayed along with a non-zero exit code Scenario: Non-existent cookbook directory Given I have installed the lint tool When I run it on the command line specifying a cookbook that does not exist Then the simple usage text should be displayed along with a non-zero exit code Scenario: Non-existent role directory Given I have installed the lint tool When I run it on the command line specifying a role directory that does not exist Then the simple usage text should be displayed along with a non-zero exit code Scenario: Non-existent environment directory Given I have installed the lint tool When I run it on the command line specifying an environment directory that does not exist Then the simple usage text should be displayed along with a non-zero exit code Scenario: Command help Given I have installed the lint tool When I run it on the command line with the help option Then the simple usage text should be displayed along with a zero exit code Scenario: Display version Given I have installed the lint tool When I run it on the command line with the version option Then the current version should be displayed Scenario: Future verbose option Given I have installed the lint tool When I run it on the command line with the unimplemented verbose option Then the simple usage text should be displayed along with a non-zero exit code Scenario: Unimplemented option Given I have installed the lint tool When I run it on the command line with the unimplemented -Z option Then the simple usage text should be displayed along with a non-zero exit code Scenario: Future verbose option plus arguments Given a cookbook that has style problems And I have installed the lint tool When I run it on the command line with the unimplemented -v option with an argument Then the simple usage text should be displayed along with a non-zero exit code Then the style warning 002 should not be displayed And the current version should not be displayed Scenario: Refer to the man page Given access to the man page documentation When I compare the man page options against the usage options Then all options should be documented in the man page foodcritic-13.1.1/features/specify_search_grammar.feature0000644000004100000410000000223713300102713023634 0ustar www-datawww-dataFeature: Specify search grammar In order to allow the use of alternate search grammars when validating search syntax As a developer I want to be able to specify the grammar to use as a command line option Scenario: No grammar passed Given a cookbook recipe that attempts to perform a search with invalid syntax When I check the cookbook Then the invalid search syntax warning 010 should be displayed Scenario: Missing grammar passed Given a cookbook recipe that attempts to perform a search with invalid syntax When I check the cookbook specifying a search grammar that does not exist Then the check should abort with an error Scenario: Invalid grammar passed Given a cookbook recipe that attempts to perform a search with invalid syntax When I check the cookbook specifying a search grammar that is not in treetop format Then the check should abort with an error Scenario: Valid grammar passed Given a cookbook recipe that attempts to perform a search with invalid syntax When I check the cookbook specifying a search grammar that is a valid treetop grammar Then the invalid search syntax warning 010 should be displayed foodcritic-13.1.1/features/limit_rules_to_specific_versions.feature0000644000004100000410000000607213300102713025767 0ustar www-datawww-dataFeature: Limit rules to specific versions In order to not be shown warnings that do not apply to my version of Chef As a developer I want to be able to specify the version of Chef I am using Scenario: Rule with no version constraint - no version specified Given a rule that does not declare a version constraint And a cookbook that matches that rule When I check the cookbook without specifying a Chef version Then the warning should be displayed Scenario Outline: Rule with no version constraint - specifying version Given a rule that does not declare a version constraint And a cookbook that matches that rule When I check the cookbook specifying as the Chef version Then the warning should be displayed Examples: | version | | 0.10.10.beta.1 | | 0.10.8 | | 0.10.6 | | 0.10.6.rc.5 | | 0.10.6.beta.3 | | 0.10.4 | | 0.10.2 | | 0.10.0 | | 0.9.18 | Scenario: Rule with version constraint - no version specified Given a rule that declares a version constraint And the current stable version of Chef falls within it And a cookbook that matches that rule When I check the cookbook without specifying a Chef version Then the warning should be displayed Scenario: Rule with version constraint - no version specified Given a rule that declares a version constraint And the current stable version of Chef does not fall within it And a cookbook that matches that rule When I check the cookbook without specifying a Chef version Then the warning should not be displayed Scenario Outline: Rule with version constraint - specifying version Given a rule that declares a version constraint of to And a cookbook that matches that rule When I check the cookbook specifying as the Chef version Then the warning Examples: | version | from_version | to_version | warning | | 0.10.10.beta.1 | 0.10.10 | | should not be displayed | | 0.10.10 | 0.10.10 | | should be displayed | | 0.10.8 | 0.10.10 | | should not be displayed | | 0.10.6.rc.5 | 0.10.8 | | should not be displayed | | 0.10.6.rc.5 | 0.10.6 | | should not be displayed | | 0.10.4 | 0.9.14 | | should be displayed | | 0.10.4 | 0.10.10 | | should not be displayed | | 0.10.8 | 0.9.18 | 0.10.6 | should not be displayed | | 0.10.6 | 0.9.18 | 0.10.6 | should be displayed | | 0.9.18 | 0.9.18 | 0.10.6 | should be displayed | | 0.9.14 | 0.9.18 | 0.10.6 | should not be displayed | | 0.9.14 | | 0.10.6 | should be displayed | | 0.9.14 | | 0.9.12 | should not be displayed | foodcritic-13.1.1/features/032_check_for_invalid_notification_timing.feature0000644000004100000410000000244013300102713027265 0ustar www-datawww-dataFeature: Check for invalid notification timings In order to flag invalid notifications more quickly As a developer I want to identify notifications that have an invalid timing type Scenario Outline: Notification timings Given a cookbook recipe with a resource that When I check the cookbook specifying as the Chef version Then the invalid notification timing warning 032 be displayed Examples: | type | notification_timing | version | display | | notifies | | 12.6.0 | should not | | notifies | before | 12.6.0 | should not | | notifies | immediately | 12.6.0 | should not | | notifies | immediate | 12.6.0 | should not | | notifies | delayed | 12.6.0 | should not | | notifies | imediately | 12.6.0 | should | | subscribes | | 12.6.0 | should not | | subscribes | before | 12.6.0 | should not | | subscribes | immediately | 12.6.0 | should not | | subscribes | immediate | 12.6.0 | should not | | subscribes | delayed | 12.6.0 | should not | | subscribes | imediately | 12.6.0 | should | foodcritic-13.1.1/features/022_check_for_dodgy_conditions_within_loop.feature0000644000004100000410000000461713300102713027503 0ustar www-datawww-dataFeature: Check for dodgy resource conditions within a loop In order to ensure that resources are declared as intended As a developer I want to identify resource conditions within a loop that will not be re-evaluated Scenario: Resource outside a loop Given a cookbook recipe that declares a resource called "feed_pet" with the condition outside a loop When I check the cookbook Then the dodgy resource condition warning 022 should not be displayed Scenario Outline: Resource within a loop Given a cookbook recipe that declares a resource called with the condition in a loop When I check the cookbook Then the dodgy resource condition warning 022 be displayed Examples: | name | condition | show_warning | | "feed_pet" | | should not | | "feed_pet" | not_if { ::File.exists?("/tmp/fixed-path")} | should not | | "feed_pet" | not_if { ::File.exists?("/tmp/#{pet_name}")} | should | | "feed_pet" | only_if { ::File.exists?("/tmp/#{pet_name}")} | should | | "feed_pet" | only_if { ::File.exists?(pet_name)} | should | | "feed_pet_#{pet_name}" | not_if { ::File.exists?("/tmp/#{pet_name}")} | should not | | "feed_pet" | not_if { ::File.exists?("/tmp/#{unrelated_var}")} | should not | | "feed_pet" | only_if "[ -f \"/tmp/#{pet_name}\" ]" | should | | "feed_pet_#{pet_name}" | not_if "[ -f \"/tmp/#{pet_name}\" ]" | should not | | pet_name | not_if "[ -f \"/tmp/#{pet_name}\" ]" | should not | Scenario: Resource within a multi-arg block Given a resource declared with a guard within a loop with multiple block arguments When I check the cookbook Then the dodgy resource condition warning 022 should not be shown Scenario: Resource guard contains a block Given a resource that declares a guard containing a block When I check the cookbook Then the dodgy resource condition warning 022 should not be shown Scenario: Loop in a definition Given a resource declared within a definition When I check the cookbook Then the dodgy resource condition warning 022 should not be shown foodcritic-13.1.1/features/033_check_for_missing_template.feature0000644000004100000410000000507113300102713025072 0ustar www-datawww-dataFeature: Check for missing template In order to ensure the Chef run is successful As a developer I want to identify template resources that refer to missing templates Scenario Outline: Template types Given a cookbook recipe that When I check the cookbook Then the missing template warning 033 Examples: | template_type | warning | | defines a template where both the name and source are complex expressions | should not be displayed | | defines a template where name and source are both simple expressions | should not be displayed | | defines a template where name is a complex expression | should not be displayed | | infers a template with an expression | should not be displayed | | refers to a hidden template | should not be displayed | | refers to a local template | should not be displayed | | refers to a missing template | should be displayed | | refers to a template in a subdirectory | should not be displayed | | refers to a template | should not be displayed | | refers to a template with an expression | should not be displayed | | refers to a template without an erb extension | should not be displayed | | uses a missing inferred template | should be displayed | | uses an inferred template | should not be displayed | | uses a template from another cookbook | should not be displayed | Scenario Outline: Template in the root of the templates directory Given a cookbook recipe that refers to a template in the root of the templates directory When I check the cookbook specifying as the Chef version Then the missing template warning 033 Examples: | version | warning | | 12.9.38 | should not be displayed | Scenario: Template within deploy resource Given a cookbook recipe with a deploy resource that contains a template resource When I check the cookbook Then the missing template warning 033 should not be displayed against the template foodcritic-13.1.1/features/024_check_for_missing_platforms.feature0000644000004100000410000000656413300102713025276 0ustar www-datawww-dataFeature: Check for missing platforms In order to maximise the portability of my cookbooks As a developer I want to identify when a recipe misses a popular flavour from a platform family Scenario Outline: Platform flavour missing Given a cookbook recipe with a '' condition for flavours And the cookbook metadata declares support for When I check the cookbook Then the consider adding platform warning 024 Examples: | type | supports | flavours | warning | | case | | chalk,cheese | should not be shown | | case | | debian,ubuntu | should not be shown | | case | | centos,redhat,scientific,oracle | should not be shown | | case | | centos,debian,fedora,redhat,scientific,oracle | should not be shown | | case | | redhat | should not be shown | | case | | centos,redhat | should be shown | | case | centos,redhat | centos,redhat | should not be shown | | case | | centos,redhat,scientific | should be shown | | case | centos,redhat,scientific | centos,redhat,scientific | should not be shown | | case | centos,debian,scientific | centos,scientific | should not be shown | | case | centos,redhat,scientific | redhat,scientific | should be shown | | case | debian,redhat,centos,fedora | redhat,centos,fedora | should not be shown | | platform? | | centos,redhat,scientific,oracle | should not be shown | | platform? | | redhat | should not be shown | | platform? | | redhat,scientific | should be shown | | platform? | redhat,scientific | redhat,scientific | should not be shown | | platform? | centos,redhat,scientific | centos,scientific | should be shown | | platform? | centos,redhat,oracle | centos,redhat | should be shown | Scenario: Supported platforms specifies versions Given a cookbook recipe with a 'case' condition for flavours 'redhat,scientific' And the cookbook metadata declares support with versions specified When I check the cookbook Then the consider adding platform warning 024 should not be shown Scenario: Unrelated case statement Given a cookbook recipe with a case condition unrelated to platform When I check the cookbook Then the consider adding platform warning 024 should not be shown foodcritic-13.1.1/features/044_check_for_bare_attribute_keys.feature0000644000004100000410000000445313300102713025562 0ustar www-datawww-dataFeature: Check for bare attribute keys In order to ensure my cookbook attributes are easily understood As a developer I want to avoid referring to bare attributes Scenario Outline: Cookbook attributes Given a cookbook attributes file that refers to an attribute with When I check the cookbook Then the bare attribute keys warning 044 be displayed against the attributes file Examples: | reference | show_warning | | node['hostname'] | should not | | node[:hostname] | should not | | node.hostname | should not | | hostname | should | | true | should not | | false | should not | | nil | should not | Scenario: Cookbook recipe Given a cookbook recipe that refers to an attribute with a bare keyword When I check the cookbook Then the bare attribute keys warning 044 should not be displayed Scenario: Variable declared in attributes file Given a cookbook attributes file that declares and refers to a local variable When I check the cookbook Then the bare attribute keys warning 044 should not be displayed against the local variable Scenario Outline: Block variable Given a cookbook attributes file with a block that takes arguments When I check the cookbook Then the bare attribute keys warning 044 should not be displayed against the block Examples: | block_type | | do | | brace | Scenario: Attribute set to library method call Given a cookbook attributes file that sets an attribute to be the result of a library call When I check the cookbook Then the bare attribute keys warning 044 should not be displayed against the library call Scenario: Attribute chain with new line Given a cookbook attributes file that sets an attribute to have line break When I check the cookbook Then the bare attribute keys warning 044 should not be displayed against the local variable Scenario: Attribute chain with new line and parameterized name Given a cookbook attributes file that sets an attribute to have line break and arguments When I check the cookbook Then the bare attribute keys warning 044 should not be displayed against the new line foodcritic-13.1.1/features/multiple_paths.feature0000644000004100000410000000377313300102713022177 0ustar www-datawww-dataFeature: Multiple paths In order to avoid needing to run foodcritic multiple times As a developer I want to lint multiple paths at once Scenario Outline: Linting multiple individual cookbooks Given a cookbook with a single recipe that reads node attributes via symbols,strings And another cookbook with a single recipe that reads node attributes via strings When I check both cookbooks with the command-line Then the attribute consistency warning 019 should be shown Examples: | command_line | | example another_example | | -B example -B another_example | | --cookbook-path example --cookbook-path another_example | | -B example another_example | | --cookbook-path example another_example | | -B example --cookbook-path another_example | Scenario: Linting multiple role directories Given two roles directories And each role directory has a role with a name that does not match the containing file name When I check both roles directories Then the role name does not match file name warning 049 should be shown against the files in both directories Scenario: Linting a cookbook, role and environment together Given a cookbook with a single recipe that reads node attributes via symbols,strings And another cookbook with a single recipe that reads node attributes via strings And a directory that contains a role file webserver.rb in ruby that defines role name apache And a directory that contains an environment file production.rb in ruby that defines environment name production (us-east) When I check the cookbooks, role and environment together Then the attribute consistency warning 019 should be shown And the role name does not match file name warning 049 should be shown And the invalid environment name warning 050 should be shown foodcritic-13.1.1/features/014_check_for_long_ruby_blocks.feature0000644000004100000410000000220113300102713025052 0ustar www-datawww-dataFeature: Check for overly long ruby blocks In order to keep my cookbooks readable As a developer I want to identify if ruby blocks in my recipes are too long and should be extracted to libraries Scenario: No ruby blocks Given a cookbook that contains no ruby blocks When I check the cookbook Then the long ruby block warning 014 should not be displayed Scenario: Short ruby block Given a cookbook that contains a short ruby block When I check the cookbook Then the long ruby block warning 014 should not be displayed Scenario: Long ruby block Given a cookbook that contains a long ruby block When I check the cookbook Then the long ruby block warning 014 should be displayed Scenario: Multiple ruby blocks Given a recipe that contains both long and short ruby blocks When I check the cookbook Then the long ruby block warning 014 should be displayed against the long block only Scenario: Missing block attribute Given a recipe that contains a ruby block without a block attribute When I check the cookbook Then the long ruby block warning 014 should not be displayed foodcritic-13.1.1/features/step_definitions/0000755000004100000410000000000013300102713021124 5ustar www-datawww-datafoodcritic-13.1.1/features/step_definitions/cookbook_steps.rb0000644000004100000410000015222413300102713024503 0ustar www-datawww-dataGiven "a cookbook attributes file that declares and refers to a local variable" do write_attributes %q{ master = search(:nodes, 'foo:master') default[:foo][:master] = master } end Given /^a cookbook attributes file that refers to an attribute with (.*)$/ do |reference| write_attributes %Q{ default['myhostname'] = #{reference} } end Given "a cookbook attributes file that sets an attribute to be the result of a library call" do write_attributes %q{ ::Chef::Node.send(:include, Opscode::OpenSSL::Password) default[:admin_password] = secure_password } end Given "a cookbook attributes file with a brace block that takes arguments" do write_attributes %q{ foo = {'foo' => 'bar'} foo.each{|k, v| default['waka'][k] = v} } end Given "a cookbook attributes file with a do block that takes arguments" do write_attributes %q{ foo = {'foo' => 'bar'} foo.each do |k, v| default['waka'][k] = v end } end Given "a cookbook attributes file that sets an attribute to have line break" do write_attributes %q{ default['foo']['bar']['baz'][ 'bing']['blonk'] = 'stupendous' } end Given "a cookbook attributes file that sets an attribute to have line break and arguments" do write_attributes %q{ %w{ foo bar }.each do |baz| default['foo']["bing_#{baz}"][ 'blonk'] = baz end } end Given /^a cookbook (attributes|recipe) file with assignment (.*)$/ do |type, assignment| if type == "attributes" write_attributes assignment else write_recipe assignment end end Given "a cookbook recipe that contains a group resource that uses the 'system' bool attribute" do write_recipe %q{ group "senge" do system true end } end Given "a cookbook recipe that contains a user resource that uses the 'system' string attribute" do write_recipe %q{ user "foo" do system "bar" end } end Given /^a cookbook recipe that declares (too many )?execute resources varying only in the command in branching conditionals$/ do |too_many| extra_resource = %q{ execute "bing" do action :run end } write_recipe %Q{ if true execute "foo" do action :run end else #{extra_resource if too_many} execute "bar" do action :run end execute "baz" do action :run end end }.strip end Given /^a cookbook recipe that declares a ([^ ]+) resource with the ([^ ]+) attribute set to (.*)$/ do |resource, attribute, value| write_recipe %Q{ #{resource} "foo" do #{attribute} #{value} end } end Given /^a cookbook recipe that executes '([^']+)' with an execute resource$/ do |command| write_recipe %Q{ execute "#{command}" do action :run end } end Given /^a cookbook recipe that spawns a sub-process with (.*)$/ do |command| write_recipe command end Given "a provider that contains a ruby_block resource that spawns a sub-process with system" do write_provider "site", %q{ action :install do ruby_block "ruby" do block do system "ls" end end end } end Given "a cookbook recipe with a deploy resource that contains a template resource" do write_recipe %q{ deploy '/foo/bar' do before_restart do template "/tmp/config.conf" do source "foo.conf.erb" variables({ :config_var => 'foo' }) end end end } write_file "cookbooks/example/templates/default/foo.conf.erb", %q{ <%= @config_var %> } end Given "a cookbook recipe with a resource that notifies where the action is an expression" do write_recipe %q{ notify_action = node['platform_family'] == "mac_os_x" ? :restart : :reload service 'svc' do action :nothing end template '/tmp/foo' do source 'foo.erb' notifies notify_action, 'service[svc]' end } end Given /^a cookbook recipe with an execute resource named (.*)$/ do |name| write_recipe %Q{ execute "#{name}" do action :run end } end Given /^a cookbook recipe with an execute resource that runs the command (.*)$/ do |command| write_recipe %Q{ execute "do_stuff" do command "#{command}" end } end Given /^a cookbook recipe that refers to (node.*)$/ do |reference| write_recipe %Q{ Chef::Log.info #{reference} } end Given "a cookbook recipe that refers to an attribute with a bare keyword" do write_recipe %q{ node['myhostname'] = hostname } end Given "a cookbook provider that declares execute resources varying only in the command in separate actions" do write_provider "site", %q{ action :start do execute "foo" do action :run end new_resource.updated_by_last_action(true) end action :stop do execute "bar" do action :run end new_resource.updated_by_last_action(true) end action :restart do execute "baz" do action :run end new_resource.updated_by_last_action(true) end }.strip end Given "a cookbook provider that declares execute resources varying only in the command in the same action" do write_provider "site", %q{ action :start do execute "foo" do action :run end execute "bar" do action :run end execute "baz" do action :run end new_resource.updated_by_last_action(true) end }.strip end Given /^a cookbook recipe that attempts to perform a search with (.*)$/ do |search_type| recipe_with_search(search_type.include?("subexpression") ? :with_subexpression : search_type.tr(" ", "_").to_sym) end Given /^a cookbook recipe that declares a resource called ([^ ]+) with the condition (.*)(in|outside) a loop$/ do |name, condition, is_loop| write_recipe %Q{ #{'%w{rover fido}.each do |pet_name|' if is_loop == 'in'} execute #{name} do command "echo 'Feeding: \#{pet_name}'; touch '/tmp/\#{pet_name}'" #{condition.nil? ? 'not_if { ::File.exists?("/tmp/\#{pet_name}")}' : condition} end #{'end' if is_loop == 'in'} } end Given /^a cookbook recipe that declares a resource with a (.*)$/ do |conditional| write_recipe %Q{ template "/tmp/foo" do mode "0644" source "foo.erb" #{conditional} end } end Given "a cookbook recipe that declares a resource with no conditions at all" do write_recipe %q{ service "apache" do action :enable end } end Given "a cookbook recipe that declares multiple directories with different file modes" do write_recipe %q{ directory "#{node["nagios"]["dir"]}/dist" do owner "nagios" group "nagios" mode 0755 end directory node["nagios"]["state_dir"] do owner "nagios" group "nagios" mode 0751 end directory "#{node["nagios"]["state_dir"]}/rw" do owner "nagios" group node["apache"]["user"] mode 2710 end } end Given "a cookbook recipe that declares multiple package resources mixed with other resources" do write_recipe %q{ package "erlang-base" do action :install end package "erlang-corba" do action :install end package "erlang-crypto" do action :install end service "apache" do supports :restart => true, :reload => true action :enable end template "/tmp/somefile" do mode "0644" source "somefile.erb" not_if "test -f /etc/passwd" end package "rabbitmq-server" do action :install end } end Given /^a cookbook recipe that declares multiple (varying|non-varying) template resources within a block$/ do |vary| do_vary = vary == "varying" write_recipe %Q{ node['apps'].each do |app| template "/etc/#\{app\}.conf" do owner "root" group "root" #{'mode "0600"' if do_vary} end template "/etc/init.d/#\{app\}" do owner "root" group "root" #{'mode "0700"' if do_vary} end template "/home/#\{app\}/foo" do owner "root" group "root" #{'mode "0600"' if do_vary} end end } end Given "a cookbook recipe that declares multiple resources varying only in the package name" do write_recipe %q{ package "erlang-base" do action :install end package "erlang-corba" do action :install end package "erlang-crypto" do action :install end package "rabbitmq-server" do action :install end } end Given "a cookbook recipe that declares multiple resources with more variation" do write_recipe %q{ package "erlang-base" do action :install end package "erlang-corba" do action :install end package "erlang-crypto" do version '13.b.3' action :install end package "rabbitmq-server" do action :install end } end Given "a cookbook recipe that declares non contiguous package resources mixed with other resources" do write_recipe %q{ package "erlang-base" do action :install end service "apache" do supports :restart => true, :reload => true action :enable end package "erlang-crypto" do action :install end template "/tmp/somefile" do mode "0644" source "somefile.erb" not_if "test -f /etc/passwd" end package "rabbitmq-server" do action :install end } end Given "a cookbook recipe that declares two or fewer resources varying only in the package name" do write_recipe %q{ package "erlang-base" do action :install end package "erlang-corba" do action :install end } end Given 'a cookbook recipe that has a confusingly named local variable "default"' do write_recipe %q{ default = {'run_list' => 'foo'}; Chef::Log.info default['run_list'] } end Given "a cookbook recipe that refers to a hidden template" do write_recipe %q{ template '/etc/.s3cfg' do source '.s3cfg.erb' end } write_file "cookbooks/example/templates/default/.s3cfg.erb", %q{ config=true } end Given /^a cookbook recipe that refers to a (missing |local )?template( in a subdirectory)?$/ do |missing_or_local, sub_dir| sub_dir = sub_dir ? "sub_dir/" : "" write_recipe %Q{ template "/tmp/config.conf" do #{'local true' if missing_or_local == 'local '} source "#{sub_dir}config.conf.erb" variables({ :config_var => 'foo' }) end } unless missing_or_local write_file "cookbooks/example/templates/default/#{sub_dir}config.conf.erb", %q{ <%= @config_var %> } end end Given /^a cookbook recipe that refers to a template in the root of the templates directory$/ do write_recipe %q{ template "/tmp/config.conf" do source "config.conf.erb" variables({ :config_var => 'foo' }) end } write_file "cookbooks/example/templates/config.conf.erb", %q{ <%= @config_var %> } end Given "a cookbook recipe that refers to a template without an erb extension" do write_recipe %q{ template '/etc/resolv.conf' do source 'resolv.conf' end } write_file "cookbooks/example/templates/default/resolv.conf", "" end Given "a cookbook recipe that defines a template where name is a complex expression" do write_recipe %q{ template ::File.join(new_resource.foo.bar, "str", new_resource.baz) do variables({ :config_var => 'foo' }) end } write_file "cookbooks/example/templates/default/barstrbaz.conf.erb", %q{ <%= @config_var %> } end Given "a cookbook recipe that defines a template where both the name and source are complex expressions" do write_recipe %q{ template ::File.join(new_resource.foo.bar, "str", new_resource.baz) do source new_resource.foo.template variables({ :config_var => 'foo' }) end } write_file "cookbooks/example/templates/default/barstrbaz.conf.erb", %q{ <%= @config_var %> } end Given "a cookbook recipe that defines a template where name and source are both simple expressions" do write_recipe %q{ template "/tmp/config-#{foo}.conf" do source "config-#{foo}.erb" variables({ :config_var => 'foo' }) end } write_file "cookbooks/example/templates/default/config-foo.conf.erb", %q{ <%= @config_var %> } end Given /^a cookbook recipe that (refers to|infers) a template with an expression$/ do |type| write_attributes %q{ default['foo']['name'] = 'foo' } write_recipe case type when "infers" %q{ template "/tmp/config-#{node['foo']['name']}.conf" do variables({ :config_var => 'foo' }) end } else %q{ template "/tmp/config.conf" do source "config-#{node['foo']['name']}.erb" variables({ :config_var => 'foo' }) end } end write_file "cookbooks/example/templates/default/config-foo.conf.erb", %q{ <%= @config_var %> } end Given "a cookbook recipe that uses a template from another cookbook" do write_recipe %q{ template "foo" do cookbook "othercookbook" source "source_in_the_other_cookbook.erb" end } end Given /^a cookbook recipe that uses a(?:n)? (missing )?inferred template$/ do |missing| write_recipe %Q{ template "/tmp/config.conf" do variables({ :config_var => 'foo' }) end } unless missing write_file "cookbooks/example/templates/default/config.conf.erb", %q{ <%= @config_var %> } end end Given /^a cookbook recipe that uses execute to (sleep and then )?([^ ]+) a service via (.*)$/ do |sleep, action, method| method = "service" if method == "the service command" recipe_controls_service(method.include?("full path") ? :service_full_path : method.gsub(/[^a-z_]/, "_").to_sym, sleep, action) end Given "a cookbook recipe that uses execute to list a directory" do write_recipe %Q{ execute "nothing-to-see-here" do command "ls" action :run end } end Given "a cookbook recipe that uses execute with a name attribute to start a service" do write_recipe %Q{ execute "/etc/init.d/foo start" do cwd "/tmp" end } end Given /^a cookbook recipe with a ([^ ]+) resource that subscribes to ([^ ]+) when notified by a remote_file$/ do |source, action| write_recipe %Q{ #{source} "foo" do action :nothing subscribes :#{action}, resources(:remote_file => "/foo/bar"), :immediately end } end Given /^a cookbook recipe with a ([^ ]+) resource with action (.*)$/ do |resource, action| write_recipe %Q{ #{resource} "foo" do action :#{action} end } end Given /^a cookbook recipe with a ([^ ]+) resource with actions (.*)$/ do |resource, actions| write_recipe %Q{ #{resource} "foo" do action [#{actions.split(', ').map { |a| ":#{a}" }.join(", ")}] end } end Given "a cookbook recipe with a case condition unrelated to platform" do write_recipe %Q{ case day_of_week when "Monday", "Tuesday" package "foo" do action :install end when "Wednesday", "Thursday" package "bar" do action :install end end }.strip end Given /^a cookbook recipe with a resource that ([^ ]+)(?: )?([^ ]+)?$/ do |type, notification_timing| write_recipe %Q{ template "/etc/foo.conf" do #{type} :restart, "service[foo]"#{", :#{notification_timing}" if notification_timing} end } end Given /^a cookbook recipe with a resource that (notifies|subscribes) a ([^ ]+) to ([^ ]+)$/ do |type, resource, action| notification = case type when "notifies" then %Q{notifies :#{action}, "#{resource}[foo]"} when "subscribes" then %Q{subscribes :#{action}, resources(:#{resource} => "foo")} end write_recipe %Q{ template "/etc/apache.conf" do #{notification} end } end Given /^a cookbook recipe with a '([^']+)' condition for flavours (.*)$/ do |type, flavours| platforms = %Q{"#{flavours.split(',').join('","')}"} if type == "case" @expected_line = 6 write_recipe %Q{ case node[:platform] when "debian", "ubuntu" package "foo" do action :install end when #{platforms} package "bar" do action :install end end }.strip elsif type == "platform?" @expected_line = 1 write_recipe %Q{ if platform?(#{platforms}) package "bar" do action :install end end }.strip else raise "Unrecognised type: #{type}" end end Given "a cookbook recipe with a service resource that does not specify an action" do write_recipe %q{ service "foo" do start_command "/sbin/service foo start" end }.strip end Given "a cookbook recipe with a service resource with an action specified via a variable" do write_recipe %q{ service "foo" do action action end }.strip end Given "a cookbook recipe with multiple execute resources where the last uses git" do write_recipe %q{ execute "one" do command "ls -al" end execute "two" do command "df -H" end execute "three" do command "git clone https://example.org/bar.git" end }.strip end Given "a cookbook template that uses all variables passed" do write_recipe %q{ template "/tmp/config.conf" do source "config.conf.erb" variables( :config_var => node[:configs][:config_var] ) end } write_file "cookbooks/example/templates/default/config.conf.erb", %q{ <%= @config_var %> } end Given /^a cookbook that passes no variables to a template$/ do write_recipe %q{ template "/tmp/config.conf" do source "config.conf.erb" end } end Given /^a cookbook that passes variables (.*) to a template with extension (.*)$/ do |vars, ext| write_recipe %Q{ template "/tmp/config.conf" do source "config#{ext}" variables( :#{vars.split(',').map { |v| "#{v} => node[:#{v}]" }.join(",\n:")} ) end } end Given /^a cookbook that passes variables (.*) to an inferred template$/ do |vars| write_recipe %Q{ template "/tmp/config.conf" do variables( :#{vars.split(',').map { |v| "#{v} => node[:#{v}]" }.join(",\n:")} ) end } end Given /^a cookbook that contains a (short|long) ruby block$/ do |length| recipe_with_ruby_block(length.to_sym) end Given /^a cookbook that contains a LWRP (?:with a single notification|that uses the current notification syntax)$/ do cookbook_with_lwrp({ :notifies => :does_notify }) end Given "a cookbook that contains a LWRP with a single notification without parentheses" do cookbook_with_lwrp({ :notifies => :does_notify_without_parens }) end Given /^a cookbook that contains a LWRP that declares a resource called ([^ ]+) with the condition (.*)$/ do |name, condition| write_resource("site", %q{ actions :create attribute :name, :name_attribute => true }) write_provider("site", %Q{ action :create do execute #{name} do command "echo 'Creating: \#{new_resource.name}'; touch '/tmp/\#{new_resource.name}'" #{condition} end end }) end Given /^a cookbook that contains a LWRP that (?:does not trigger notifications|declares a resource with no condition)$/ do write_resource("site", %q{ actions :create attribute :name, :kind_of => String, :name_attribute => true }) write_provider("site", %q{ action :create do log "Here is where I would create a site" end }) end Given /^a cookbook that contains a LWRP that uses converge_by - (brace|do) block (with|without) parentheses$/ do |block_type, with_parens| write_resource("site", %q{ actions :create attribute :name, :kind_of => String, :name_attribute => true }) if block_type == "brace" write_provider("site", %q{ action :create do converge_by("Creating site #{new_resource.name}"){ Site.new(new_resource.name).create } end }) else if with_parens == "with" write_provider("site", %q{ action :create do converge_by("Creating site #{new_resource.name}") do Site.new(new_resource.name).create end end }) else write_provider("site", %q{ action :create do converge_by "Creating site #{new_resource.name}" do Site.new(new_resource.name).create end end }) end end end Given /^a cookbook that contains a LWRP that uses the deprecated notification syntax(.*)$/ do |qualifier| cookbook_with_lwrp({ :notifies => qualifier.include?("class variable") ? :class_variable : :deprecated_syntax }) end Given "a cookbook that contains a LWRP that uses use_inline_resources" do cookbook_with_lwrp({ :use_inline_resources => true }) end Given "a cookbook that contains a LWRP with multiple notifications" do write_resource("site", %q{ actions :create, :delete attribute :name, :kind_of => String, :name_attribute => true }) write_provider("site", %q{ action :create do log "Here is where I would create a site" new_resource.updated_by_last_action(true) end action :delete do log "Here is where I would delete a site" new_resource.updated_by_last_action(true) end }) end Given "a cookbook that contains no ruby blocks" do write_recipe %q{ package "tar" do action :install end } end Given /^a cookbook that declares ([a-z]+) attributes via symbols$/ do |attribute_type| attributes_with_symbols(attribute_type) end Given /^a cookbook that has ([^ ]+) problems$/ do |problems| cookbook_that_matches_rules( problems.split(",").map do |problem| case problem when "no " then next when "style" then "FC002" when "correctness" then "FC006" end end ) end Given /^a cookbook that matches rules (.*)$/ do |rules| cookbook_that_matches_rules(rules.split(",")) end Given "a cookbook that matches that rule" do write_recipe %q{ execute "bar" do action :run end } end Given /^a cookbook with a ([^ ]+) that (includes|does not include) a breakpoint$/ do |component, includes| content = case component when "template" then includes == "includes" ? "Hello <% require 'pry'; binding.pry %>" : "Hello World" else includes == "includes" ? "binding.pry" : "# No breakpoint" end write_recipe "" case component when "library" then write_library "foo", content when "metadata" then write_metadata content when "provider" then write_provider "foo", content when "recipe" then write_recipe content when "resource" then write_resource "foo", content when "template" then write_file "cookbooks/example/templates/default/foo.erb", content else raise "Unrecognised component: #{component}" end end Given /^a cookbook with a single recipe for which the first hash (key|value) is an interpolated string$/ do |key_or_value| write_recipe case key_or_value when "key" then %q{{"#{foo}" => 'bar', 'bar' => 'foo'}} when "value" then %q{{'foo' => "#{bar}", 'bar' => 'foo'}} end end Given "a cookbook with a single recipe that mixes node access types in an interpolated value" do write_recipe %q{ execute "interpolated-example" do command "#{node['foo'][:bar]}'" end } end Given "a cookbook with a single recipe that accesses multiple node attributes via symbols" do write_recipe %q{ node[:foo] = 'bar' node[:testing] = 'bar' } end Given "a cookbook with a single recipe that reads node attributes via symbols and quoted_symbols" do write_recipe %q{default[:foo][:'bar-baz']} end Given /^a cookbook with a single recipe that triggers FC019 with comment (.*)$/ do |comment| write_recipe %Q{ file node[:bar] do content node['foo'] #{comment} action:create end }.strip end Given "a cookbook with a single recipe that calls a patched node method" do write_library "search", %q{ class Chef class Node def in_tier?(*tier) tier.flatten.include?(node['tier']) end end end } write_recipe %q{ if node['something']['bar'] || node.in_tier?('foof') Chef::Log.info("Node has been patched") end } end Given /^a cookbook with a single recipe that explicitly calls a node method( with multiple arguments)?$/ do |multi| write_recipe %Q{ if node[:bar] and node.foo(#{multi ? 'bar, baz' : ''}) Chef::Log.info('Explicit node method call should be ignored') end } end Given "a cookbook with a single recipe that uses a hash value to access a node attribute" do write_recipe %q{ some_hash = { :key => "value" } execute "accesses-hash" do command "echo #{node['foo'][some_hash[:key]]}" end }.strip end Given /a(nother)? cookbook with a single recipe that (reads|updates|ignores)(nested)? node attributes via ([a-z,]*)(?:(?: and calls node\.)?([a-z_?]+)?| with (.*)?)(?: only)?$/ do |more_than_one, op, nested, types, method, expr| cookbook_name = more_than_one.nil? ? "example" : "another_example" access = if nested.nil? { :strings => "['foo']", :symbols => "[:foo]", :vivified => ".foo" } else { :strings => "['bar']['baz']", :symbols => "[:fee][:fi][:fo][:fum]", :vivified => ".bar.baz" } end recipe_content = (if types == "none" "log 'hello world'" elsif op == "reads" types.split(",").map { |type| "log node#{access[type.to_sym]}" }.join("\n") else types.split(",").map { |type| "node#{access[type.to_sym]} = 'foo'" }.join("\n") end) recipe_content += "\n#{expr}" unless method.nil? recipe_content += { :platform? => "node.platform?('redhat')", :run_list => "log 'hello' if node.run_list.roles.include?(node[:foo][:bar])", :run_state => "node.run_state[:reboot_requested] = true", :set => "node.set['foo']['bar']['baz'] = 'secret'" }[method.to_sym] end write_recipe(recipe_content, cookbook_name) end Given "a cookbook with a single recipe which accesses node attributes with symbols on lines 2 and 10" do write_recipe %q{ # Here we access the node attributes via a symbol foo = node[:foo] directory "/tmp/foo" do owner "root" group "root" action :create end bar = node[:bar] } end Given /^a cookbook with a single recipe that creates a directory resource with (.*)$/ do |path_type| recipe_with_dir_path({ "an interpolated name" => :interpolated_symbol, "an interpolated name from a string" => :interpolated_string, "a string literal" => :string_literal, "a compound expression" => :compound_symbols, "an interpolated variable and a literal" => :interpolated_symbol_and_literal, "a literal and interpolated variable" => :literal_and_interpolated_symbol }[path_type]) end Given "a cookbook with a single recipe that logs an interpolated string heredoc" do write_recipe %q( Chef::Log.warn <<-LOG Warning stuff has gone wrong: #{stuff} LOG ) end Given "a cookbook with five recipes" do end Given /^a directory that contains a role file ([^ ]+) in (json|ruby) that defines role name (.*)$/ do |file_name, format, role_name| role(:role_name => %Q{"#{role_name}"}, :file_name => file_name, :format => format.to_sym) end Given /^a directory that contains an environment file (.*) in ruby that defines environment name (.*)$/ do |file_name, env_name| environment(:environment_name => %Q{"#{env_name}"}, :file_name => "production.rb") end Given /^a ([a-z_]+) resource declared with the mode ([^\s]+)(?: with comment (.*)?)?$/ do |resource, mode, comment| recipe_resource_with_mode(resource, mode, comment) end Given "a file resource declared without a mode" do write_recipe %q{ file "/tmp/something" do action :delete end } end Given /^a file with multiple errors on one line(?: with comment (.*))?$/ do |comment| write_file "cookbooks/example/recipes/default.rb", %Q{node['run_state']['nginx_force_recompile'] = "\#{foo}"#{comment}} end Given(/^a LWRP with an action :create that notifies with (converge_by|updated_by_last_action) and another :delete that does not notify$/) do |notify_type| cookbook_with_lwrp_actions([ { :name => :create, :notify_type => notify_type.to_sym }, { :name => :delete, :notify_type => :none }, ]) end Given /^(?:a roles|an environments) directory$/ do end Given /^a Rakefile that defines (no lint task|a lint task with no block|a lint task with an empty block|a lint task with a block setting options to)(.*)?$/ do |task, options| rakefile( case task when /no block/ then :no_block when /empty block/ then :empty_block when /a block/ then :block end, options.strip.empty? ? {} : { :options => options.strip }) end Given /^a Rakefile that defines a lint task specifying files to lint as (.*)$/ do |files| rakefile(:block, :files => files) end Given "a Rakefile that defines a lint task specifying a different name" do rakefile(:block, :name => "lint") end Given "a recipe that contains a ruby block without a block attribute" do write_recipe %q{ ruby_block "missing block" do puts "Missing a block attribute" end } end Given "a recipe that contains both long and short ruby blocks" do recipe_with_ruby_block(:both) end Given /^a recipe that declares a ([^ ]+) resource with these attributes: (.*)$/ do |type, attributes| recipe_with_resource(type, attributes.split(",")) end Given "a recipe that declares a resource with an attribute value set to the result of a method call" do write_recipe %q{ cron "run a command at a random minute" do user "root" minute rand(60) command "/usr/bin/whatever" end } end Given "a recipe that declares a resource with only a name attribute" do write_recipe %q{ package 'foo' } end Given "a recipe that declares a resource with recognised attributes and a conditional execution ruby block" do write_recipe %q{ file "/tmp/something" do owner "root" group "root" mode "0755" not_if do require 'foo' Foo.bar?(filename) end action :create end } end Given "a recipe that declares a resource with recognised attributes and a nested block" do write_recipe %q{ deploy_revision "foo" do revision "HEAD" repository "git://github.com/git/git.git" deploy_to "/foo" action :deploy before_migrate do execute "bundle install" do cwd release_path action :run end end end } end Given "a recipe that declares a resource with standard attributes" do write_recipe %q{ file "/tmp/something" do owner "root" group "root" mode "0755" action :create end } end Given "a recipe that declares a user-defined resource" do write_recipe %q{ apple "golden-delicious" do colour "yellow" action :consume end } end Given "a recipe that declares multiple resources of the same type of which one has a bad attribute" do write_recipe %q{ file "/tmp/something" do owner "root" group "root" mode "0755" action :create end file "/tmp/something" do punter "root" group "root" mode "0755" action :create end package "foo" do action :install end } end Given "a resource declared with a guard within a loop with multiple block arguments" do write_recipe %q{ { 'foo' => 'bar', 'baz' => 'bing', }.each do |foo, bar| package bar do not_if { node['foo'] == foo } action :install end end } end Given "a resource that declares a guard containing a block" do write_recipe %q{ template '/etc/foo' do not_if do s = false node['mylist'].each do |realm| s = node['mylist'][realm].empty? break if s end s end owner 'root' group 'root' mode '0644' source 'foo.erb' end } end Given "a resource declared within a definition" do write_recipe %q{ define :toto, { } do [:a, :b].each do |x| package x do not_if { node['foo'] == x } action :install end end end } end Given /^a rule that (declares|does not declare) a version constraint(?: of ([^ ]+)? to ([^ ]+)?)?$/ do |constraint, from, to| if from || to rule_with_version_constraint(from, to) else from_version = case constraint when /not/ then nil else "0.10.6" end rule_with_version_constraint(from_version, nil) end end Given /^a template that includes a partial( that includes the original template again)?$/ do |loops| write_recipe %q{ template "/tmp/a" do source "a.erb" variables({ :config_var => "foo" }) end } write_file "cookbooks/example/templates/default/a.erb", '<%= render "b.erb" %>' content = if loops '<%= render "a.erb" %>' else "<%= @config_var %>" end write_file "cookbooks/example/templates/default/b.erb", content end Given /^a template that includes a (missing )?partial with a relative subdirectory path$/ do |missing| write_recipe %q{ template "/tmp/a" do source "a.erb" variables({ :config_var => "foo" }) end } write_file "cookbooks/example/templates/default/a.erb", '<%= render "partials/b.erb" %>' unless missing write_file "cookbooks/example/templates/default/partials/b.erb", "Partial content" end end Given "access to the man page documentation" do end Given "I have installed the lint tool" do end Given "metadata" do write_metadata %q{ name 'example' }.strip end Given /^(?:a cookbook that has|the cookbook has) a Gemfile that includes rake and foodcritic$/ do buildable_gemfile end Given /^the current stable version of Chef (falls|does not fall) within it$/ do |falls_within| rule_with_version_constraint("98.10", nil) unless falls_within.include?("falls") end Given "the gems have been vendored" do vendor_gems end Given /^the inferred template contains the expression (.*)$/ do |expr| write_file "cookbooks/example/templates/default/config.conf.erb", %Q{ <%= #{expr} %> } end Given /^the template (.+)?contains the expression (.*)$/ do |ext, expr| file = if ext "templates/default/config#{ext.strip}" else "templates/default/config.conf.erb" end write_file "cookbooks/example/#{file}", %Q{ <%= #{expr} %> } end Given /^the template (.+)?contains partial includes of type (.*) with the expression (.*)$/ do |ext, type, expr| file = if ext "config#{ext.strip}" else "config.conf.erb" end if type == "nested" && expr.split(",").length > 1 expressions = expr.split(",") includes = (1..expressions.length).map { |i| "included_template_#{i}.erb" } (Array(file) + includes).zip(includes).map do |parent, child| content = if child "<%= render '#{child}' %>" else expressions.map { |e| "<%= #{e} %>" }.join("\n") end [parent, content] end.each do |template_name, content| write_file "cookbooks/example/templates/default/#{template_name}", content end else if type == "no parentheses" include_string = "<%= render 'included_template.erb' %>" else include_string = "<%= render('included_template.erb') %>" end write_file "cookbooks/example/templates/default/#{file}", %Q{ #{include_string} } write_file "cookbooks/example/templates/default/included_template.erb", %Q{ <%= #{expr} %> } end end Given "unit tests under a top-level test directory" do minitest_spec_attributes end Given "a recipe that includes dsc_resource with the module_version attribute" do write_recipe %q{ dsc_resource 'foo' do resource :something module_name 'foo' module_version '1.0.0.0' end } end Given /^a ruby environment that triggers FC050 with comment (.*)$/ do |comment| write_file "environments/production.rb", %Q{ name "Production (eu-west-1)" #{comment} run_list "recipe[apache2]" }.strip end Given /^a ruby role that triggers FC049 with comment (.*)$/ do |comment| write_file "roles/webserver.rb", %Q{ name "apache" #{comment} run_list "recipe[apache2]" }.strip end Given /^a template directory that contains a binary file (.*) that is not valid UTF-8$/ do |filename| template_dir = "cookbooks/example/templates/default" write_recipe "" write_file "#{template_dir}/innocent_template.erb", "<%= hello %>" File.open("#{expand_path('.')}/#{template_dir}/#{filename}", "wb") { |f| f.putc(0x93) } end Given "each role directory has a role with a name that does not match the containing file name" do role(:dir => "roles1", :role_name => '"apache"', :file_name => "webserver.rb") role(:dir => "roles2", :role_name => '"postgresql"', :file_name => "database.rb") end Given /^it contains an environment file (.*\.rb) that defines the environment name (.*)$/ do |file_name, env_name| environment(:environment_name => env_name, :file_name => file_name) end Given /^it contains a role file ([a-z]+\.rb) that defines the role name (.*)$/ do |file_name, role_name| role(:role_name => role_name, :file_name => file_name) end Given /^the cookbook metadata declares support for (.*)$/ do |supported_platforms| write_metadata(supported_platforms.split(",").map do |platform| "supports '#{platform}'" end.join("\n")) end Given "the cookbook metadata declares support with versions specified" do write_metadata %q{ supports 'redhat', '>= 6' supports 'scientific', '>= 6' }.strip end Given "three of the recipes read node attributes via strings" do (1..3).map { |i| "string_#{i}" }.each do |recipe| write_file "cookbooks/example/recipes/#{recipe}.rb", "Chef::Log.warn node['foo']" end end Given "two of the recipes read node attributes via symbols" do (1..2).map { |i| "symbol_#{i}" }.each do |recipe| write_file "cookbooks/example/recipes/#{recipe}.rb", "Chef::Log.warn node[:foo]" end end Given "two roles directories" do end When /^I check the cookbook specifying ([^ ]+) as the Chef version$/ do |version| options = ["-c", version, "cookbooks/example"] cd "." do options = ["-I", "rules/test.rb"] + options if Dir.exist?("rules") end options += %w{--no-progress} run_lint(options) end When /^I check the cookbook( tree)?(?: specifying tags(.*))?(, specifying that context should be shown)?$/ do |whole_tree, tags, context| options = tags.nil? ? [] : tags.split(" ") options += ["-C"] unless context.nil? options += %w{--no-progress} run_lint(options + ["cookbooks/#{whole_tree.nil? ? 'example' : ''}"]) end Given /^the cookbook directory has a \.foodcritic file specifying tags (.*)$/ do |tags| write_file "cookbooks/example/.foodcritic", tags run_lint(["--no-progress", "cookbooks/example"]) end When /^I check both cookbooks with the command-line (.*)$/ do |command_line| cmds = command_line.split(" ").map do |c| if c.end_with?("example") "cookbooks/#{c}" else c end end run_lint(%w{--no-progress} + cmds) end When "I check both roles directories" do run_lint ["--no-progress", "-R", "roles1", "-R", "roles2"] end When "I check the cookbooks, role and environment together" do run_lint([ "--no-progress", "-B", "cookbooks/another_example", "-B", "cookbooks/example", "-E", "environments", "-R", "roles" ]) end When "I check the cookbook without specifying a Chef version" do run_lint(["--no-progress", "-I", "rules/test.rb", "cookbooks/example"]) end When "I check the environment directory" do run_lint ["--no-progress", "-E", "environments"] end When "I check the eu environment file only" do run_lint ["--no-progress", "-E", "environments/production_eu.rb"] end When /^I check the cookbook( without)? excluding the ([^ ]+) directory$/ do |no_exclude, dir| options = no_exclude.nil? ? ["-X", dir] : [] run_lint(options + ["--no-progress", "cookbooks/example"]) end When "I check the recipe" do run_lint(["--no-progress", "cookbooks/example/recipes/default.rb"]) end When "I compare the man page options against the usage options" do end When "I check the role directory" do run_lint ["--no-progress", "-R", "roles"] end When "I check the webserver role only" do run_lint ["--no-progress", "-R", "roles/webserver.rb"] end When "I list the available build tasks" do list_available_build_tasks end When /^I run it on the command line including a custom rule (file|directory) containing a rule that matches$/ do |path_type| write_file "rules/custom_rules.rb", %q{ rule "BAR001", "Use symbols in preference to strings to access node attributes" do tags %w{style attributes} recipe do |ast| attribute_access(ast, :type => :string).map{|ar| match(ar)} end end } run_lint(["--no-progress", "-I", path_type == "file" ? "rules/custom_rules.rb" : "rules", "cookbooks/example"]) end When /^I run it on the command line including a file which does not contain Ruby code$/ do write_file "rules/invalid_rules.rb", 'echo "not ruby"' capture_error do run_lint(["--no-progress", "-I", "rules/invalid_rules.rb", "cookbooks/example"]) end end When /^I run it on the command line including a missing custom rule file$/ do capture_error do run_lint(["--no-progress", "-I", "rules/missing_rules.rb", "cookbooks/example"]) end end When "I run it on the command line specifying a cookbook that does not exist" do run_lint(["--no-progress", "no-such-cookbook"]) end When /^I run it on the command line specifying a( role|n environment) directory that does not exist$/ do |type| if type.include?("role") run_lint(["--no-progress", "-R", "no-such-role-dir"]) else run_lint(["--no-progress", "-E", "no-such-environment-dir"]) end end When "I run it on the command line with no arguments" do run_lint([]) end When /^I run it on the command line with the (?:unimplemented |)([^ ]+) option( with an argument)?$/ do |option, with_argument| options = [] if option =~ /\-\w$/ options << option else options << "--#{option}" end options << "cookbooks/example" unless with_argument.nil? run_lint(options) end When "I run the build" do run_build end Then "a warning for the custom rule should be displayed" do expect_output("BAR001: Use symbols in preference to strings to access node attributes: cookbooks/example/recipes/default.rb:1") end Then "all options should be documented in the man page" do man_page_options.must_equal usage_options_for_diff end Then /^an? '([^']+)' error should be displayed$/ do |expected_error| last_error.must_include expected_error end Then "the attribute consistency warning 019 should be shown for both of the recipes that use symbols" do expect_warning "FC019", :file => "recipes/symbol_1.rb" expect_warning "FC019", :file => "recipes/symbol_2.rb" end Then /^the bare attribute keys warning 044 should not be displayed against the (brace|do) block$/ do |block_type| line = block_type == "brace" ? 2 : 3 expect_warning "FC044", { :expect_warning => false, :line => line, :file_type => :attributes } end Then /^the bare attribute keys warning 044 should not be displayed against the (?:local variable|library call)$/ do expect_warning "FC044", { :expect_warning => false, :line => 2, :file_type => :attributes } end Then /^the bare attribute keys warning 044 should not be displayed against the new line$/ do expect_warning "FC044", { :expect_warning => false, :line => 3, :file_type => :attributes } end Then "the execute resource used to run git commands warning 040 should be displayed against the last resource" do expect_warning "FC040", { :line => 7 } end Then /^the invalid (role|environment) name warning 050 should( not)? be shown$/ do |type, not_shown| file = type == "role" ? "roles/webserver.rb" : "environments/production.rb" expect_warning "FC050", { :expect_warning => ! not_shown, :file => file } end Then /^the invalid environment name warning 050 should( not)? be shown against the (eu|us) environment$/ do |not_shown, env| expect_warning "FC050", { :expect_warning => ! not_shown, :file => "environments/production_#{env}.rb", :line => 1 } end Then "the prefer mixlib shellout warning 048 should not be displayed against the group resource" do expect_warning "FC048", { :expect_warning => false, :line => 2 } end Then "the prefer mixlib shellout warning 048 should not be displayed against the user resource" do expect_warning "FC048", { :expect_warning => false, :line => 2 } end Then "the prefer mixlib shellout warning 048 should be displayed against the ruby_block resource" do expect_warning("FC048", :file_type => :provider, :line => 4) end Then /^the role name does not match file name warning 049 should( not)? be shown( against the second name)?$/ do |not_shown, second| expect_warning "FC049", { :expect_warning => ! not_shown, :file => "roles/webserver.rb", :line => second ? 2 : 1 } end Then "the role name does not match file name warning 049 should be shown against the files in both directories" do expect_warning "FC049", { :file => "roles1/webserver.rb", :line => 1 } expect_warning "FC049", { :file => "roles2/database.rb", :line => 1 } end Then /^the role name does not match file name warning 049 should( not)? be shown against the (webserver|database) role$/ do |not_shown, role| expect_warning "FC049", { :expect_warning => ! not_shown, :file => "roles/#{role}.rb", :line => 1 } end Then "the long ruby block warning 014 should be displayed against the long block only" do expect_warning "FC014", { :expect_warning => false, :line => 1 } expect_warning "FC014", { :expect_warning => true, :line => 11 } end Then /^the lint task will be listed( under the different name)?$/ do |diff_name| expected_name = diff_name ? "lint" : "foodcritic" build_tasks.must_include([expected_name, "Lint Chef cookbooks"]) end Then /^(no )?warnings will be displayed against the tests$/ do |no_display| if no_display.nil? assert_test_warnings else assert_no_test_warnings end end Then "the attribute consistency warning 019 should be displayed for the recipe" do expect_warning("FC019", :line => 2) end Then "the attribute consistency warning 019 should not be displayed for the attributes" do expect_warning("FC019", :file_type => :attributes, :line => 1, :expect_warning => false) end Then /^the warning ([0-9]+ )?should (not )?be (?:displayed|shown)$/ do |warning, should_not| code = warning.nil? ? "FCTEST001" : "FC#{warning.strip}" expect_warning code, { :expect_warning => should_not.nil? } end Then /^the (?:[a-zA-Z \-_]+) warning ([0-9]+) should (not )?be displayed(?: against the (attributes|libraries|definition|metadata|provider|resource|README.md|README.rdoc) file)?( below)?(?: on (?:(any line)|(?:line ([0-9]+))))?$/ do |code, no_display, file, warning_only, any_line, line| options = {} options[:expect_warning] = no_display != "not " unless file.nil? if file.include?(".") options[:file] = file else options[:file_type] = file.to_sym end end options[:line] = 3 if code == "018" && options[:expect_warning] options[:line] = 2 if %w{021 022}.include?(code) if any_line options[:line] = nil else options[:line] = line unless line.nil? end options[:warning_only] = ! warning_only.nil? expect_warning("FC#{code}", options) end Then /^the attribute consistency warning 019 should be (shown|not shown)$/ do |show_warning| expect_warning("FC019", :line => nil, :expect_warning => show_warning == "shown") end Then /the build status should be (successful|failed)$/ do |build_outcome| build_outcome == "successful" ? assert_no_error_occurred : assert_error_occurred end Then /^the build will (succeed|fail) with (?:no )?warnings(.*)$/ do |build_outcome, warnings| assert_build_result(build_outcome == "succeed", warnings.delete(" ").split(",")) end Then /^the consider adding platform warning 024 should( not)? be shown$/ do |should_not| expect_warning("FC024", :line => should_not.nil? ? @expected_line : nil, :expect_warning => should_not.nil?) end Then /^the conditional block contains only string warning 026 should be (shown|not shown)$/ do |show_warning| expect_warning("FC026", :line => nil, :expect_warning => show_warning == "shown") end Then /^the current version should( not)? be displayed$/ do |no_display| version_str = "foodcritic #{FoodCritic::VERSION}" if no_display.nil? expect_output(version_str) else expect_no_output(version_str) end end Then /^the debugger breakpoint warning 030 should be (not )?shown against the (.*)$/ do |should_not, component| filename = case component when "library" then "libraries/foo.rb" when "metadata" then "metadata.rb" when "provider" then "providers/foo.rb" when "recipe" then "recipes/default.rb" when "resource" then "resources/foo.rb" when "template" then "templates/default/foo.erb" end expect_warning("FC030", :line => nil, :expect_warning => should_not.nil?, :file => filename) end Then "the dodgy resource condition warning 022 should not be shown" do expect_warning("FC022", { :line => nil, :expect_warning => false }) end Then /^the warning (\w+) should be (valid|invalid)$/ do |code, valid| code = "FC#{code}" valid == "valid" ? expect_no_warning(code) : expect_warning(code) end Then /^the line number and line of code that triggered the warning(s)? should be displayed$/ do |multiple| if multiple.nil? expect_line_shown 1, "log node[:foo]" else expect_line_shown 1, "node[:foo] = 'bar'" expect_line_shown 2, " node[:testing] = 'bar'" end end Then "the missing template warning 033 should not be displayed against the template" do expect_warning("FC033", :line => 3, :expect_warning => false) end Then "the node access warning 001 should warn on lines 2 and 10 in that order" do expected_warnings = [2, 10].map do |line| "FC001: Use strings in preference to symbols to access node attributes: cookbooks/example/recipes/default.rb:#{line}" end expect_output(expected_warnings.join("\n")) end Then "the recipe filename should be displayed" do expect_output "cookbooks/example/recipes/default.rb" end Then /^the resource sets internal attribute warning 027 should be (not )?shown$/ do |should_not| expect_warning("FC027", :line => nil, :expect_warning => should_not.nil?) end Then /^the service resource warning 005 should( not)? be visible$/ do |dont_show| expect_warning("FC005", :line => dont_show ? 2 : 7, :expect_warning => ! dont_show) end Then /^the service resource warning 005 should( not)? be displayed against the first resource in the block$/ do |dont_show| expect_warning("FC005", :line => 2, :expect_warning => ! dont_show) end Then /^the service resource warning 005 should( not)? be shown$/ do |dont_show| expect_warning("FC005", :line => 2, :file_type => :provider, :expect_warning => ! dont_show) end Then /^the simple usage text should be displayed along with a (non-)?zero exit code$/ do |non_zero| usage_displayed(non_zero.nil?) end Then /^the template partials loop indefinitely warning 051 should (not )?be displayed against the templates$/ do |not_shown| expect_warning("FC051", :file => "templates/default/a.erb", :line => 1, :expect_warning => ! not_shown) expect_warning("FC051", :file => "templates/default/b.erb", :line => 1, :expect_warning => ! not_shown) end Then /^the unused template variables warning 034 should (not )?be displayed against the (?:inferred )?template(.*)?$/ do |not_shown, ext| file = if ext.empty? "templates/default/config.conf.erb" else "templates/default/config#{ext.strip}" end expect_warning("FC034", :file => file, :line => 1, :expect_warning => ! not_shown) end Then /^the unrecognised attribute warning 009 should be (true|false)$/ do |shown| shown == "true" ? expect_warning("FC009") : expect_no_warning("FC009") end Then "the unrecognised attribute warning 009 should be displayed against the correct resource" do expect_warning("FC009", :line => 7) end Then "the usage text should include an option for specifying tags that will fail the build" do expect_usage_option("f", "epic-fail TAGS", "Fail the build based on tags. Default of 'any' to fail on all warnings.") end Then /^the warnings shown should be (.*)$/ do |warnings| warnings.split(",").each { |warning| expect_warning(warning, :line => nil) } end When /^I check the cookbook specifying a search grammar that (does not exist|is not in treetop format|is a valid treetop grammar)$/ do |search_grammar| case search_grammar when "is not in treetop format" write_file("search.treetop", "I am not a valid treetop grammar") when "is a valid treetop grammar" write_file("search.treetop", IO.read(FoodCritic::Chef::Search.new.chef_search_grammars.first)) end run_lint(["--no-progress", "--search-grammar", "search.treetop", "cookbooks/example"]) end Then /^the check should abort with an error$/ do assert_error_occurred end Given(/^a cookbook with an? (.*) file with an interpolated name$/) do |file_type| content = %q{ a = "#{node.hostname}" } write_recipe content if file_type == "recipe" write_attributes content if file_type == "attribute" write_metadata content if file_type == "metadata" write_provider "site", content if file_type == "provider" write_resource "site", content if file_type == "resource" write_definition "apache_site", content if file_type == "definition" write_library "lib", content if file_type == "library" end foodcritic-13.1.1/features/030_check_for_debugger_breakpoints.feature0000644000004100000410000000210213300102713025700 0ustar www-datawww-dataFeature: Check for debugger breakpoints In order to avoid halting a converge As a developer I want to identify debugger breakpoints that have not been removed Scenario Outline: Debugger breakpoints Given a cookbook with a that a breakpoint When I check the cookbook Then the debugger breakpoint warning 030 should be against the Examples: | component | includes | show_warning | | library | does not include | not shown | | library | includes | shown | | metadata | does not include | not shown | | metadata | includes | shown | | provider | does not include | not shown | | provider | includes | shown | | recipe | does not include | not shown | | recipe | includes | shown | | resource | does not include | not shown | | resource | includes | shown | | template | does not include | not shown | | template | includes | shown | foodcritic-13.1.1/features/sort_warnings.feature0000644000004100000410000000072013300102713022031 0ustar www-datawww-dataFeature: Sort warnings In order to make it easier to see which lines of my recipe have been flagged with warnings As a developer I want warnings to appear in line order Scenario: Recipe has warnings on lines that don't sort non-numerically Given a cookbook with a single recipe which accesses node attributes with symbols on lines 2 and 10 When I check the cookbook Then the node access warning 001 should warn on lines 2 and 10 in that orderfoodcritic-13.1.1/features/047_check_for_attribute_assignment_without_precedence.feature0000644000004100000410000000511413300102713031724 0ustar www-datawww-dataFeature: Check for attribute assignment without specified precedence In order to ensure that my cookbooks continue to work with Chef 11+ As a developer I want to identify node attribute assignment that does not specify the attribute precedence Scenario Outline: Attribute assignment Given a cookbook attributes file with assignment When I check the cookbook Then the attribute assignment without precedence warning 047 be displayed against the attributes file Examples: | assignment | show_warning | | node[:foo] = 'bar' | should | | node['foo'] = 'bar' | should | | node['foo'] = a_var | should | | a_var = node['foo'] | should not | | node['foo']['bar'] = 'baz' | should | | node['foo']['bar']['baz'] = 'fizz' | should | | node.foo = 'bar' | should | | node.normal.foo = 'bar' | should not | | node.normal['foo'] = 'bar' | should not | | node.default['foo'] = 'bar' | should not | | node.force_default['foo'] = 'bar' | should not | | node.default!['foo'] = 'bar' | should not | | node.set['foo'] = 'bar' | should not | | node.override['foo'] = 'bar' | should not | | node.override!['foo'] = 'bar' | should not | | node.force_override['foo'] = 'bar' | should not | | node.automatic_attrs['foo'] = 'bar' | should not | | node['foos'] << 'bar' | should | | node['foo']['bars'] << 'baz' | should | | foo = node['bar'] | should not | | baz << node['foo']['bars'] | should not | | node.run_state['foo'] = bar | should not | | foo[:bar] << node['baz'] | should not | | node.default['foo'] << bar | should not | | node.default_unless['foo'] = 'bar' | should not | | node.normal_unless['foo'] = 'bar' | should not | | node.set_unless['foo'] = 'bar' | should not | | node.override_unless['foo'] = 'bar' | should not | Scenario Outline: Attribute assignment in recipe Given a cookbook recipe file with assignment When I check the cookbook Then the attribute assignment without precedence warning 047 be displayed Examples: | assignment | show_warning | | node[:foo] = 'bar' | should | | node.normal['foo'] = 'bar' | should not | foodcritic-13.1.1/features/039_check_for_key_access_to_node_methods.feature0000644000004100000410000000263413300102713027101 0ustar www-datawww-dataFeature: Check for key access to node methods In order to avoid failure at converge time As a developer I want to identify attempts to access node methods as attributes Scenario Outline: Resource actions Given a cookbook recipe that refers to When I check the cookbook Then the node method cannot be accessed with key warning 039 be displayed Examples: | node_access | display | | node['foo'] | should not | | node[:foo] | should not | | node.foo | should not | | node.chef_environment | should not | | node[:chef_environment] | should | | node['chef_environment'] | should | | node.run_state['foo'] | should not | | node.run_state[:foo] | should not | | node.run_state.foo | should not | | node['run_state']['foo'] | should | | node[:run_state][:foo] | should | | node['foo']['run_state'] | should not | | node[:foo][:run_state] | should not | | node['tags'] | should not | | node[:tags] | should not | | node.tags | should not | Scenario: Expressions that look like node access Given a cookbook recipe that has a confusingly named local variable "default" When I check the cookbook Then the node method cannot be accessed with key warning 039 should not be displayed foodcritic-13.1.1/features/continuous_integration_support.feature0000644000004100000410000000435613300102713025550 0ustar www-datawww-dataFeature: Continuous Integration Support In order to be able to quickly identify problems with my cookbooks As a developer I want to be able to fail the build for a subset of warnings Scenario: Command help Given I have installed the lint tool When I run it on the command line with the help option Then the usage text should include an option for specifying tags that will fail the build Scenario Outline: Fail the build for certain tags Given a cookbook that matches rules When I check the cookbook specifying tags Then the warnings shown should be And the build status should be Examples: | cookbook_matches | tag_arguments | warnings_shown | build_status | | FC002,FC004 | | FC002,FC004 | failed | | FC002,FC004 | -t style | FC002 | failed | | FC002,FC004 | -t style -f ~any | FC002 | successful | | FC002,FC004 | -f FC005 | FC002,FC004 | successful | | FC002,FC004 | -f FC004 | FC002,FC004 | failed | | FC002,FC004 | --epic-fail FC002 | FC002,FC004 | failed | | FC002,FC005 | -f ~any | FC002,FC005 | successful | | FC002,FC005 | -f any -f ~FC014 | FC002,FC005 | failed | | FC002,FC005 | -f any,~FC014 | FC002,FC005 | failed | | FC002 | -f ~FC002 -f ~metadata | FC002 | failed | | FC002,FC005 | -f ~FC002 | FC002,FC005 | failed | | FC002,FC005 | -f any -f ~FC002 | FC002,FC005 | failed | | FC002 | -f any,~FC002 | FC002 | failed | | FC002 | -f any -f ~FC002 -f ~metadata | FC002 | failed | | FC002,FC005 | -f any,~FC002 | FC002,FC005 | failed | | FC002,FC005 | -f ~FC002 -f ~FC004 | FC002,FC005 | failed | foodcritic-13.1.1/features/009_check_for_unrecognised_resource_attributes.feature0000644000004100000410000000520213300102713030367 0ustar www-datawww-dataFeature: Check for unrecognised resource attributes In order to identify typos in recipes without the need for a converge As a developer I want to identify use of standard resources with unrecognised attributes Scenario Outline: Unrecognised attribute declared on built-in resource Given a recipe that declares a resource with these attributes: When I check the cookbook Then the unrecognised attribute warning 009 should be Examples: | type | attributes | shown | | file | punter,group,mode,action | true | | file | owner,group,rights,action | false | | file | owner,group,mode,action | false | | file | action,retries | false | | group | gid | false | | group | gid,membranes | true | | package | version,action,options | false | | package | verison,action,options | true | Scenario: Resource declared using recognised attributes Given a recipe that declares a resource with standard attributes When I check the cookbook Then the unrecognised attribute warning 009 should not be displayed Scenario: LWRP Resource Given a recipe that declares a user-defined resource When I check the cookbook Then the unrecognised attribute warning 009 should not be displayed Scenario: Resource declared with only a name attribute Given a recipe that declares a resource with only a name attribute When I check the cookbook Then the unrecognised attribute warning 009 should not be displayed Scenario: Unrecognised attribute on recipe with multiple resources of the same type Given a recipe that declares multiple resources of the same type of which one has a bad attribute When I check the cookbook Then the unrecognised attribute warning 009 should be displayed against the correct resource Scenario: Resource with conditional attributes Given a recipe that declares a resource with recognised attributes and a conditional execution ruby block When I check the cookbook Then the unrecognised attribute warning 009 should not be displayed Scenario: Resource with nested block Given a recipe that declares a resource with recognised attributes and a nested block When I check the cookbook Then the unrecognised attribute warning 009 should not be displayed Scenario: Resource with attribute method call Given a recipe that declares a resource with an attribute value set to the result of a method call When I check the cookbook Then the unrecognised attribute warning 009 should not be displayed foodcritic-13.1.1/features/038_check_for_invalid_action.feature0000644000004100000410000000312713300102713024516 0ustar www-datawww-dataFeature: Check for invalid resource actions In order to avoid failure at converge time As a developer I want to identify resources that have an invalid action Scenario: Resource with default action Given a cookbook recipe with a service resource that does not specify an action When I check the cookbook Then the invalid resource action warning 038 should not be displayed Scenario: Resource with variable action Given a cookbook recipe with a service resource with an action specified via a variable When I check the cookbook Then the invalid resource action warning 038 should not be displayed Scenario Outline: Resource actions Given a cookbook recipe with a resource with action When I check the cookbook Then the invalid resource action warning 038 be displayed Examples: | resource | action | display | | service | restart | should not | | service | nothing | should not | | service | none | should | | service | create | should | | execute | run | should not | | execute | go | should | | foo | none | should not | Scenario Outline: Multiple actions Given a cookbook recipe with a resource with actions When I check the cookbook Then the invalid resource action warning 038 be displayed Examples: | resource | actions | display | | service | enable, start | should not | | service | enble, start | should | | foo | energize, revitalize | should not | foodcritic-13.1.1/features/021_check_for_dodgy_lwrp_conditions.feature0000644000004100000410000000407113300102713026125 0ustar www-datawww-dataFeature: Check for dodgy provider conditions In order to ensure that resources are declared as intended within a resource provider As a developer I want to identify resource conditions that will be checked only for the first resource Scenario: Provider with no condition Given a cookbook that contains a LWRP that declares a resource with no condition When I check the cookbook Then the dodgy resource condition warning 021 should not be displayed against the provider file Scenario Outline: Provider conditions Given a cookbook that contains a LWRP that declares a resource called with the condition When I check the cookbook Then the dodgy resource condition warning 021 be displayed against the provider file Examples: | name | condition | show_warning | | "create_site" | not_if { ::File.exists?("/tmp/fixed-path")} | should not | | "create_site" | not_if { ::File.exists?("/tmp/#{new_resource.name}")} | should | | "create_site_#{new_resource.name}" | not_if { ::File.exists?("/tmp/#{new_resource.name}")} | should not | | "create_site" | only_if { ::File.exists?("/tmp/#{new_resource.name}")} | should | | "create_site_#{new_resource.name}" | only_if { ::File.exists?("/tmp/#{new_resource.name}")} | should not | | "create_site" | only_if "[ ! -f \"/tmp/#{new_resource.name}\" ]" | should | | "create_site" | not_if "[ -f \"/tmp/#{new_resource.name}\" ]" | should | | "create_site_#{new_resource.name}" | not_if "[ -f \"/tmp/#{new_resource.name}\" ]" | should not | | "create_site" | only_if do ::File.exists?("/tmp/#{new_resource.name}") end | should | | "create_site_#{new_resource.name}" | only_if do ::File.exists?("/tmp/#{new_resource.name}") end | should not | foodcritic-13.1.1/features/051_check_for_template_partial_loops.feature0000644000004100000410000000335613300102713026275 0ustar www-datawww-dataFeature: Check for template partial includes cycle In order to avoid failures at converge time As a developer I want to identify when a template uses partials that would loop Scenario: Template without includes Given a cookbook recipe that refers to a template When I check the cookbook Then the template partials loop indefinitely warning 051 should not be displayed against the templates Scenario: Template includes do not cycle Given a template that includes a partial When I check the cookbook Then the template partials loop indefinitely warning 051 should not be displayed against the templates Scenario: Template includes contain cycle Given a template that includes a partial that includes the original template again When I check the cookbook Then the template partials loop indefinitely warning 051 should be displayed against the templates Scenario: Relative partial Given a template that includes a partial with a relative subdirectory path When I check the cookbook Then the template partials loop indefinitely warning 051 should not be displayed against the templates Scenario: Missing partial Given a template that includes a missing partial with a relative subdirectory path When I check the cookbook Then the template partials loop indefinitely warning 051 should not be displayed against the templates Scenario Outline: Template directory contains binary files Given a template directory that contains a binary file that is not valid UTF-8 When I check the cookbook Then the template partials loop indefinitely warning 051 should not be displayed against the templates Examples: | file | | .DS_Store | | foo.erb.swp | foodcritic-13.1.1/features/019_check_for_consistent_node_access.feature0000644000004100000410000001340613300102713026252 0ustar www-datawww-dataFeature: Check for consistency in node access In order to be consistent in the way I access node attributes As a developer I want to identify if the same cookbook uses varying approaches to accessing node attributes Scenario Outline: Retrieve node attributes Given a cookbook with a single recipe that node attributes via When I check the cookbook Then the attribute consistency warning 019 should be Examples: | accesses | read_access_type | nested | show_warning | | ignores | none | | not shown | | reads | symbols | | not shown | | reads | strings | | not shown | | reads | vivified | | not shown | | reads | strings,symbols | | shown | | reads | strings,vivified | | shown | | reads | symbols,strings | nested | shown | | reads | symbols,vivified | | shown | | reads | vivified,strings | | shown | | reads | vivified,symbols | | shown | | updates | symbols | | not shown | | updates | strings | nested | not shown | | updates | vivified | | not shown | | updates | strings,symbols | | shown | | updates | strings,vivified | nested | shown | | updates | symbols,strings | | shown | | updates | symbols,vivified | | shown | | updates | vivified,strings | | shown | | updates | vivified,symbols | | shown | Scenario: Quoted symbols Given a cookbook with a single recipe that reads node attributes via symbols and quoted_symbols When I check the cookbook Then the attribute consistency warning 019 should be not shown Scenario: Multiple file matches Given a cookbook with five recipes And three of the recipes read node attributes via strings And two of the recipes read node attributes via symbols When I check the cookbook Then the attribute consistency warning 019 should be shown for both of the recipes that use symbols Scenario Outline: Ignore node built-in methods Given a cookbook with a single recipe that node attributes via and calls node. When I check the cookbook Then the attribute consistency warning 019 should be Examples: | accesses | read_access_type | method | show_warning | | reads | strings | platform? | not shown | | reads | symbols | run_list | not shown | | reads | symbols | run_state | not shown | | reads | strings | run_state | not shown | | reads | strings | set | not shown | | reads | strings,symbols | set | shown | Scenario Outline: Ignore method calls on node values Given a cookbook with a single recipe that node attributes via with When I check the cookbook Then the attribute consistency warning 019 should be Examples: | accesses | read_access_type | expression | show_warning | | reads | symbols | node.platform_version | shown | | reads | symbols | node.run_list | not shown | | reads | symbols | node[:foo].chomp | not shown | | reads | symbols | node[:foo][:bar].split(' ').first | not shown | | reads | symbols | node[:foo].bar | not shown | | reads | symbols | foo = node[:foo].bar | not shown | | reads | symbols | node[:foo].each{\|f\| puts f} | not shown | | updates | symbols | node[:foo].strip | not shown | | updates | strings | node[:foo].strip | shown | | updates | strings | foo = node[:foo].strip | shown | | updates | symbols | node['foo'].strip | shown | Scenario: Ignore method calls on patched node values Given a cookbook with a single recipe that calls a patched node method When I check the cookbook Then the attribute consistency warning 019 should be not shown Scenario: Ignore explicit method calls (zero-arg) Given a cookbook with a single recipe that explicitly calls a node method When I check the cookbook Then the attribute consistency warning 019 should be not shown Scenario: Ignore explicit method calls (multiple arguments) Given a cookbook with a single recipe that explicitly calls a node method with multiple arguments When I check the cookbook Then the attribute consistency warning 019 should be not shown Scenario: User hashes Given a cookbook with a single recipe that uses a hash value to access a node attribute When I check the cookbook Then the attribute consistency warning 019 should be not shown Scenario: Interpolated access Given a cookbook with a single recipe that mixes node access types in an interpolated value When I check the cookbook Then the attribute consistency warning 019 should be shown Scenario: Two cookbooks with differing approaches Given a cookbook with a single recipe that reads node attributes via strings only And another cookbook with a single recipe that reads node attributes via symbols only When I check the cookbook tree Then the attribute consistency warning 019 should not be displayed foodcritic-13.1.1/features/027_check_for_internal_attribute_use.feature0000644000004100000410000000221713300102713026303 0ustar www-datawww-dataFeature: Check for use of internal attributes In order to avoid confusion about the expected state of a converged node As a developer I want to identify calls to 'internal' resource attributes Scenario Outline: Access of internal attributes Given a cookbook recipe that declares a resource with the attribute set to When I check the cookbook Then the resource sets internal attribute warning 027 should be Examples: | resource | attribute | value | show_warning | | service | enabled | true | shown | | service | enabled | false | shown | | service | enabled | [].include?('foo') | shown | | service | running | true | shown | | service | running | false | shown | | service | running | [].include?('foo') | shown | | service | service_name | "foo" | not shown | | my_lwrp | enabled | true | not shown | | my_lwrp | running | true | not shown | foodcritic-13.1.1/features/048_check_for_shellout.feature0000644000004100000410000000424313300102713023373 0ustar www-datawww-dataFeature: Check for spawning without Mixlib::ShellOut In order to work more easily with spawned processes As a developer I want to use the Mixlib::ShellOut library rather than basic ruby constructs Scenario Outline: Spawning a sub-process Given a cookbook recipe that spawns a sub-process with When I check the cookbook Then the prefer mixlib shellout warning 048 be displayed Examples: | command | show_warning | | `ls` | should | | `#{cmd}` | should | | %x{ls} | should | | %x[ls] | should | | %x{#{cmd} some_dir} | should | | %x{#{cmd} some_dir} | should | | system "ls" | should | | system("ls") | should | | system cmd | should | | system(cmd) | should | | system("#{cmd} some_dir") | should | | Mixlib::ShellOut.new('ls').run_command | should not | Scenario: Execute resource Given a cookbook recipe that executes 'ls' with an execute resource When I check the cookbook Then the prefer mixlib shellout warning 048 should not be displayed Scenario: Group resource Given a cookbook recipe that contains a group resource that uses the 'system' bool attribute When I check the cookbook Then the prefer mixlib shellout warning 048 should not be displayed against the group resource Scenario: User resource Given a cookbook recipe that contains a user resource that uses the 'system' string attribute When I check the cookbook Then the prefer mixlib shellout warning 048 should not be displayed against the user resource Scenario: Ruby block Given a provider that contains a ruby_block resource that spawns a sub-process with system When I check the cookbook Then the prefer mixlib shellout warning 048 should be displayed against the ruby_block resource foodcritic-13.1.1/features/include_custom_rules.feature0000644000004100000410000000262513300102713023367 0ustar www-datawww-dataFeature: Include custom rules In order to be able detect cookbook issues that are specific to my organisation As a developer I want to be able to write custom rules and include them in my check Scenario: Valid custom rule Given a cookbook with a single recipe that reads node attributes via strings And I have installed the lint tool When I run it on the command line including a custom rule file containing a rule that matches Then a warning for the custom rule should be displayed Scenario: Valid custom rules (directory) Given a cookbook with a single recipe that reads node attributes via strings And I have installed the lint tool When I run it on the command line including a custom rule directory containing a rule that matches Then a warning for the custom rule should be displayed Scenario: Missing file Given a cookbook with a single recipe that reads node attributes via strings And I have installed the lint tool When I run it on the command line including a missing custom rule file Then a 'No such file or directory' error should be displayed Scenario: Non-ruby file Given a cookbook with a single recipe that reads node attributes via strings And I have installed the lint tool When I run it on the command line including a file which does not contain Ruby code Then an 'undefined method' error should be displayed foodcritic-13.1.1/features/005_check_for_resource_repetition.feature0000644000004100000410000000612513300102713025617 0ustar www-datawww-dataFeature: Check for resource repetition In order to write my recipe without being needlessly verbose As a developer I want to identify resources that vary minimally so I can reduce copy and paste Scenario: Package resource varying only a single attribute Given a cookbook recipe that declares multiple resources varying only in the package name When I check the cookbook Then the service resource warning 005 should be displayed Scenario: Package resource varying only a single attribute for a small number of resources Given a cookbook recipe that declares two or fewer resources varying only in the package name When I check the cookbook Then the service resource warning 005 should not be displayed Scenario: Package resource varying multiple attributes Given a cookbook recipe that declares multiple resources with more variation When I check the cookbook Then the service resource warning 005 should not be displayed Scenario: Non-varying packages mixed with other resources Given a cookbook recipe that declares multiple package resources mixed with other resources When I check the cookbook Then the service resource warning 005 should be displayed Scenario: Non-contiguous packages mixed with other resources Given a cookbook recipe that declares non contiguous package resources mixed with other resources When I check the cookbook Then the service resource warning 005 should not be displayed Scenario: Execute resources branching Given a cookbook recipe that declares execute resources varying only in the command in branching conditionals When I check the cookbook Then the service resource warning 005 should not be visible Scenario: Execute resources branching - too many Given a cookbook recipe that declares too many execute resources varying only in the command in branching conditionals When I check the cookbook Then the service resource warning 005 should be visible Scenario: Execute resources branching in provider actions Given a cookbook provider that declares execute resources varying only in the command in separate actions When I check the cookbook Then the service resource warning 005 should not be shown Scenario: Execute resources in the same provider action Given a cookbook provider that declares execute resources varying only in the command in the same action When I check the cookbook Then the service resource warning 005 should be shown Scenario Outline: Template resources within a block Given a cookbook recipe that declares multiple template resources within a block When I check the cookbook Then the service resource warning 005 should against the first resource in the block Examples: | type | show | | varying | not be displayed | | non-varying | be displayed | Scenario: Directories with different file modes Given a cookbook recipe that declares multiple directories with different file modes When I check the cookbook Then the service resource warning 005 should not be displayed foodcritic-13.1.1/features/041_check_raw_download.feature0000644000004100000410000000330013300102713023330 0ustar www-datawww-dataFeature: Check for direct usage of curl or wget In order to fetch remote artifacts idiomatically As a developer I want to use resources to download rather than using curl or wget Scenario Outline: Execute resource Given a cookbook recipe with an execute resource named When I check the cookbook Then the execute resource used to run curl or wget commands warning 041 be displayed Examples: | name | display | | curl 'http://example.org/' | should not | | wget 'http://example.org/' | should | | which curl | should not | | sudo wget 'http://example.org/' | should | | reboot | should not | Scenario Outline: Execute resource Given a cookbook recipe with an execute resource that runs the command When I check the cookbook Then the execute resource used to run curl or wget commands warning 041 be displayed Examples: | command | display | | which curl | should not | | sudo wget 'http://example.org/' | should | | curl -X POST 'http://example.org/' | should not | | curl 'http://example.org/' | should not | | curl 'http://example.org/' -o foo | should | | curl 'http://example.org/' --output foo | should | | curl 'http://example.org/' &>bar | should | | curl -o baz 'http://example.org/'> bing | should | | wget 'http://example.org/' | should | | mkdir foo && wget 'http://example.org/' | should | foodcritic-13.1.1/features/006_check_file_mode.feature0000644000004100000410000000310313300102713022575 0ustar www-datawww-dataFeature: Check file mode In order to ensure that file and directory permissions are applied correctly As a developer I want to identify where the mode may not be interpreted as expected Scenario Outline: Specifying file mode Given a resource declared with the mode When I check the cookbook Then the warning 006 should be Examples: | resource | mode | shown_where_invalid | | cookbook_file | "644" | valid | | cookbook_file | 644 | invalid | | cookbook_file | 00644 | valid | | directory | 755 | invalid | | directory | "755" | valid | | directory | 0644 | valid | | directory | "0644" | valid | | directory | 400 | invalid | | directory | 00400 | valid | | file | "755" | valid | | file | 755 | invalid | | file | 644 | invalid | | file | 044 | invalid | | file | "0644" | valid | | file | ary[1] | valid | | template | 00400 | valid | | template | 400 | invalid | | template | "400" | valid | Scenario: Unspecified mode Given a file resource declared without a mode When I check the cookbook Then the warning 006 should not be displayed foodcritic-13.1.1/features/046_check_for_assign_unless_nil_attributes.feature0000644000004100000410000000207013300102713027513 0ustar www-datawww-dataFeature: Check for attributes using assign unless nil In order to avoid attributes being assigned unexpected values As a developer I want to identify attributes that attempt to use assign unless nil (||=) Scenario Outline: Attribute assignments Given a cookbook attributes file with assignment When I check the cookbook Then the attribute assignment uses assign unless nil warning 046 be displayed against the attributes file Examples: | assignment | show_warning | | default['somevalue'] = [] | should not | | default['somevalue'] = foo \|\| bar | should not | | default['somevalue'] \|\|= [] | should | | default[:somevalue] = [] | should not | | default[:somevalue] = foo \|\| bar | should not | | default[:somevalue] \|\|= [] | should | | default.somevalue = [] | should not | | default.somevalue = foo \|\| bar | should not | | default.somevalue \|\|= [] | should | foodcritic-13.1.1/features/exclude_paths_to_lint.feature0000644000004100000410000000102213300102713023506 0ustar www-datawww-dataFeature: Exclude paths from being linted In order to avoid linting some paths that are not really from the cookbook As a developer I want to be able to exclude some files or directories from the passed paths Scenario: Exclude a non cookbook directory Given a cookbook that has style problems And unit tests under a top-level test directory When I check the cookbook excluding the test directory Then no warnings will be displayed against the tests And the style warning 002 should be displayed foodcritic-13.1.1/features/support/0000755000004100000410000000000013300102713017272 5ustar www-datawww-datafoodcritic-13.1.1/features/support/command_helpers.rb0000644000004100000410000003657613300102713023000 0ustar www-datawww-datamodule FoodCritic # Helpers for asserting that the correct warnings are displayed. # # Unless the environment variable FC_FORK_PROCESS is set to 'true' then the features will be run in the same process. module CommandHelpers require "minitest" include MiniTest::Assertions attr_writer :assertions def assertions @assertions ||= 0 end # The warning codes and messages displayed to the end user. WARNINGS = { "FC001" => "Use strings in preference to symbols to access node attributes", "FC002" => "Avoid string interpolation where not required", "FC004" => "Use a service resource to start and stop services", "FC005" => "Avoid repetition of resource declarations", "FC006" => "Mode should be quoted or fully specified when setting file permissions", "FC007" => "Ensure recipe dependencies are reflected in cookbook metadata", "FC008" => "Generated cookbook metadata needs updating", "FC009" => "Resource attribute not recognised", "FC010" => "Invalid search syntax", "FC011" => "Missing README in markdown format", "FC012" => "Use Markdown for README rather than RDoc", "FC013" => "Use file_cache_path rather than hard-coding tmp paths", "FC014" => "Consider extracting long ruby_block to library", "FC015" => "Consider converting definition to a Custom Resource", "FC016" => "LWRP does not declare a default action", "FC018" => "LWRP uses deprecated notification syntax", "FC019" => "Access node attributes in a consistent manner", "FC021" => "Resource condition in provider may not behave as expected", "FC022" => "Resource condition within loop may not behave as expected", "FC024" => "Consider adding platform equivalents", "FC027" => "Resource sets internal attribute", "FC028" => "Incorrect #platform? usage", "FC029" => "No leading cookbook name in recipe metadata", "FC030" => "Cookbook contains debugger breakpoints", "FC031" => "Cookbook without metadata.rb file", "FC032" => "Invalid notification timing", "FC033" => "Missing template file", "FC034" => "Unused template variables", "FC037" => "Invalid notification action", "FC038" => "Invalid resource action", "FC039" => "Node method cannot be accessed with key", "FC040" => "Execute resource used to run git commands", "FC041" => "Execute resource used to run curl or wget commands", "FC042" => "Prefer include_recipe to require_recipe", "FC043" => "Prefer new notification syntax", "FC044" => "Avoid bare attribute keys", "FC045" => "Metadata does not contain cookbook name", "FC046" => "Attribute assignment uses assign unless nil", "FC047" => "Attribute assignment does not specify precedence", "FC048" => "Prefer Mixlib::ShellOut", "FC049" => "Role name does not match containing file name", "FC050" => "Name includes invalid characters", "FC051" => "Template partials loop indefinitely", "FC052" => 'Metadata uses the deprecated "suggests" keyword', "FC053" => 'Metadata uses the deprecated "recommends" keyword', "FC055" => "Ensure maintainer is set in metadata", "FC056" => "Ensure maintainer_email is set in metadata", "FC058" => "Library provider declares use_inline_resources and declares #action_ methods", "FC060" => "LWRP provider declares use_inline_resources and declares #action_ methods", "FC061" => "Valid cookbook versions are of the form x.y or x.y.z", "FC062" => "Cookbook should have version metadata", "FC063" => "Cookbook incorrectly depends on itself", "FC064" => "Ensure issues_url is set in metadata", "FC065" => "Ensure source_url is set in metadata", "FC066" => "Ensure chef_version is set in metadata", "FC067" => "Ensure at least one platform supported in metadata", "FC068" => "Ensure license is set in metadata", "FC069" => "Ensure standardized license defined in metadata", "FC070" => "Ensure supports metadata defines valid platforms", "FC071" => "Missing LICENSE file", "FCTEST001" => "Test Rule", } # If the cucumber features should run foodcritic in the same process or spawn a separate process. def self.running_in_process? ! (ENV.has_key?("FC_FORK_PROCESS") && ENV["FC_FORK_PROCESS"] == true.to_s) end # Capture an error expected when calling a command. def capture_error yield @error = all_output unless last_exit_status == 0 rescue => @error end # Return the last error captured # # @return [String] The last error captured def last_error @error.respond_to?(:message) ? @error.message : @error end # Expect a line of context # # @param [Number] line_no The line number # @param [String] text The text of the matching line def expect_line_shown(line_no, text) expect_output %r{^ +#{Regexp.escape(line_no.to_s)}\|#{Regexp.escape(text)}$} end # Expect a warning to be included in the command output. # # @param [String] code The warning code to check for. # @param [Hash] options The warning options. # @option options [Integer] :line The line number the warning should appear on - nil for any line. # @option options [Boolean] :expect_warning If false then assert that a warning is NOT present # @option options [String] :file The path to the file the warning should be raised against # @option options [Symbol] :file_type Alternative to specifying file name. One of: :attributes, :definition, # :metadata, :provider, :resource def expect_warning(code, options = {}) if options.has_key?(:file_type) options[:file] = { :attributes => "attributes/default.rb", :definition => "definitions/apache_site.rb", :metadata => "metadata.rb", :provider => "providers/site.rb", :resource => "resources/site.rb", :libraries => "libraries/lib.rb" }[options[:file_type]] end options = { :line => 1, :expect_warning => true, :file => "recipes/default.rb" }.merge!(options) unless options[:file].include?("roles") || options[:file].include?("environments") options[:file] = "cookbooks/example/#{options[:file]}" end if options[:warning_only] warning = "#{code}: #{WARNINGS[code]}" else warning = "#{code}: #{WARNINGS[code]}: #{options[:file]}:#{options[:line]}#{"\n" if ! options[:line].nil?}" end options[:expect_warning] ? expect_output(warning) : expect_no_output(warning) end # Expect a warning not to be included in the command output. # # @see CommandHelpers#expect_warning def expect_no_warning(code, options = { :expect_warning => false }) expect_warning(code, options) end # Expect a command line option / switch to be included in the usage. # # @param [String] short_switch The short version of the switch # @param [String] long_switch The long descriptive version of the switch # @param [String] description The description of the switch def expect_usage_option(short_switch, long_switch, description) expected_switch = "-#{Regexp.escape(short_switch)}, --#{Regexp.escape(long_switch)}[ ]+#{Regexp.escape(description)}" expect_output(Regexp.new(expected_switch)) end def has_test_warnings?(output) output.split("\n").grep(/FC[0-9]+:/).map do |warn| File.basename(File.dirname(warn.split(":").take(3).last.strip)) end.include?("test") end def man_page_options man_path = Pathname.new(__FILE__) + "../../../man/foodcritic.1.ronn" option_lines = File.read(man_path).split("## ").find do |s| s.start_with?("OPTIONS") end.split("\n").select { |o| o.start_with?(" *") } option_lines.map do |o| o.sub("`[`no-`]`", "").split("`").select { |f| f.include?("-") } end.map do |option| { :short => option.first.sub(/^-/, ""), :long => option.last.sub(/^--/, "") } end.sort_by { |o| o[:short] } end # Assert that the usage message is displayed. # # @param [Boolean] is_exit_zero The exit code to check for. def usage_displayed(is_exit_zero) expect_output "foodcritic [cookbook_paths]" usage_options.each do |option| expect_usage_option(option[:short], option[:long], option[:description]) end if is_exit_zero assert_no_error_occurred else assert_error_occurred end end def usage_options [ { :short => "c", :long => "chef-version VERSION", :description => "Only check against rules valid for this version of Chef." }, { :short => "f", :long => "epic-fail TAGS", :description => "Fail the build based on tags. Default of 'any' to fail on all warnings." }, { :short => "l", :long => "list", :description => "List all enabled rules and their descriptions." }, { :short => "t", :long => "tags TAGS", :description => "Check against (or exclude ~) rules with the specified tags." }, { :short => "B", :long => "cookbook-path PATH", :description => "Cookbook path(s) to check." }, { :short => "C", :long => "[no-]context", :description => "Show lines matched against rather than the default summary." }, { :short => "E", :long => "environment-path PATH", :description => "Environment path(s) to check." }, { :short => "I", :long => "include PATH", :description => "Additional rule file path(s) to load." }, { :short => "R", :long => "role-path PATH", :description => "Role path(s) to check." }, { :short => "S", :long => "search-grammar PATH", :description => "Specify grammar to use when validating search syntax." }, { :short => "V", :long => "version", :description => "Display the foodcritic version." }, { :short => "X", :long => "exclude PATH", :description => "Exclude path(s) from being linted. PATH is relative to the cookbook, not an absolute PATH. Default test/**/*,spec/**/*,features/**/*" }, ] end def usage_options_for_diff usage_options.map do |o| { :short => o[:short], :long => o[:long].split(" ").first.sub(/^\[no-\]/, "") } end.sort_by { |o| o[:short] } end end # Helpers used when features are executed in-process. module InProcessHelpers # Assert that the output contains the specified warning. # # @param [String] output The warning to check for. def expect_output(output) if output.respond_to?(:~) @review.must_match(output) else @review.must_include(output) end end # Assert that the output does not contain the specified warning. # # @param [String] output The output to check for. def expect_no_output(output) if output.respond_to?(:~) @review.wont_match(output) else @review.wont_include(output) end end # Assert that an error occurred following a lint check. def assert_error_occurred @status.wont_equal 0 end # Assert that no error occurred following a lint check. def assert_no_error_occurred @status.must_equal 0 end # Assert that warnings have not been raised against the test code which # should have been excluded from linting. def assert_no_test_warnings refute has_test_warnings?(@review) end # Assert that warnings have been raised against the test code which # shouldn't have been excluded from linting. def assert_test_warnings assert has_test_warnings?(@review) end # Run a lint check with the provided command line arguments. # # @param [Array] cmd_args The command line arguments. def run_lint(cmd_args) cd "." do show_context = cmd_args.include?("-C") review, @status = FoodCritic::Linter.run(CommandLine.new(cmd_args)) @review = if review.nil? || (review.respond_to?(:warnings) && review.warnings.empty?) "" elsif show_context ContextOutput.new.output(review) else "#{review}\n" end end end end # For use with steps that use bundler and rake. These will always be run # via Aruba. module BuildHelpers # Assert the build outcome # # @param [Boolean] success True if the build should succeed # @param [Array] warnings The warnings expected def assert_build_result(success, warnings) success ? assert_no_error_occurred : assert_error_occurred warnings.each do |code| expect_warning(code, :warning_only => true) end end # Assert that warnings have not been raised against the test code which # should have been excluded from linting. def assert_no_test_warnings refute has_test_warnings?(all_output) end # Assert that warnings have been raised against the test code which # shouldn't have been excluded from linting. def assert_test_warnings assert has_test_warnings?(all_output) end # The available tasks for this build # # @return [Array] Task name and description def build_tasks all_output.split("\n").map do |task| next unless task.start_with? "rake" task.split("#").map { |t| t.strip.sub(/^rake /, "") } end.compact end # List the defined Rake tasks def list_available_build_tasks cd "cookbooks/example" unset_bundler_env_vars run_simple "bundle exec rake -T" end # Run a build for a Rakefile that uses the lint rake task def run_build cd "cookbooks/example" run_simple "bundle exec rake", false end # We want to avoid traversing vendored gems because of the unnecessary # performance hit and because gems may contain deeply-nested code which # will blow the stack on parsing. def vendor_gems cd "cookbooks/example" unset_bundler_env_vars run_simple "bundle install --path vendor/bundle" cd "../.." end end # Helpers used when features are executed out of process. module ArubaHelpers include BuildHelpers # Assert that the output contains the specified warning. # # @param [String] output The output to check for. def expect_output(output) if output.respond_to?(:~) assert_matching_output(output.to_s, all_output) else assert_partial_output(output, all_output) end end # Assert that the output does not contain the specified warning. # # @param [String] output The output to check for. def expect_no_output(output) if output.respond_to?(:~) assert_matching_output('^((?!#{output}).)*$', all_output) else assert_no_partial_output(output, all_output) end end # Assert that an error occurred following a lint check. def assert_error_occurred assert_not_exit_status 0 end # Assert that no error occurred following a lint check. def assert_no_error_occurred assert_exit_status(0) end # Run a lint check with the provided command line arguments. # # @param [Array] cmd_args The command line arguments. def run_lint(cmd_args) run_simple(unescape("foodcritic #{cmd_args.join(' ')}"), false) end end end World(FoodCritic::CommandHelpers) if FoodCritic::CommandHelpers.running_in_process? World(FoodCritic::InProcessHelpers) else World(FoodCritic::ArubaHelpers) end foodcritic-13.1.1/features/support/env.rb0000644000004100000410000000046413300102713020413 0ustar www-datawww-databegin require "simplecov" SimpleCov.start do add_filter "/features/" end rescue LoadError warn "warning: simplecov gem not found; skipping coverage" end require "aruba/cucumber" require "foodcritic" require "minitest/spec" MiniTest::Spec.new(nil) Before do @aruba_timeout_seconds = 300 end foodcritic-13.1.1/features/support/cookbook_helpers.rb0000644000004100000410000005027713300102713023162 0ustar www-datawww-datamodule FoodCritic # Helper cookbook methods for use in your steps. module CookbookHelpers # Create an attributes file that references attributes with symbols # # @param [String] type The type of node attribute to write def attributes_with_symbols(type) write_attributes %Q{#{type}[:apache][:dir] = "/etc/apache2"} end # Create a Gemfile for a cookbook def buildable_gemfile write_file "cookbooks/example/Gemfile", %q{ source 'https://rubygems.org/' gem 'rake' gem 'foodcritic', :path => '../../../..' } end # Create a cookbook that declares dependencies on external recipes. # # @param [Symbol] declaration_type The type of declaration - :brace or :bracket def cookbook_declares_dependencies(declaration_type) write_recipe %q{ include_recipe "foo::default" include_recipe "bar::default" include_recipe "baz::default" } if declaration_type == :brace write_metadata %q{ %w{foo bar baz}.each{|cookbook| depends cookbook} } else write_metadata %q{ %w{foo bar baz}.each do |cb| depends cb end } end end # Create a cookbook that will match the specified rules. # # @param [Array] codes The codes to match. Only FC002, FC004 and FC005 and FC006 are supported. def cookbook_that_matches_rules(codes) recipe = "" codes.each do |code| if code == "FC002" recipe += %q{ directory "#{node['base_dir']}" do action :create end } elsif code == "FC004" recipe += %q{ execute "stop-jetty" do command "/etc/init.d/jetty6 stop" action :run end } elsif code == "FC005" recipe += %q{ package 'erlang-base' do action :upgrade end package 'erlang-corba' do action :upgrade end package 'erlang-another' do action :upgrade end } elsif code == "FC006" recipe += %q{ directory "/var/lib/foo" do mode 644 action :create end } end end write_recipe(recipe) write_file("cookbooks/example/recipes/server.rb", "") write_readme("Hello World") # Don't trigger FC011 write_metadata(%q{ name 'example' maintainer 'A Maintainer' maintainer_email 'maintainer@example.com' version '0.0.1' issues_url 'http://github.com/foo/bar_cookbook/issues' source_url 'http://github.com/foo/bar_cookbook' }.strip) end # Create a cookbook with a custom resource # # @author Tim Smith - tsmith@chef.io # @since 10.1.1 def cookbook_with_custom_resource write_resource("site", %Q{ property :name, String, name_property: true property :variables, Hash, default: {} action :create do log "Here is where I would create a " + thing end action_class do def thing return "site" end end }) end # Create a cookbook with a LRWP # # @param [Hash] lwrp The options to use for the created LWRP # @option lwrp [Symbol] :default_action One of :no_default_action, :ruby_default_action, :dsl_default_action # @option lwrp [Symbol] :notifies One of :does_not_notify, :does_notify, :does_notify_without_parens, :deprecated_syntax, :class_variable # @option lwrp [Symbol] :use_inline_resources Defaults to false def cookbook_with_lwrp(lwrp) lwrp = { :default_action => false, :notifies => :does_not_notify, :use_inline_resources => false }.merge!(lwrp) ruby_default_action = %q{ def initialize(*args) super @action = :create end }.strip write_resource("site", %Q{ actions :create attribute :name, :kind_of => String, :name_attribute => true #{ruby_default_action if lwrp[:default_action] == :ruby_default_action} #{'default_action :create' if lwrp[:default_action] == :dsl_default_action} }) notifications = { :does_notify => "new_resource.updated_by_last_action(true)", :does_notify_without_parens => "new_resource.updated_by_last_action true", :deprecated_syntax => "new_resource.updated = true", :class_variable => "@updated = true" } write_provider("site", %Q{ #{'use_inline_resources' if lwrp[:use_inline_resources]} action :create do log "Here is where I would create a site" #{notifications[lwrp[:notifies]]} end }) end def cookbook_with_lwrp_actions(actions) write_resource("site", %Q{ actions #{actions.map { |a| a[:name].inspect }.join(', ')} attribute :name, :kind_of => String, :name_attribute => true }) write_provider("site", actions.map { |a| provider_action(a) }.join("\n")) end # Create an cookbook with the maintainer specified in the metadata # # @param [String] name The maintainer name # @param [String] email The maintainer email address def cookbook_with_maintainer(name, email) write_recipe %q{ # # Cookbook Name:: example # Recipe:: default # # Copyright 2011, YOUR_COMPANY_NAME # # All rights reserved - Do Not Redistribute # } fields = {} fields["maintainer"] = name unless name.nil? fields["maintainer_email"] = email unless email.nil? write_metadata %Q{ #{fields.map { |field, value| %Q{#{field}\t"#{value}"} }.join("\n")} license "All rights reserved" description "Installs/Configures example" long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc')) version "0.0.1" } end # Create an environment file # # @param [Hash] options The options to use for the environment # @option options [String] :dir The relative directory to write to # @option options [String] :environment_name The name of the environment declared in the file # @option options [String] :file_name The containing file relative to the environments directory def environment(options = {}) options = { :dir => "environments" }.merge(options) write_file "#{options[:dir]}/#{options[:file_name]}", %Q{ #{Array(options[:environment_name]).map { |r| "name #{r}" }.join("\n")} cookbook "apache2" }.strip end # Create a placeholder minitest spec that would be linted due to its path # unless an exclusion is specified. def minitest_spec_attributes write_file "cookbooks/example/test/attributes/default_spec.rb", %q{ describe 'Example::Attributes::Default' do end } end def provider_action(action) case action[:notify_type] when :none then %Q{ action #{action[:name].inspect} do log "Would take action here" end } when :updated_by_last_action then %Q{ action #{action[:name].inspect} do log "Would take action here" # Explicitly update new_resource.updated_by_last_action(true) end } when :converge_by then %Q{ action #{action[:name].inspect} do converge_by "#{action[:name]} site" do log "Would take action here" end end } end end # Create a Rakefile that uses the linter rake task # # @param [Symbol] task Type of task # @param [Hash] options Task options # @option options [String] :name Task name # @option options [String] :files Files to process # @option options [String] :options The options to set on the rake task def rakefile(task, options) rakefile_content = "task :default => []" task_def = case task when :no_block then "FoodCritic::Rake::LintTask.new" else %Q{ FoodCritic::Rake::LintTask.new do |t| #{"t.name = '#{options[:name]}'" if options[:name]} #{"t.files = #{options[:files]}" if options[:files]} #{"t.options = #{options[:options]}" if options[:options]} end } end if task_def rakefile_content = %Q{ require 'foodcritic' task :default => [:#{options[:name] ? options[:name] : 'foodcritic'}] #{task_def} } end write_file "cookbooks/example/Rakefile", rakefile_content end # Create a recipe that downloads a file # # @param [Symbol] path_type The type of path, one of: :tmp_dir, :chef_file_cache_dir, :home_dir def recipe_downloads_file(path_type) download_path = { :tmp_dir => "/tmp/large-file.tar.gz", :tmp_dir_expr => '/tmp/#{file}', :home_dir => "/home/ernie/large-file.tar.gz", :chef_file_cache_dir => '#{Chef::Config[:file_cache_path]}/large-file.tar.gz' }[path_type] write_recipe %Q{ remote_file "#{download_path}" do source "http://www.example.org/large-file.tar.gz" end } end # Install a gem using the specified approach. # # @param [Symbol] type The type of approach, one of :simple, :compile_time, # :compile_time_from_array, :compile_time_from_word_list # @param [Symbol] action Either :install or :upgrade def recipe_installs_gem(type, action = :install) case type when :simple write_recipe %Q{ gem_package "bluepill" do action :#{action} end }.strip when :compile_time write_recipe %Q{ r = gem_package "mysql" do action :nothing end r.run_action(:#{action}) Gem.clear_paths }.strip when :compile_time_from_array write_recipe %Q{ ['foo', 'bar', 'baz'].each do |pkg| r = gem_package pkg do action :nothing end r.run_action(:#{action}) end }.strip when :compile_time_from_word_list write_recipe %Q{ %w{foo bar baz}.each do |pkg| r = gem_package pkg do action :nothing end r.run_action(:#{action}) end }.strip else raise "Unrecognised type: #{type}" end end # Create a recipe that declares a resource with the specified file mode. # # @param [String] type The type of resource (file, template) # @param [String] mode The file mode as a string # @param [String] comment Comment that may specify to exclude a match def recipe_resource_with_mode(type, mode, comment = "") source_att = type == "template" ? 'source "foo.erb"' : "" write_recipe %Q{ #{type} "/tmp/something" do #{comment} #{source_att} owner "root" group "root" mode #{mode} action :create end } end # Create a recipe with an external dependency on another cookbook. # # @param [Hash] dep The options to use for dependency # @option dep [Boolean] :is_declared True if this dependency has been declared in the cookbook metadata # @option dep [Boolean] :is_scoped True if the include_recipe references a specific recipe or the cookbook # @option dep [Boolean] :parentheses True if the include_recipe is called with parentheses def recipe_with_dependency(dep) dep = { :is_scoped => true, :is_declared => true, :parentheses => false }.merge!(dep) recipe = "foo#{dep[:is_scoped] ? '::default' : ''}" write_recipe(if dep[:parentheses] "include_recipe('#{recipe}')" else "include_recipe '#{recipe}'" end) write_metadata %Q{ version "1.9.0" depends "#{dep[:is_declared] ? 'foo' : 'dogs'}" } end # Create a recipe with a directory resource # # @param [Symbol] path_expr_type The type of path expression, one of: :compound_symbols, :interpolated_string, # :interpolated_symbol, :interpolated_symbol_and_literal, :literal_and_interpolated_symbol, :string_literal. def recipe_with_dir_path(path_expr_type) path = { :compound_symbols => '#{node[:base_dir]}#{node[:sub_dir]}', :interpolated_string => %q{#{node['base_dir']}}, :interpolated_symbol => '#{node[:base_dir]}', :interpolated_symbol_and_literal => '#{node[:base_dir]}/sub_dir', :literal_and_interpolated_symbol => 'base_dir/#{node[:sub_dir]}', :string_literal => "/var/lib/foo" }[path_expr_type] write_recipe %Q{ directory "#{path}" do owner "root" group "root" mode "0755" action :create end } end # Create a recipe with the specified resource type and attribute names. # # @param [String] type The type of resource # @param [Array] attribute_names The attributes to declare on this resource def recipe_with_resource(type, attribute_names) write_recipe %Q{ #{type} "resource-name" do #{attribute_names.join(" 'foo'\n")} 'bar' end } end # Create a recipe with a ruby_block resource. # # @param [Symbol] length A :short or :long block, or :both def recipe_with_ruby_block(length) recipe = "" if length == :short || length == :both recipe << %q{ ruby_block "subexpressions" do block do rc = Chef::Util::FileEdit.new("/foo/bar.conf") rc.search_file_replace_line(/^search/, "search #{node["foo"]["bar"]} compute-1.internal") rc.search_file_replace_line(/^domain/, "domain #{node["foo"]["bar"]}") rc.write_file end action :create end } end if length == :long || length == :both recipe << %q{ ruby_block "too_long" do block do begin do_something('with argument') do_something_else('with another argument') foo = Foo.new('bar') foo.activate_turbo_boost foo.each do |thing| case thing when "fee" puts 'Fee' when "fi" puts 'Fi' when "fo" puts 'Fo' else puts "Fum" end end rescue Some::Exception Chef::Log.warn "Problem activating the turbo boost" end end action :create end } end write_recipe(recipe) end # Create a recipe that performs a search of the specified type. # # @param [Symbol] type The type of search. One of: :invalid_syntax, :valid_syntax, :with_subexpression. def recipe_with_search(type) search = { :invalid_syntax => "run_list:recipe[foo::bar]", :valid_syntax => 'run_list:recipe\[foo\:\:bar\]', :with_subexpression => %q{roles:#{node['foo']['role']}} }[type] write_recipe %Q{ search(:node, "#{search}") do |matching_node| puts matching_node.to_s end } end # Create a role file # # @param [Hash] options The options to use for the role # @option options [String] :role_name The name of the role declared in the role file # @option options [String] :file_name The containing file relative to the roles directory # @option options [Symbol] :format Either :ruby or :json. Default is :ruby def role(options = {}) options = { :format => :ruby, :dir => "roles" }.merge(options) content = if options[:format] == :json %Q{ { "chef_type": "role", "json_class": "Chef::Role", #{Array(options[:role_name]).map { |r| "name: #{r}," }.join("\n")} "run_list": [ "recipe[apache2]", ] } } else %Q{ #{Array(options[:role_name]).map { |r| "name #{r}" }.join("\n")} run_list "recipe[apache2]" } end write_file "#{options[:dir]}/#{options[:file_name]}", content.strip end # Create a rule with the specified Chef version constraints # # @param [String] from_version The from version # @param [String] to_version The to version def rule_with_version_constraint(from_version, to_version) constraint = if from_version && to_version %Q{ applies_to do |version| version >= gem_version("#{from_version}") && version <= gem_version("#{to_version}") end } elsif from_version %Q{ applies_to do |version| version >= gem_version("#{from_version}") end } elsif to_version %Q{ applies_to do |version| version <= gem_version("#{to_version}") end } end write_rule %Q{ rule "FCTEST001", "Test Rule" do #{constraint} recipe do |ast, filename| [file_match(filename)] end end } end # Return the provided string or nil if 'unspecified' # # @param [String] str The string # @return [String] The string or nil if 'unspecified' def nil_if_unspecified(str) str == "unspecified" ? nil : str end # Create a README with the provided content. # # @param [String] content The recipe content. # @param [String] cookbook_name Optional name of the cookbook. def write_readme(content, cookbook_name = "example") write_file "cookbooks/#{cookbook_name}/README.md", content.strip end # Create a recipe with the provided content. # # @param [String] content The recipe content. # @param [String] cookbook_name Optional name of the cookbook. def write_recipe(content, cookbook_name = "example") write_file "cookbooks/#{cookbook_name}/recipes/default.rb", content.strip end # Create a rule with the provided content. # # @param [String] content The rule content. def write_rule(content) write_file "rules/test.rb", content.strip end # Create attributes with the provided content. # # @param [String] content The attributes content. def write_attributes(content) write_file "cookbooks/example/attributes/default.rb", content.strip end # Create a definition with the provided content. # # @param [String] name The definition name. # @param [String] content The definition content. def write_definition(name, content) write_file "cookbooks/example/definitions/#{name}.rb", content.strip end # Create a library with the provided content. # # @param [String] name The library name. # @param [String] content The library content. def write_library(name, content) write_file "cookbooks/example/libraries/#{name}.rb", content.strip end # Create metdata with the provided content. # # @param [String] content The metadata content. def write_metadata(content) write_file "cookbooks/example/metadata.rb", content.strip end # Create a resource with the provided content. # # @param [String] name The resource name. # @param [String] content The resource content. def write_resource(name, content) write_file "cookbooks/example/resources/#{name}.rb", content.strip end # Create a provider with the provided content. # # @param [String] name The resource name. # @param [String] content The resource content. def write_provider(name, content) write_file "cookbooks/example/providers/#{name}.rb", content.strip end end end World(FoodCritic::CookbookHelpers) foodcritic-13.1.1/features/build_framework_support.feature0000644000004100000410000001252213300102713024105 0ustar www-datawww-data@build Feature: Build framework support In order to make it as easy as possible to lint my cookbook As a developer I want to be able to invoke the lint tool from my build Scenario: List rake tasks Given a cookbook that has a Gemfile that includes rake and foodcritic And a Rakefile that defines a lint task with no block When I list the available build tasks Then the lint task will be listed Scenario: List rake tasks - modified name Given a cookbook that has a Gemfile that includes rake and foodcritic And a Rakefile that defines a lint task specifying a different name When I list the available build tasks Then the lint task will be listed under the different name Scenario Outline: Rakefile with no lint task Given a cookbook that has problems And the cookbook has a Gemfile that includes rake and foodcritic And a Rakefile that defines no lint task When I run the build Then the build will with no warnings Examples: | problems | build_outcome | | no | succeed | | style | succeed | Scenario Outline: Lint task with no block Given a cookbook that has problems And the cookbook has a Gemfile that includes rake and foodcritic And a Rakefile that defines a lint task with no block When I run the build Then the build will with warnings Examples: | problems | build_outcome | warnings | | no | succeed | | | style | succeed | FC002 | | correctness | fail | FC006 | | style,correctness | fail | FC002,FC006 | Scenario Outline: Lint task with empty block Given a cookbook that has problems And the cookbook has a Gemfile that includes rake and foodcritic And a Rakefile that defines a lint task with an empty block When I run the build Then the build will with warnings Examples: | problems | build_outcome | warnings | | no | succeed | | | style | succeed | FC002 | | style,correctness | fail | FC002,FC006 | Scenario Outline: Specify rule tags to fail on Given a cookbook that has problems And the cookbook has a Gemfile that includes rake and foodcritic And a Rakefile that defines a lint task with a block setting options to When I run the build Then the build will with warnings Examples: | problems | options | build_outcome | warnings | | no | | succeed | | | style,correctness | {:fail_tags => []} | succeed | FC002,FC006 | | correctness | {:fail_tags => ['correctness']} | fail | FC006 | | style | {:fail_tags => ['correctness,style']} | fail | FC002 | | style,correctness | {:fail_tags => [], :tags => ['correctness']} | succeed | FC006 | @context Scenario: Specify that contexts should be shown Given a cookbook with a single recipe that reads node attributes via symbols,strings And the cookbook has a Gemfile that includes rake and foodcritic And a Rakefile that defines a lint task with a block setting options to {:context => true} When I run the build Then the recipe filename should be displayed And the attribute consistency warning 019 should be displayed below And the line number and line of code that triggered the warning should be displayed Scenario Outline: Specify paths to lint Given a cookbook that has problems And the cookbook has a Gemfile that includes rake and foodcritic And a Rakefile that defines a lint task specifying files to lint as When I run the build Then the build will with warnings Examples: | problems | files | build_outcome | warnings | | no | ['recipes/default.rb'] | succeed | | | correctness | ['recipes/default.rb'] | fail | FC006 | | no | ['recipes/default.rb', 'recipes/server.rb'] | succeed | | | correctness | ['recipes/default.rb', 'recipes/server.rb'] | fail | FC006 | Scenario: Exclude tests Given a cookbook that has style problems And the cookbook has a Gemfile that includes rake and foodcritic And a Rakefile that defines a lint task with no block And unit tests under a top-level test directory When I run the build Then no warnings will be displayed against the tests And the build will succeed with warnings FC002 Scenario: Exclude vendored gems Given a cookbook that has style problems And the cookbook has a Gemfile that includes rake and foodcritic And a Rakefile that defines a lint task with no block And the gems have been vendored When I run the build Then no warnings will be displayed against the tests And the build will succeed with warnings FC002 foodcritic-13.1.1/features/choose_rules_to_apply.feature0000644000004100000410000000572613300102713023546 0ustar www-datawww-dataFeature: Choose rules to apply In order to remove warnings that are not appropriate for my usage of Chef As a developer I want to be able to filter the rules applied based on tags associated with each rule Scenario Outline: Specified tags on command line Given a cookbook that matches rules When I check the cookbook specifying tags Then the warnings shown should be Examples: | cookbook_matches | tag_arguments | warnings_shown | | FC002,FC004,FC005 | | FC002,FC004,FC005 | | FC002 | -t FC002 | FC002 | | FC002,FC004,FC005 | --tags FC002 | FC002 | | FC002,FC004,FC005 | --tags fc002 | | | FC002,FC004,FC005 | --tags FC006 | | | FC002,FC004,FC005 | --tags ~FC002 | FC004,FC005 | | | --tags FC002 | | | FC002,FC004,FC005 | --tags @FC002 | | | FC002,FC004,FC005 | --tags style | FC002 | | FC002,FC004,FC005 | --tags FC002 --tags FC004 | | | FC002,FC004,FC005 | --tags portability --tags services | FC004 | | FC002,FC004,FC005 | --tags style,services,portability | FC002,FC004 | Scenario Outline: Specified tags in cookbook .foodcritic file Given a cookbook that matches rules When the cookbook directory has a .foodcritic file specifying tags And I check the cookbook specifying tags Then the warnings shown should be Examples: | cookbook_matches | tag_file | tag_arguments | warnings_shown | | FC002,FC004 | | | FC002,FC004 | | FC002 | FC002 | | FC002 | | FC002 | ~FC002 | --tags FC002 | FC002 | | FC002 | fc002 | | | | FC002,FC004 | FC005 | | | | FC002,FC004 | FC005 | -t FC002 | FC002 | | FC002,FC004 | ~FC002 | | FC004 | | FC002,FC004 | ~FC002 | -t FC002 | FC002 | | | FC002 | | | | FC002,FC004 | @FC002 | | | | FC002,FC004 | style | | FC002 | | FC002,FC004 | FC002 | | | | FC002,FC004 | style,portability | | FC002,FC004 | foodcritic-13.1.1/features/037_check_for_invalid_notification_action.feature0000644000004100000410000000267013300102713027265 0ustar www-datawww-dataFeature: Check for invalid notification actions In order to flag invalid notifications more quickly As a developer I want to identify notifications that have an action which is invalid for the notified resource Scenario Outline: Notification actions Given a cookbook recipe with a resource that notifies a to When I check the cookbook Then the invalid notification action warning 037 be displayed Examples: | resource | action | display | | service | restart | should not | | service | nothing | should not | | service | create | should | | execute | run | should not | | execute | execute | should | Scenario Outline: Subscription actions Given a cookbook recipe with a resource that subscribes to when notified by a remote_file When I check the cookbook Then the invalid notification action warning 037 be displayed Examples: | source | action | display | | service | restart | should not | | service | nothing | should not | | service | create | should | | execute | run | should not | | execute | execute | should | Scenario: Notification action is an expression Given a cookbook recipe with a resource that notifies where the action is an expression When I check the cookbook Then the invalid notification action warning 037 should not be displayed foodcritic-13.1.1/features/ignore_via_line_comments.feature0000644000004100000410000000524613300102713024200 0ustar www-datawww-dataFeature: Ignoring rules on per line basis To ignore specific warnings on some lines As a developer I want to add an ignore comment Scenario Outline: Ignoring Given a file resource declared with the mode 644 with comment When I check the cookbook Then the warning 006 should Examples: | comment | shown | | | be shown | | # | be shown | | # foo bar baz | be shown | | # ~FC006 | not be shown | | # ~FC006 is a false positive | not be shown | | #~FC006 | not be shown | | #~FC022 | be shown | | # ~FC006 | not be shown | | # ~FC006,~FC009 | not be shown | | # ~FC006 ~FC009 | not be shown | | # ~FC006, ~FC009 | not be shown | | # ~FC009 | be shown | | # FC006 | be shown | | # ~ FC006 | be shown | | # fc006 | be shown | | # ~006 | be shown | | # ~style | be shown | | # ~files | not be shown | Scenario Outline: Ignoring cookbook level rules Given a cookbook with a single recipe that triggers FC019 with comment And metadata When I check the cookbook Then the attribute consistency warning 019 should Examples: | comment | shown | | | be shown | | #~FC019 | be not shown | Scenario Outline: Multiple warnings Given a file with multiple errors on one line with comment When I check the cookbook Then the warnings shown should be Examples: | comment | warnings | | | FC002,FC039 | | # ~FC002,~FC007 | FC039 | | # ~FC002,~FC039 | | | # ~FC002 | FC039 | Scenario Outline: Ignoring role rules Given a ruby role that triggers FC049 with comment When I check the role directory Then the role name does not match file name warning 049 should Examples: | comment | shown | | | be shown | | #~FC049 | not be shown | Scenario Outline: Ignoring environment rules Given a ruby environment that triggers FC050 with comment When I check the environment directory Then the invalid environment name warning 050 should Examples: | comment | shown | | | be shown | | #~FC050 | not be shown | foodcritic-13.1.1/features/checking_all_types_of_file.feature0000644000004100000410000000317313300102713024451 0ustar www-datawww-dataFeature: Checking all types of files In order to run foodcritic rules As a developer I want to be able to check all types of files Scenario: Checking recipe Given a cookbook with a recipe file with an interpolated name When I check the cookbook Then the string interpolation warning 002 should be displayed Scenario: Checking attribute Given a cookbook with an attribute file with an interpolated name When I check the cookbook Then the string interpolation warning 002 should be displayed against the attributes file Scenario: Checking metadata Given a cookbook with a metadata file with an interpolated name When I check the cookbook Then the string interpolation warning 002 should be displayed against the metadata file Scenario: Checking provider Given a cookbook with a provider file with an interpolated name When I check the cookbook Then the string interpolation warning 002 should be displayed against the provider file Scenario: Checking resource Given a cookbook with a resource file with an interpolated name When I check the cookbook Then the string interpolation warning 002 should be displayed against the resource file Scenario: Checking library Given a cookbook with a library file with an interpolated name When I check the cookbook Then the string interpolation warning 002 should be displayed against the libraries file Scenario: Checking definition Given a cookbook with a definition file with an interpolated name When I check the cookbook Then the string interpolation warning 002 should be displayed against the definition file foodcritic-13.1.1/features/040_check_raw_git_usage.feature0000644000004100000410000000427313300102713023501 0ustar www-datawww-dataFeature: Check for direct usage of git In order to access source control repositories idiomatically As a developer I want to use resources for repository access rather than executing git directly Scenario Outline: Execute resource Given a cookbook recipe with an execute resource named When I check the cookbook Then the execute resource used to run git commands warning 040 be displayed Examples: | name | display | | git pull | should | | git clone | should | | git fetch | should | | git checkout | should | | git reset --hard | should | | git show | should not | | echo 'bob' && git show | should not | | which foo | should not | Scenario Outline: Execute resource Given a cookbook recipe with an execute resource that runs the command When I check the cookbook Then the execute resource used to run git commands warning 040 be displayed Examples: | command | display | | git clone https://github.com/git/git.git | should | | git clone --depth 10 https://github.com/git/git.git | should | | git pull | should | | git fetch origin | should | | git checkout master | should | | git reset --hard | should | | git status && git pull | should | | git show | should not | | echo 'bob' && git show | should not | | gitk | should not | | curl http://github.com/ | should not | Scenario: Multiple execute resources Given a cookbook recipe with multiple execute resources where the last uses git When I check the cookbook Then the execute resource used to run git commands warning 040 should be displayed against the last resource foodcritic-13.1.1/features/018_check_for_old_lwrp_notification_syntax.feature0000644000004100000410000000251713300102713027531 0ustar www-datawww-dataFeature: Check for use of deprecated LWRP notification syntax In order to ensure LWRP notifications continue to work As a developer I want to identify when a LWRP notification uses the deprecated syntax Scenario: LWRP with no notifications Given a cookbook that contains a LWRP that does not trigger notifications When I check the cookbook Then the LWRP uses deprecated notification syntax warning 018 should not be displayed against the provider file Scenario: LWRP with deprecated notification syntax Given a cookbook that contains a LWRP that uses the deprecated notification syntax When I check the cookbook Then the LWRP uses deprecated notification syntax warning 018 should be displayed against the provider file Scenario: LWRP with deprecated notification syntax (class variable) Given a cookbook that contains a LWRP that uses the deprecated notification syntax with a class variable When I check the cookbook Then the LWRP uses deprecated notification syntax warning 018 should be displayed against the provider file Scenario: LWRP with current notification syntax Given a cookbook that contains a LWRP that uses the current notification syntax When I check the cookbook Then the LWRP uses deprecated notification syntax warning 018 should not be displayed against the provider file