chef 17.10.163 → 18.0.169
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +19 -20
- data/README.md +7 -7
- data/Rakefile +3 -22
- data/{chef-universal-mingw32.gemspec → chef-universal-mingw-ucrt.gemspec} +8 -7
- data/chef.gemspec +17 -15
- data/lib/chef/api_client_v1.rb +9 -1
- data/lib/chef/application/exit_code.rb +3 -3
- data/lib/chef/client.rb +182 -0
- data/lib/chef/compliance/input.rb +1 -1
- data/lib/chef/compliance/profile.rb +1 -1
- data/lib/chef/compliance/profile_collection.rb +0 -1
- data/lib/chef/compliance/waiver.rb +1 -1
- data/lib/chef/cookbook/syntax_check.rb +2 -2
- data/lib/chef/dsl/reader_helpers.rb +1 -1
- data/lib/chef/dsl/rest_resource.rb +77 -0
- data/lib/chef/event_dispatch/base.rb +3 -0
- data/lib/chef/exceptions.rb +8 -0
- data/lib/chef/http/authenticator.rb +170 -3
- data/lib/chef/http/ssl_policies.rb +4 -4
- data/lib/chef/mixin/checksum.rb +0 -6
- data/lib/chef/mixin/homebrew_user.rb +5 -15
- data/lib/chef/mixin/openssl_helper.rb +13 -17
- data/lib/chef/mixin/powershell_exec.rb +5 -28
- data/lib/chef/node/mixin/immutablize_array.rb +1 -0
- data/lib/chef/property.rb +5 -3
- data/lib/chef/provider/cron.rb +1 -5
- data/lib/chef/provider/file.rb +2 -2
- data/lib/chef/provider/group/windows.rb +1 -1
- data/lib/chef/provider/http_request.rb +11 -9
- data/lib/chef/provider/mount/linux.rb +5 -0
- data/lib/chef/provider/mount/mount.rb +8 -0
- data/lib/chef/provider/mount/windows.rb +1 -1
- data/lib/chef/provider/package/chocolatey.rb +1 -14
- data/lib/chef/provider/package/rubygems.rb +1 -1
- data/lib/chef/provider/package/windows/msi.rb +2 -2
- data/lib/chef/provider/package/windows/registry_uninstall_entry.rb +1 -1
- data/lib/chef/provider/package/windows.rb +1 -1
- data/lib/chef/provider/package/yum/yum_helper.py +14 -2
- data/lib/chef/provider/package/zypper/version.rb +60 -0
- data/lib/chef/provider/package/zypper.rb +47 -8
- data/lib/chef/provider/service/windows.rb +1 -1
- data/lib/chef/provider/user/aix.rb +5 -0
- data/lib/chef/provider/user/linux.rb +29 -0
- data/lib/chef/provider/user/mac.rb +1 -1
- data/lib/chef/provider/user.rb +46 -14
- data/lib/chef/provider.rb +1 -1
- data/lib/chef/recipe.rb +1 -1
- data/lib/chef/resource/_rest_resource.rb +389 -0
- data/lib/chef/resource/alternatives.rb +0 -1
- data/lib/chef/resource/apt_package.rb +0 -1
- data/lib/chef/resource/apt_preference.rb +0 -1
- data/lib/chef/resource/apt_repository.rb +0 -1
- data/lib/chef/resource/apt_update.rb +0 -1
- data/lib/chef/resource/archive_file.rb +0 -1
- data/lib/chef/resource/bash.rb +0 -1
- data/lib/chef/resource/batch.rb +0 -1
- data/lib/chef/resource/bff_package.rb +0 -1
- data/lib/chef/resource/breakpoint.rb +0 -1
- data/lib/chef/resource/build_essential.rb +0 -1
- data/lib/chef/resource/cab_package.rb +0 -1
- data/lib/chef/resource/chef_client_config.rb +14 -18
- data/lib/chef/resource/chef_client_cron.rb +1 -2
- data/lib/chef/resource/chef_client_launchd.rb +2 -2
- data/lib/chef/resource/chef_client_scheduled_task.rb +3 -3
- data/lib/chef/resource/chef_client_systemd_timer.rb +1 -2
- data/lib/chef/resource/chef_client_trusted_certificate.rb +0 -1
- data/lib/chef/resource/chef_gem.rb +0 -1
- data/lib/chef/resource/chef_handler.rb +0 -1
- data/lib/chef/resource/chef_sleep.rb +1 -3
- data/lib/chef/resource/chef_vault_secret.rb +0 -1
- data/lib/chef/resource/chocolatey_config.rb +0 -1
- data/lib/chef/resource/chocolatey_feature.rb +0 -1
- data/lib/chef/resource/chocolatey_package.rb +0 -1
- data/lib/chef/resource/chocolatey_source.rb +0 -1
- data/lib/chef/resource/cookbook_file.rb +0 -1
- data/lib/chef/resource/cron/_cron_shared.rb +0 -1
- data/lib/chef/resource/cron/cron.rb +0 -1
- data/lib/chef/resource/cron/cron_d.rb +15 -1
- data/lib/chef/resource/cron_access.rb +0 -1
- data/lib/chef/resource/csh.rb +0 -1
- data/lib/chef/resource/directory.rb +0 -1
- data/lib/chef/resource/dmg_package.rb +0 -1
- data/lib/chef/resource/dnf_package.rb +0 -1
- data/lib/chef/resource/dpkg_package.rb +0 -1
- data/lib/chef/resource/dsc_resource.rb +0 -1
- data/lib/chef/resource/dsc_script.rb +0 -1
- data/lib/chef/resource/execute.rb +0 -1
- data/lib/chef/resource/file.rb +0 -1
- data/lib/chef/resource/freebsd_package.rb +0 -1
- data/lib/chef/resource/gem_package.rb +0 -1
- data/lib/chef/resource/group.rb +25 -2
- data/lib/chef/resource/habitat/habitat_package.rb +0 -1
- data/lib/chef/resource/habitat/habitat_sup.rb +6 -7
- data/lib/chef/resource/habitat/habitat_sup_windows.rb +1 -1
- data/lib/chef/resource/habitat_config.rb +0 -1
- data/lib/chef/resource/habitat_install.rb +0 -1
- data/lib/chef/resource/habitat_service.rb +0 -1
- data/lib/chef/resource/habitat_user_toml.rb +0 -1
- data/lib/chef/resource/homebrew_cask.rb +8 -8
- data/lib/chef/resource/homebrew_package.rb +1 -2
- data/lib/chef/resource/homebrew_tap.rb +5 -6
- data/lib/chef/resource/homebrew_update.rb +0 -2
- data/lib/chef/resource/hostname.rb +0 -1
- data/lib/chef/resource/http_request.rb +0 -1
- data/lib/chef/resource/ifconfig.rb +0 -1
- data/lib/chef/resource/inspec_input.rb +0 -1
- data/lib/chef/resource/inspec_waiver.rb +0 -1
- data/lib/chef/resource/inspec_waiver_file_entry.rb +2 -3
- data/lib/chef/resource/ips_package.rb +0 -1
- data/lib/chef/resource/kernel_module.rb +0 -1
- data/lib/chef/resource/ksh.rb +0 -1
- data/lib/chef/resource/launchd.rb +0 -1
- data/lib/chef/resource/link.rb +0 -1
- data/lib/chef/resource/locale.rb +2 -6
- data/lib/chef/resource/log.rb +0 -1
- data/lib/chef/resource/lwrp_base.rb +0 -4
- data/lib/chef/resource/macos_userdefaults.rb +5 -10
- data/lib/chef/resource/macosx_service.rb +0 -1
- data/lib/chef/resource/macports_package.rb +0 -1
- data/lib/chef/resource/mdadm.rb +0 -1
- data/lib/chef/resource/mount.rb +0 -1
- data/lib/chef/resource/msu_package.rb +0 -1
- data/lib/chef/resource/notify_group.rb +0 -2
- data/lib/chef/resource/ohai.rb +0 -1
- data/lib/chef/resource/ohai_hint.rb +0 -1
- data/lib/chef/resource/openbsd_package.rb +0 -1
- data/lib/chef/resource/openssl_dhparam.rb +0 -2
- data/lib/chef/resource/openssl_ec_private_key.rb +0 -2
- data/lib/chef/resource/openssl_ec_public_key.rb +0 -2
- data/lib/chef/resource/openssl_rsa_private_key.rb +0 -2
- data/lib/chef/resource/openssl_rsa_public_key.rb +0 -2
- data/lib/chef/resource/openssl_x509_certificate.rb +0 -2
- data/lib/chef/resource/openssl_x509_crl.rb +0 -2
- data/lib/chef/resource/openssl_x509_request.rb +0 -2
- data/lib/chef/resource/osx_profile.rb +0 -1
- data/lib/chef/resource/package.rb +0 -1
- data/lib/chef/resource/pacman_package.rb +0 -1
- data/lib/chef/resource/paludis_package.rb +0 -1
- data/lib/chef/resource/perl.rb +0 -1
- data/lib/chef/resource/plist.rb +7 -3
- data/lib/chef/resource/portage_package.rb +0 -1
- data/lib/chef/resource/powershell_package.rb +0 -1
- data/lib/chef/resource/powershell_package_source.rb +0 -1
- data/lib/chef/resource/powershell_script.rb +0 -1
- data/lib/chef/resource/python.rb +0 -1
- data/lib/chef/resource/reboot.rb +0 -1
- data/lib/chef/resource/registry_key.rb +0 -1
- data/lib/chef/resource/remote_directory.rb +0 -1
- data/lib/chef/resource/remote_file.rb +0 -1
- data/lib/chef/resource/rhsm_errata.rb +0 -1
- data/lib/chef/resource/rhsm_errata_level.rb +0 -1
- data/lib/chef/resource/rhsm_register.rb +0 -3
- data/lib/chef/resource/rhsm_repo.rb +0 -1
- data/lib/chef/resource/rhsm_subscription.rb +0 -1
- data/lib/chef/resource/route.rb +0 -1
- data/lib/chef/resource/rpm_package.rb +0 -1
- data/lib/chef/resource/ruby.rb +0 -1
- data/lib/chef/resource/ruby_block.rb +0 -1
- data/lib/chef/resource/scm/_scm.rb +0 -2
- data/lib/chef/resource/scm/git.rb +0 -2
- data/lib/chef/resource/scm/subversion.rb +0 -2
- data/lib/chef/resource/script.rb +0 -1
- data/lib/chef/resource/selinux/common_helpers.rb +47 -0
- data/lib/chef/resource/selinux/selinux_debian.erb +18 -0
- data/lib/chef/resource/selinux/selinux_default.erb +15 -0
- data/lib/chef/resource/selinux_boolean.rb +101 -0
- data/lib/chef/resource/selinux_fcontext.rb +160 -0
- data/lib/chef/resource/selinux_install.rb +107 -0
- data/lib/chef/resource/selinux_module.rb +143 -0
- data/lib/chef/resource/selinux_permissive.rb +64 -0
- data/lib/chef/resource/selinux_port.rb +118 -0
- data/lib/chef/resource/selinux_state.rb +166 -0
- data/lib/chef/resource/service.rb +0 -1
- data/lib/chef/resource/smartos_package.rb +0 -1
- data/lib/chef/resource/snap_package.rb +0 -1
- data/lib/chef/resource/solaris_package.rb +0 -1
- data/lib/chef/resource/ssh_known_hosts_entry.rb +0 -1
- data/lib/chef/resource/sudo.rb +0 -1
- data/lib/chef/resource/support/client.erb +5 -6
- data/lib/chef/resource/swap_file.rb +0 -1
- data/lib/chef/resource/sysctl.rb +1 -2
- data/lib/chef/resource/systemd_unit.rb +0 -1
- data/lib/chef/resource/template.rb +0 -1
- data/lib/chef/resource/timezone.rb +0 -1
- data/lib/chef/resource/user/aix_user.rb +0 -1
- data/lib/chef/resource/user/linux_user.rb +0 -1
- data/lib/chef/resource/user/mac_user.rb +0 -1
- data/lib/chef/resource/user/pw_user.rb +0 -1
- data/lib/chef/resource/user/solaris_user.rb +0 -1
- data/lib/chef/resource/user/windows_user.rb +0 -1
- data/lib/chef/resource/user.rb +10 -1
- data/lib/chef/resource/user_ulimit.rb +0 -1
- data/lib/chef/resource/whyrun_safe_ruby_block.rb +0 -1
- data/lib/chef/resource/windows_ad_join.rb +0 -2
- data/lib/chef/resource/windows_audit_policy.rb +0 -2
- data/lib/chef/resource/windows_auto_run.rb +0 -1
- data/lib/chef/resource/windows_defender.rb +0 -1
- data/lib/chef/resource/windows_defender_exclusion.rb +0 -1
- data/lib/chef/resource/windows_dfs_folder.rb +0 -1
- data/lib/chef/resource/windows_dfs_namespace.rb +0 -1
- data/lib/chef/resource/windows_dfs_server.rb +0 -1
- data/lib/chef/resource/windows_dns_record.rb +0 -1
- data/lib/chef/resource/windows_dns_zone.rb +0 -1
- data/lib/chef/resource/windows_env.rb +0 -1
- data/lib/chef/resource/windows_feature.rb +0 -1
- data/lib/chef/resource/windows_feature_dism.rb +0 -1
- data/lib/chef/resource/windows_feature_powershell.rb +0 -1
- data/lib/chef/resource/windows_firewall_profile.rb +0 -2
- data/lib/chef/resource/windows_firewall_rule.rb +0 -1
- data/lib/chef/resource/windows_font.rb +2 -3
- data/lib/chef/resource/windows_package.rb +0 -1
- data/lib/chef/resource/windows_pagefile.rb +0 -2
- data/lib/chef/resource/windows_path.rb +0 -1
- data/lib/chef/resource/windows_printer.rb +0 -1
- data/lib/chef/resource/windows_printer_port.rb +0 -1
- data/lib/chef/resource/windows_script.rb +0 -2
- data/lib/chef/resource/windows_security_policy.rb +0 -1
- data/lib/chef/resource/windows_service.rb +0 -1
- data/lib/chef/resource/windows_share.rb +0 -1
- data/lib/chef/resource/windows_shortcut.rb +1 -2
- data/lib/chef/resource/windows_task.rb +0 -1
- data/lib/chef/resource/windows_uac.rb +0 -1
- data/lib/chef/resource/windows_update_settings.rb +0 -1
- data/lib/chef/resource/windows_user_privilege.rb +0 -1
- data/lib/chef/resource/windows_workgroup.rb +0 -1
- data/lib/chef/resource/yum_package.rb +0 -1
- data/lib/chef/resource/yum_repository.rb +0 -1
- data/lib/chef/resource/zypper_package.rb +0 -1
- data/lib/chef/resource/zypper_repository.rb +0 -1
- data/lib/chef/resource.rb +12 -5
- data/lib/chef/resources.rb +7 -0
- data/lib/chef/run_context.rb +3 -3
- data/lib/chef/secret_fetcher/azure_key_vault.rb +1 -1
- data/lib/chef/version.rb +1 -1
- data/lib/chef/win32/handle.rb +6 -7
- data/lib/chef/win32/registry.rb +7 -3
- data/spec/data/rubygems.org/sexp_processor-info +2 -1
- data/spec/data/trusted_certs/example.crt +20 -29
- data/spec/data/trusted_certs/example_no_cn.crt +34 -30
- data/spec/data/trusted_certs/opscode.pem +54 -33
- data/spec/functional/resource/chocolatey_package_spec.rb +20 -32
- data/spec/functional/resource/dsc_script_spec.rb +1 -1
- data/spec/functional/resource/group_spec.rb +26 -42
- data/spec/functional/resource/link_spec.rb +8 -8
- data/spec/functional/resource/macos_userdefaults_spec.rb +4 -4
- data/spec/functional/resource/plist_spec.rb +25 -0
- data/spec/functional/resource/user/linux_user_spec.rb +127 -0
- data/spec/functional/resource/windows_certificate_spec.rb +1 -26
- data/spec/functional/resource/windows_font_spec.rb +12 -9
- data/spec/functional/resource/yum_package_spec.rb +1 -17
- data/spec/functional/resource/zypper_package_spec.rb +12 -10
- data/spec/functional/shell_spec.rb +1 -2
- data/spec/functional/version_spec.rb +1 -1
- data/spec/functional/win32/registry_spec.rb +0 -3
- data/spec/integration/client/client_spec.rb +82 -3
- data/spec/integration/client/exit_code_spec.rb +1 -1
- data/spec/integration/client/ipv6_spec.rb +1 -1
- data/spec/integration/compliance/compliance_spec.rb +1 -1
- data/spec/integration/recipes/accumulator_spec.rb +1 -1
- data/spec/integration/recipes/lwrp_inline_resources_spec.rb +1 -1
- data/spec/integration/recipes/lwrp_spec.rb +1 -1
- data/spec/integration/recipes/notifies_spec.rb +1 -1
- data/spec/integration/recipes/notifying_block_spec.rb +1 -1
- data/spec/integration/recipes/remote_directory.rb +1 -1
- data/spec/integration/recipes/unified_mode_spec.rb +1 -1
- data/spec/integration/recipes/use_partial_spec.rb +2 -1
- data/spec/integration/solo/solo_spec.rb +2 -2
- data/spec/spec_helper.rb +1 -5
- data/spec/support/platform_helpers.rb +0 -4
- data/spec/support/ruby_installer.rb +1 -1
- data/spec/support/shared/functional/windows_script.rb +2 -2
- data/spec/unit/application/client_spec.rb +0 -10
- data/spec/unit/client_spec.rb +70 -2
- data/spec/unit/compliance/reporter/chef_server_automate_spec.rb +1 -1
- data/spec/unit/cookbook/syntax_check_spec.rb +3 -0
- data/spec/unit/http/authenticator_spec.rb +68 -0
- data/spec/unit/mixin/checksum_spec.rb +0 -28
- data/spec/unit/mixin/homebrew_user_spec.rb +7 -30
- data/spec/unit/mixin/openssl_helper_spec.rb +1 -1
- data/spec/unit/mixin/powershell_exec_spec.rb +5 -5
- data/spec/unit/platform/query_helpers_spec.rb +2 -17
- data/spec/unit/provider/cron_spec.rb +0 -34
- data/spec/unit/provider/http_request_spec.rb +60 -72
- data/spec/unit/provider/mount/linux_spec.rb +10 -0
- data/spec/unit/provider/package/chocolatey_spec.rb +3 -20
- data/spec/unit/provider/package/rubygems_spec.rb +1 -1
- data/spec/unit/provider/package/zypper_spec.rb +32 -0
- data/spec/unit/provider/user/linux_spec.rb +51 -11
- data/spec/unit/provider/user_spec.rb +24 -6
- data/spec/unit/resource/archive_file_spec.rb +1 -1
- data/spec/unit/resource/chef_client_cron_spec.rb +5 -0
- data/spec/unit/resource/chef_client_launchd_spec.rb +5 -0
- data/spec/unit/resource/chef_client_scheduled_task_spec.rb +5 -0
- data/spec/unit/resource/chef_client_systemd_timer_spec.rb +2 -2
- data/spec/unit/resource/cron_d_spec.rb +37 -1
- data/spec/unit/resource/macos_user_defaults_spec.rb +4 -4
- data/spec/unit/resource/rest_resource_spec.rb +381 -0
- data/spec/unit/resource/selinux_boolean_spec.rb +92 -0
- data/spec/unit/resource/selinux_fcontext_spec.rb +65 -0
- data/spec/unit/resource/selinux_install_spec.rb +60 -0
- data/spec/unit/resource/selinux_module_spec.rb +55 -0
- data/spec/unit/resource/selinux_permissive_spec.rb +39 -0
- data/spec/unit/resource/selinux_port_spec.rb +42 -0
- data/spec/unit/resource/selinux_state_spec.rb +46 -0
- data/spec/unit/resource/sysctl_spec.rb +2 -2
- data/spec/unit/resource/user/linux_user_spec.rb +42 -0
- data/spec/unit/resource_spec.rb +8 -2
- data/spec/unit/util/dsc/local_configuration_manager_spec.rb +1 -1
- data/tasks/rspec.rb +1 -1
- metadata +106 -55
- data/spec/functional/assets/yumrepo-empty/repodata/01a3b-filelists.sqlite.bz2 +0 -0
- data/spec/functional/assets/yumrepo-empty/repodata/401dc-filelists.xml.gz +0 -0
- data/spec/functional/assets/yumrepo-empty/repodata/5dc1e-primary.sqlite.bz2 +0 -0
- data/spec/functional/assets/yumrepo-empty/repodata/6bf96-other.xml.gz +0 -0
- data/spec/functional/assets/yumrepo-empty/repodata/7c365-other.sqlite.bz2 +0 -0
- data/spec/functional/assets/yumrepo-empty/repodata/dabe2-primary.xml.gz +0 -0
- data/spec/functional/assets/yumrepo-empty/repodata/repomd.xml +0 -55
- data/spec/integration/client/fips_spec.rb +0 -29
- data/spec/integration/client/open_ssl_spec.rb +0 -20
- /data/spec/functional/assets/chocolatey_feed/{test-A.1.0.0.nupkg → test-A.1.0.nupkg} +0 -0
- /data/spec/functional/assets/chocolatey_feed/{test-A.1.5.0.nupkg → test-A.1.5.nupkg} +0 -0
- /data/spec/functional/assets/chocolatey_feed/{test-A.2.0.0.nupkg → test-A.2.0.nupkg} +0 -0
- /data/spec/functional/assets/chocolatey_feed/{test-B.1.0.0.nupkg → test-B.1.0.nupkg} +0 -0
- /data/spec/functional/assets/yumrepo/repodata/{01a3b-filelists.sqlite.bz2 → 4632d67cb92636e7575d911c24f0e04d3505a944e97c483abe0c3e73a7c62d33-filelists.sqlite.bz2} +0 -0
- /data/spec/functional/assets/yumrepo/repodata/{6bf96-other.xml.gz → 74599b793e54d877323837d2d81a1c3c594c44e4335f9528234bb490f7b9b439-other.xml.gz} +0 -0
- /data/spec/functional/assets/yumrepo/repodata/{5dc1e-primary.sqlite.bz2 → a845d418f919d2115ab95a56b2c76f6825ad0d0bede49181a55c04f58995d057-primary.sqlite.bz2} +0 -0
- /data/spec/functional/assets/yumrepo/repodata/{7c365-other.sqlite.bz2 → af9b7cf9ef23bd7b43068d74a460f3b5d06753d638e58e4a0c9edc35bfb9cdc4-other.sqlite.bz2} +0 -0
- /data/spec/functional/assets/yumrepo/repodata/{401dc-filelists.xml.gz → bdb4f5f1492a3b9532f22c43110a81500dd744f23da0aec5c33b2a41317c737d-filelists.xml.gz} +0 -0
- /data/spec/functional/assets/yumrepo/repodata/{dabe2-primary.xml.gz → c10d1d34ce99e02f12ec96ef68360543ab1bb7c3cb81a4a2bf78df7d8597e9df-primary.xml.gz} +0 -0
@@ -130,17 +130,6 @@ class Chef
|
|
130
130
|
# install from, but like the rubygem provider's sources which are more like repos.
|
131
131
|
def check_resource_semantics!; end
|
132
132
|
|
133
|
-
def get_choco_version
|
134
|
-
@get_choco_version ||= powershell_exec!("#{choco_exe} --version").result
|
135
|
-
end
|
136
|
-
|
137
|
-
# Choco V2 uses 'Search' for remote repositories and 'List' for local packages
|
138
|
-
def query_command
|
139
|
-
return "list" if get_choco_version.match?(/^1/)
|
140
|
-
|
141
|
-
"search"
|
142
|
-
end
|
143
|
-
|
144
133
|
private
|
145
134
|
|
146
135
|
def version_compare(v1, v2)
|
@@ -236,7 +225,7 @@ class Chef
|
|
236
225
|
package_name_array.each do |pkg|
|
237
226
|
available_versions =
|
238
227
|
begin
|
239
|
-
cmd = [
|
228
|
+
cmd = [ "list", "-r", pkg ]
|
240
229
|
cmd += common_options
|
241
230
|
cmd.push( new_resource.list_options ) if new_resource.list_options
|
242
231
|
|
@@ -253,8 +242,6 @@ class Chef
|
|
253
242
|
# Installed packages in chocolatey as a Hash of names mapped to versions
|
254
243
|
# (names are downcased for case-insensitive matching)
|
255
244
|
#
|
256
|
-
# Beginning with Choco 2.0, "list" returns local packages only while "search" returns packages from external package sources
|
257
|
-
#
|
258
245
|
# @return [Hash] name-to-version mapping of installed packages
|
259
246
|
def installed_packages
|
260
247
|
@installed_packages ||= Hash[*parse_list_output("list", "-l", "-r").flatten]
|
@@ -92,7 +92,7 @@ class Chef
|
|
92
92
|
#
|
93
93
|
def installed_versions(gem_dep)
|
94
94
|
rubygems_version = Gem::Version.new(Gem::VERSION)
|
95
|
-
if rubygems_version >= Gem::Version.new("
|
95
|
+
if rubygems_version >= Gem::Version.new("3.1")
|
96
96
|
# In newer Rubygems, bundler is now a "default gem" which means
|
97
97
|
# even with AlternateGemEnvironment when you try to get the
|
98
98
|
# installed versions, you get the one from Chef's Ruby's default
|
@@ -18,7 +18,7 @@
|
|
18
18
|
|
19
19
|
# TODO: Allow new_resource.source to be a Product Code as a GUID for uninstall / network install
|
20
20
|
|
21
|
-
require_relative "../../../win32/api/installer" if RUBY_PLATFORM.match?(/mswin|
|
21
|
+
require_relative "../../../win32/api/installer" if RUBY_PLATFORM.match?(/mswin|mingw|windows/)
|
22
22
|
require_relative "../../../mixin/shell_out"
|
23
23
|
|
24
24
|
class Chef
|
@@ -26,7 +26,7 @@ class Chef
|
|
26
26
|
class Package
|
27
27
|
class Windows
|
28
28
|
class MSI
|
29
|
-
include Chef::ReservedNames::Win32::API::Installer if RUBY_PLATFORM.match?(/mswin|
|
29
|
+
include Chef::ReservedNames::Win32::API::Installer if RUBY_PLATFORM.match?(/mswin|mingw|windows/)
|
30
30
|
include Chef::Mixin::ShellOut
|
31
31
|
|
32
32
|
def initialize(resource, uninstall_entries)
|
@@ -18,7 +18,7 @@
|
|
18
18
|
#
|
19
19
|
|
20
20
|
module Win32
|
21
|
-
autoload :Registry, File.expand_path("../../../monkey_patches/win32/registry", __dir__) if RUBY_PLATFORM.match?(/mswin|
|
21
|
+
autoload :Registry, File.expand_path("../../../monkey_patches/win32/registry", __dir__) if RUBY_PLATFORM.match?(/mswin|mingw|windows/)
|
22
22
|
end
|
23
23
|
|
24
24
|
class Chef
|
@@ -38,7 +38,7 @@ class Chef
|
|
38
38
|
def define_resource_requirements
|
39
39
|
if new_resource.checksum
|
40
40
|
requirements.assert(:install) do |a|
|
41
|
-
a.assertion {
|
41
|
+
a.assertion { new_resource.checksum == checksum(source_location) }
|
42
42
|
a.failure_message Chef::Exceptions::Package, "Checksum on resource (#{short_cksum(new_resource.checksum)}) does not match checksum on content (#{short_cksum(source_location)})"
|
43
43
|
end
|
44
44
|
end
|
@@ -53,14 +53,16 @@ def install_only_packages(base, name):
|
|
53
53
|
outpipe.flush()
|
54
54
|
|
55
55
|
def query(base, command):
|
56
|
+
enabled_repos = base.repos.listEnabled()
|
57
|
+
|
56
58
|
# Handle any repocontrols passed in with our options
|
57
59
|
|
58
60
|
if 'repos' in command:
|
59
61
|
for repo in command['repos']:
|
60
62
|
if 'enable' in repo:
|
61
63
|
base.repos.enableRepo(repo['enable'])
|
62
|
-
|
63
|
-
|
64
|
+
if 'disable' in repo:
|
65
|
+
base.repos.disableRepo(repo['disable'])
|
64
66
|
|
65
67
|
args = { 'name': command['provides'] }
|
66
68
|
do_nevra = False
|
@@ -121,6 +123,16 @@ def query(base, command):
|
|
121
123
|
outpipe.write("%(n)s %(e)s:%(v)s-%(r)s %(a)s\n" % { 'n': pkg.name, 'e': pkg.epoch, 'v': pkg.version, 'r': pkg.release, 'a': pkg.arch })
|
122
124
|
outpipe.flush()
|
123
125
|
|
126
|
+
# Reset any repos we were passed in enablerepo/disablerepo to the original state in enabled_repos
|
127
|
+
if 'repos' in command:
|
128
|
+
for repo in command['repos']:
|
129
|
+
if 'enable' in repo:
|
130
|
+
if base.repos.getRepo(repo['enable']) not in enabled_repos:
|
131
|
+
base.repos.disableRepo(repo['enable'])
|
132
|
+
if 'disable' in repo:
|
133
|
+
if base.repos.getRepo(repo['disable']) in enabled_repos:
|
134
|
+
base.repos.enableRepo(repo['disable'])
|
135
|
+
|
124
136
|
# the design of this helper is that it should try to be 'brittle' and fail hard and exit in order
|
125
137
|
# to keep process tables clean. additional error handling should probably be added to the retry loop
|
126
138
|
# on the ruby side.
|
@@ -0,0 +1,60 @@
|
|
1
|
+
#
|
2
|
+
# Copyright:: Copyright (c) Chef Software Inc.
|
3
|
+
# License:: Apache License, Version 2.0
|
4
|
+
#
|
5
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
# you may not use this file except in compliance with the License.
|
7
|
+
# You may obtain a copy of the License at
|
8
|
+
#
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
#
|
11
|
+
# Unless required by applicable law or agreed to in writing, software
|
12
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
# See the License for the specific language governing permissions and
|
15
|
+
# limitations under the License.
|
16
|
+
#
|
17
|
+
|
18
|
+
class Chef
|
19
|
+
class Provider
|
20
|
+
class Package
|
21
|
+
class Zypper < Chef::Provider::Package
|
22
|
+
|
23
|
+
# helper class to assist in passing around name/version/arch triples
|
24
|
+
class Version
|
25
|
+
attr_accessor :name
|
26
|
+
attr_accessor :version
|
27
|
+
attr_accessor :arch
|
28
|
+
|
29
|
+
def initialize(name, version, arch)
|
30
|
+
@name = name
|
31
|
+
@version = version
|
32
|
+
@arch = arch
|
33
|
+
end
|
34
|
+
|
35
|
+
def to_s
|
36
|
+
"#{name}-#{version}.#{arch}" unless version.nil?
|
37
|
+
end
|
38
|
+
|
39
|
+
def version_with_arch
|
40
|
+
"#{version}.#{arch}" unless version.nil?
|
41
|
+
end
|
42
|
+
|
43
|
+
def name_with_arch
|
44
|
+
"#{name}.#{arch}" unless name.nil?
|
45
|
+
end
|
46
|
+
|
47
|
+
def matches_name_and_arch?(other)
|
48
|
+
other.version == version && other.arch == arch
|
49
|
+
end
|
50
|
+
|
51
|
+
def ==(other)
|
52
|
+
name == other.name && version == other.version && arch == other.arch
|
53
|
+
end
|
54
|
+
|
55
|
+
alias eql? ==
|
56
|
+
end
|
57
|
+
end
|
58
|
+
end
|
59
|
+
end
|
60
|
+
end
|
@@ -20,17 +20,28 @@
|
|
20
20
|
|
21
21
|
require_relative "../package"
|
22
22
|
require_relative "../../resource/zypper_package"
|
23
|
+
require_relative "zypper/version"
|
23
24
|
|
24
25
|
class Chef
|
25
26
|
class Provider
|
26
27
|
class Package
|
27
28
|
class Zypper < Chef::Provider::Package
|
28
29
|
use_multipackage_api
|
30
|
+
use_package_name_for_source
|
29
31
|
allow_nils
|
30
32
|
|
31
33
|
provides :package, platform_family: "suse"
|
32
34
|
provides :zypper_package
|
33
35
|
|
36
|
+
def define_resource_requirements
|
37
|
+
super
|
38
|
+
requirements.assert(:install, :upgrade) do |a|
|
39
|
+
a.assertion { source_files_exist? }
|
40
|
+
a.failure_message Chef::Exceptions::Package, "#{new_resource} source file(s) do not exist: #{missing_sources}"
|
41
|
+
a.whyrun "Assuming they would have been previously created."
|
42
|
+
end
|
43
|
+
end
|
44
|
+
|
34
45
|
def load_current_resource
|
35
46
|
@current_resource = Chef::Resource::ZypperPackage.new(new_resource.name)
|
36
47
|
current_resource.package_name(new_resource.package_name)
|
@@ -70,7 +81,35 @@ class Chef
|
|
70
81
|
end
|
71
82
|
|
72
83
|
def candidate_version
|
73
|
-
|
84
|
+
package_name_array.each_with_index.map do |pkg, i|
|
85
|
+
available_version(i)
|
86
|
+
end
|
87
|
+
end
|
88
|
+
|
89
|
+
# returns true if all sources exist. Returns false if any do not, or if no
|
90
|
+
# sources were specified.
|
91
|
+
# @return [Boolean] True if all sources exist
|
92
|
+
def source_files_exist?
|
93
|
+
if !new_resource.source.nil?
|
94
|
+
resolved_source_array.all? { |s| s && ::File.exist?(s) }
|
95
|
+
else
|
96
|
+
true
|
97
|
+
end
|
98
|
+
end
|
99
|
+
|
100
|
+
# Helper to return all the names of the missing sources for error messages.
|
101
|
+
# @return [Array<String>] Array of missing sources
|
102
|
+
def missing_sources
|
103
|
+
resolved_source_array.select { |s| s.nil? || !::File.exist?(s) }
|
104
|
+
end
|
105
|
+
|
106
|
+
def resolve_source_to_version
|
107
|
+
shell_out!("rpm -qp --queryformat '%{NAME} %{EPOCH} %{VERSION} %{RELEASE} %{ARCH}\n' #{new_resource.source}").stdout.each_line do |line|
|
108
|
+
case line
|
109
|
+
when /^(\S+)\s+(\S+)\s+(\S+)\s+(\S+)\s+(\S+)$/
|
110
|
+
return Version.new($1, "#{$2 == "(none)" ? "0" : $2}:#{$3}-#{$4}", $5)
|
111
|
+
end
|
112
|
+
end
|
74
113
|
end
|
75
114
|
|
76
115
|
def resolve_current_version(package_name)
|
@@ -93,11 +132,6 @@ class Chef
|
|
93
132
|
end
|
94
133
|
current_version ||= latest_version if is_installed
|
95
134
|
current_version
|
96
|
-
rescue Mixlib::ShellOut::ShellCommandFailed => e
|
97
|
-
# zypper returns a '104' code if info is called for a non-existent package
|
98
|
-
return nil if e.message =~ /'104'/
|
99
|
-
|
100
|
-
raise
|
101
135
|
end
|
102
136
|
|
103
137
|
def resolve_available_version(package_name, new_version)
|
@@ -124,7 +158,12 @@ class Chef
|
|
124
158
|
|
125
159
|
def available_version(index)
|
126
160
|
@available_version ||= []
|
127
|
-
|
161
|
+
|
162
|
+
@available_version[index] ||= if new_resource.source
|
163
|
+
resolve_source_to_version
|
164
|
+
else
|
165
|
+
resolve_available_version(package_name_array[index], safe_version_array[index])
|
166
|
+
end
|
128
167
|
@available_version[index]
|
129
168
|
end
|
130
169
|
|
@@ -146,7 +185,7 @@ class Chef
|
|
146
185
|
end
|
147
186
|
|
148
187
|
def zypper_package(command, global_options, *options, names, versions)
|
149
|
-
zipped_names = zip(names, versions)
|
188
|
+
zipped_names = new_resource.source || zip(names, versions)
|
150
189
|
if zypper_version < 1.0
|
151
190
|
shell_out!("zypper", global_options, gpg_checks, command, *options, "-y", names)
|
152
191
|
else
|
@@ -23,6 +23,11 @@ class Chef
|
|
23
23
|
provides :user, os: "aix"
|
24
24
|
provides :aix_user
|
25
25
|
|
26
|
+
# The ruby-shadow gem is not supported on aix.
|
27
|
+
def supports_ruby_shadow?
|
28
|
+
false
|
29
|
+
end
|
30
|
+
|
26
31
|
def create_user
|
27
32
|
shell_out!("useradd", universal_options, useradd_options, new_resource.username)
|
28
33
|
add_password
|
@@ -23,6 +23,27 @@ class Chef
|
|
23
23
|
provides :linux_user
|
24
24
|
provides :user, os: "linux"
|
25
25
|
|
26
|
+
def load_current_resource
|
27
|
+
super
|
28
|
+
load_shadow_options
|
29
|
+
end
|
30
|
+
|
31
|
+
def compare_user
|
32
|
+
user_changed = super
|
33
|
+
|
34
|
+
@change_desc ||= []
|
35
|
+
|
36
|
+
%i{expire_date inactive}.each do |user_attrib|
|
37
|
+
new_val = new_resource.send(user_attrib)
|
38
|
+
cur_val = current_resource.send(user_attrib)
|
39
|
+
if !new_val.nil? && new_val.to_s != cur_val.to_s
|
40
|
+
@change_desc << "change #{user_attrib} from #{cur_val} to #{new_val}"
|
41
|
+
end
|
42
|
+
end
|
43
|
+
|
44
|
+
user_changed || !@change_desc.empty?
|
45
|
+
end
|
46
|
+
|
26
47
|
def create_user
|
27
48
|
shell_out!("useradd", universal_options, useradd_options, new_resource.username)
|
28
49
|
end
|
@@ -52,7 +73,9 @@ class Chef
|
|
52
73
|
def universal_options
|
53
74
|
opts = []
|
54
75
|
opts << "-c" << new_resource.comment if should_set?(:comment)
|
76
|
+
opts << "-e" << new_resource.expire_date if prop_is_set?(:expire_date)
|
55
77
|
opts << "-g" << new_resource.gid if should_set?(:gid)
|
78
|
+
opts << "-f" << new_resource.inactive if prop_is_set?(:inactive)
|
56
79
|
opts << "-p" << new_resource.password if should_set?(:password)
|
57
80
|
opts << "-s" << new_resource.shell if should_set?(:shell)
|
58
81
|
opts << "-u" << new_resource.uid if should_set?(:uid)
|
@@ -116,6 +139,12 @@ class Chef
|
|
116
139
|
# FIXME: should probably go on the current_resource
|
117
140
|
@locked
|
118
141
|
end
|
142
|
+
|
143
|
+
def prop_is_set?(prop)
|
144
|
+
v = new_resource.send(prop.to_sym)
|
145
|
+
|
146
|
+
!v.nil? && v != ""
|
147
|
+
end
|
119
148
|
end
|
120
149
|
end
|
121
150
|
end
|
@@ -48,7 +48,7 @@ class Chef
|
|
48
48
|
if user_plist
|
49
49
|
current_resource.uid(user_plist[:uid][0])
|
50
50
|
current_resource.gid(user_plist[:gid][0])
|
51
|
-
current_resource.home(user_plist[:home]
|
51
|
+
current_resource.home(user_plist[:home]&.first) # use &.first since home can be nil
|
52
52
|
current_resource.shell(user_plist[:shell]&.first) # use &.first since shell can be nil
|
53
53
|
current_resource.comment(user_plist[:comment][0])
|
54
54
|
|
data/lib/chef/provider/user.rb
CHANGED
@@ -66,14 +66,23 @@ class Chef
|
|
66
66
|
end
|
67
67
|
current_resource.comment(user_info.gecos)
|
68
68
|
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
69
|
+
begin
|
70
|
+
require "shadow"
|
71
|
+
rescue LoadError
|
72
|
+
@shadow_lib_ok = false
|
73
|
+
else
|
74
|
+
@shadow_info = Shadow::Passwd.getspnam(new_resource.username)
|
75
|
+
# This conditional remains in place until we can sort out whether we need it.
|
76
|
+
# Currently removing it causes tests to fail, but that /seems/ to be mocking/setup issues.
|
77
|
+
# Some notes for context:
|
78
|
+
# 1. Ruby's ETC.getpwnam makes use of /etc/passwd file (https://github.com/ruby/etc/blob/master/ext/etc/etc.c),
|
79
|
+
# which returns "x" for a nil password. on AIX it returns a "*"
|
80
|
+
# (https://www.ibm.com/docs/bg/aix/7.2?topic=passwords-using-etcpasswd-file)
|
81
|
+
# 2. On AIX platforms ruby_shadow does not work as it does not
|
82
|
+
# store encrypted passwords in the /etc/passwd file but in /etc/security/passwd file.
|
83
|
+
# The AIX provider for user currently declares it does not support ruby-shadow.
|
84
|
+
if new_resource.password && current_resource.password == "x"
|
85
|
+
current_resource.password(@shadow_info.sp_pwdp)
|
77
86
|
end
|
78
87
|
end
|
79
88
|
|
@@ -83,6 +92,27 @@ class Chef
|
|
83
92
|
current_resource
|
84
93
|
end
|
85
94
|
|
95
|
+
# An overridable for platforms that do not support ruby shadow. This way we
|
96
|
+
# can verify that the platform supports ruby shadow before requiring that
|
97
|
+
# it be available.
|
98
|
+
def supports_ruby_shadow?
|
99
|
+
true
|
100
|
+
end
|
101
|
+
|
102
|
+
def load_shadow_options
|
103
|
+
unless @shadow_info.nil?
|
104
|
+
current_resource.inactive(@shadow_info.sp_inact&.to_i)
|
105
|
+
# sp_expire gives time since epoch in days till expiration. Need to convert that
|
106
|
+
# to time in seconds since epoch and output date format for comparison
|
107
|
+
expire_date = if @shadow_info.sp_expire.nil?
|
108
|
+
@shadow_info.sp_expire
|
109
|
+
else
|
110
|
+
Time.at(@shadow_info.sp_expire * 60 * 60 * 24).strftime("%Y-%m-%d")
|
111
|
+
end
|
112
|
+
current_resource.expire_date(expire_date)
|
113
|
+
end
|
114
|
+
end
|
115
|
+
|
86
116
|
def define_resource_requirements
|
87
117
|
requirements.assert(:create, :modify, :manage, :lock, :unlock) do |a|
|
88
118
|
a.assertion { @group_name_resolved }
|
@@ -90,11 +120,17 @@ class Chef
|
|
90
120
|
a.whyrun "group name #{new_resource.gid} does not exist. This will cause group assignment to fail. Assuming this group will have been created previously."
|
91
121
|
end
|
92
122
|
requirements.assert(:all_actions) do |a|
|
93
|
-
a.assertion { @shadow_lib_ok }
|
123
|
+
a.assertion { !supports_ruby_shadow? || @shadow_lib_ok }
|
94
124
|
a.failure_message Chef::Exceptions::MissingLibrary, "You must have ruby-shadow installed for password support!"
|
95
125
|
a.whyrun "ruby-shadow is not installed. Attempts to set user password will cause failure. Assuming that this gem will have been previously installed." \
|
96
126
|
"Note that user update converge may report false-positive on the basis of mismatched password. "
|
97
127
|
end
|
128
|
+
requirements.assert(:all_actions) do |a|
|
129
|
+
# either neither linux-only value is set, or we need to be on Linux.
|
130
|
+
a.assertion { (!new_resource.expire_date && !new_resource.inactive) || linux? }
|
131
|
+
a.failure_message Chef::Exceptions::User, "Properties expire_date and inactive are not supported by this OS or have not been implemented for this OS yet."
|
132
|
+
a.whyrun "Properties expire_date and inactive are ignored as they are not supported by this OS or have not been implemented yet for this OS"
|
133
|
+
end
|
98
134
|
requirements.assert(:modify, :lock, :unlock) do |a|
|
99
135
|
a.assertion { @user_exists }
|
100
136
|
a.failure_message(Chef::Exceptions::User, "Cannot modify user #{new_resource.username} - does not exist!")
|
@@ -117,11 +153,7 @@ class Chef
|
|
117
153
|
new_val = new_resource.send(user_attrib)
|
118
154
|
cur_val = current_resource.send(user_attrib)
|
119
155
|
if !new_val.nil? && new_val.to_s != cur_val.to_s
|
120
|
-
|
121
|
-
@change_desc << "change #{user_attrib} from ******** to ********"
|
122
|
-
else
|
123
|
-
@change_desc << "change #{user_attrib} from #{cur_val} to #{new_val}"
|
124
|
-
end
|
156
|
+
@change_desc << "change #{user_attrib} from #{cur_val} to #{new_val}"
|
125
157
|
end
|
126
158
|
end
|
127
159
|
|
data/lib/chef/provider.rb
CHANGED
@@ -113,7 +113,7 @@ class Chef
|
|
113
113
|
dirname = ::File.dirname(partial)
|
114
114
|
basename = ::File.basename(partial, ".rb")
|
115
115
|
basename = basename[1..] if basename.start_with?("_")
|
116
|
-
class_eval IO.read(::File.expand_path("#{dirname}/_#{basename}.rb", ::File.dirname(caller_locations.first.
|
116
|
+
class_eval IO.read(::File.expand_path("#{dirname}/_#{basename}.rb", ::File.dirname(caller_locations.first.path)))
|
117
117
|
end
|
118
118
|
|
119
119
|
# delegate to the resource
|
data/lib/chef/recipe.rb
CHANGED
@@ -101,7 +101,7 @@ class Chef
|
|
101
101
|
end
|
102
102
|
|
103
103
|
def from_yaml(string)
|
104
|
-
res = ::YAML.safe_load(string)
|
104
|
+
res = ::YAML.safe_load(string, permitted_classes: [Date])
|
105
105
|
unless res.is_a?(Hash) && res.key?("resources")
|
106
106
|
raise ArgumentError, "YAML recipe '#{source_file}' must contain a top-level 'resources' hash (YAML sequence), i.e. 'resources:'"
|
107
107
|
end
|