Skip to content
New issue

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

AttributeNotFound: could not find filename for attribute default._ORIGINAL in cookbook sudo #157

Open
bugaian opened this issue Nov 2, 2022 · 0 comments

Comments

@bugaian
Copy link

bugaian commented Nov 2, 2022

Hi,

I am trying to run this on debian 11;

This is what I am geting:
Recipe Compile Error in /root/chef-solo/cookbooks/sudo/attributes/default._ORIGINAL

Chef::Exceptions::AttributeNotFound

could not find filename for attribute default._ORIGINAL in cookbook sudo

System Info:

chef_version=14.4.56
platform=debian
platform_version=11.5
ruby=ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux]
program_name=/usr/bin/chef-client
executable=/opt/chef/bin/chef-client

Running handlers:
[2022-11-02T07:38:21+00:00] ERROR: Running exception handlers
[2022-11-02T07:38:21+00:00] ERROR: Running exception handlers
Running handlers complete
[2022-11-02T07:38:21+00:00] ERROR: Exception handlers complete
[2022-11-02T07:38:21+00:00] ERROR: Exception handlers complete
Chef Client failed. 0 resources updated in 08 seconds
[2022-11-02T07:38:21+00:00] FATAL: Stacktrace dumped to /root/chef-solo/chef-stacktrace.out
[2022-11-02T07:38:21+00:00] FATAL: Stacktrace dumped to /root/chef-solo/chef-stacktrace.out
[2022-11-02T07:38:21+00:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report
[2022-11-02T07:38:21+00:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report
[2022-11-02T07:38:21+00:00] FATAL: Chef::Exceptions::AttributeNotFound: could not find filename for attribute default._ORIGINAL in cookbook sudo
[2022-11-02T07:38:21+00:00] FATAL: Chef::Exceptions::AttributeNotFound: could not find filename for attribute default._ORIGINAL in cookbook sudo


This is content of default file>

Cookbook Name:: sudo

Attribute File:: default

Copyright 2008-2013, Opscode, Inc.

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.

default['authorization']['sudo']['groups'] = ['sysadmin']
default['authorization']['sudo']['users'] = []
default['authorization']['sudo']['passwordless'] = false
default['authorization']['sudo']['include_sudoers_d'] = false
default['authorization']['sudo']['agent_forwarding'] = false
#default['authorization']['sudo']['sudoers_defaults'] = ['!lecture,tty_tickets,!fqdn']
default['authorization']['sudo']['sudoers_defaults'] = ['env_reset']
default['authorization']['sudo']['command_aliases'] = []

case node['platform_family']
when 'smartos'
default['authorization']['sudo']['prefix'] = '/opt/local/etc'
when 'freebsd'
default['authorization']['sudo']['prefix'] = '/usr/local/etc'
else
default['authorization']['sudo']['prefix'] = '/etc'
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant