We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This doesn't appear to run on Amazon Linux, which essentially is another RHEL/Centos.
------------
selinux_policy_install("install") do action [:install] default_guard_interpreter :default declared_type :selinux_policy_install cookbook_name "selinux_policy" recipe_name "install" end
chef_version=15.5.17 platform=amazon platform_version=2 ruby=ruby 2.6.5p114 (2019-10-01 revision 67812) [x86_64-linux] program_name=/bin/chef-client executable=/opt/chefdk/bin/chef-client
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This doesn't appear to run on Amazon Linux, which essentially is another RHEL/Centos.
Unknown distro, cannot determine required package names
Cookbook Trace:
/var/chef/cache/cookbooks/selinux_policy/resources/install.rb:30:in `block in class_from_file'
Resource Declaration:
In /var/chef/cache/cookbooks/selinux_policy/recipes/install.rb
1: selinux_policy_install 'install'
Compiled Resource:
Declared in /var/chef/cache/cookbooks/selinux_policy/recipes/install.rb:1:in `from_file'
selinux_policy_install("install") do
action [:install]
default_guard_interpreter :default
declared_type :selinux_policy_install
cookbook_name "selinux_policy"
recipe_name "install"
end
System Info:
chef_version=15.5.17
platform=amazon
platform_version=2
ruby=ruby 2.6.5p114 (2019-10-01 revision 67812) [x86_64-linux]
program_name=/bin/chef-client
executable=/opt/chefdk/bin/chef-client
The text was updated successfully, but these errors were encountered: