| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| |
|
|\
| |
| | |
kitchen-tests: remove deprecated openssh options
|
| |
| |
| |
| | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
MsysTechnologiesllc/nim/chocolatey_returns_property_notes
Release notes for returns property in chocolatey_package
|
| | |
| | |
| | |
| | | |
Signed-off-by: nimisha <nimisha.sharad@clogeny.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: nimisha <nimisha.sharad@clogeny.com>
|
| | | |
|
|\ \ \
| |_|/
|/| | |
yum_repository: Allow baseurl to be an array & allow fastestmirror_enabled false
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Port two fixes that were made the yum cookbook yum_repository provider.
https://github.com/chef-cookbooks/yum/pull/165
https://github.com/chef-cookbooks/yum/pull/162
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | |
|
|\ \ \
| |_|/
|/| | |
Fix failing useradd test for rhel6 on s390x platform
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
usermod -U for user with empty password on Rhel6 zlinux systems
exits with error message. Updating the test for this behavior
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
|
| | | |
|
|\ \ \
| | | |
| | | | |
Fix release note links
|
| | | | |
|
|/ / / |
|
|\ \ \
| |_|/
|/| | |
Add run_command deprecation to the release notes
|
|/ / |
|
| | |
|
|\ \
| |/
|/| |
Revert gem update for nio4r in the acceptance lock
|
|/
|
|
|
|
|
| |
The updated nio4r gem was causing some weirdness which resulted in
failing tests. This backs out the change for now.
Signed-off-by: Ryan Hass <rhass@users.noreply.github.com>
|
| |
|
|\
| |
| |
| |
| | |
MsysTechnologiesllc/vj/adding_returns_porpert_to_chocolatey_package
Adding returns property to chocolatey_package resource
|
| |
| |
| |
| | |
Signed-off-by: nimisha <nimisha.sharad@clogeny.com>
|
| |
| |
| |
| | |
Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
|
| |
| |
| |
| | |
Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
|
| |
| |
| |
| | |
Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
|
| |
| |
| |
| | |
Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
|
| | |
|
|\ \
| | |
| | | |
Remove non-working documention statements/arguments.
|
| |/
| |
| |
| |
| |
| | |
Obvious fix.
Signed-off-by: Ronald Gundlach-Chmara <ronabop@gmail.com>
|
| | |
|
|\ \
| | |
| | | |
Update acceptance Gemfile.lock.
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Update the Gemfile.lock for chef-acceptance to pull in the latest
test-kitchen version which includes the following fix:
https://github.com/test-kitchen/test-kitchen/commit/53a0eaf452985fa3facdc8f9059cdad012696144
Signed-off-by: Ryan Hass <rhass@users.noreply.github.com>
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
`Chef::ReservedNames::Win32::Security::SID.current_user` throws an error when `chef-solo` is being
run as a `SYSTEM` user:
```
================================================================================
Chef encountered an error attempting to load the node data for "WIN-00P0BGAA4IV"
================================================================================
Unknown Server Error:
---------------------
The server had a fatal error attempting to load the node data.
Server Response:
----------------
Exception raised! #<Chef::Exceptions::Win32APIError: No mapping between account names and security IDs was done.
---- Begin Win32 API output ----
System Error Code: 1332
System Error Message: No mapping between account names and security IDs was done.
---- End Win32 API output ----
>
c:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/chef-12.17.44-universal-mingw32/lib/chef/win32/error.rb:81:in `raise!'
c:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/chef-12.17.44-universal-mingw32/lib/chef/win32/security.rb:383:in `lookup_account_name'
c:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/chef-12.17.44-universal-mingw32/lib/chef/win32/security/sid.rb:44:in `from_account'
c:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/chef-12.17.44-universal-mingw32/lib/chef/win32/security/sid.rb:241:in `current_user'
c:/opscode/chefdk/embedded/lib/ruby/gems/2.3.0/gems/chef-12.17.44-universal-mingw32/lib/chef/chef_fs/file_system/repository/nodes_dir.rb:41:in `create_child'
```
This commit modfies these calls to use `SID.default_security_object_owner` instead which will return
`SID.Administrators` for users such as `SYSTEM` and then returns `SID.current_user` for everyone else.
Signed-off-by: Scott Christopherson <scott@chef.io>
|
| |
|
|\
| |
| | |
Report a blank resource if sensitive is enabled
|
| |
| |
| |
| | |
Signed-off-by: Salim Afiune <afiune@chef.io>
|
| |
| |
| |
| | |
Signed-off-by: Salim Afiune <afiune@chef.io>
|
| |
| |
| |
| | |
Signed-off-by: Salim Afiune <afiune@chef.io>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
COOL-642/ZD 12936 - Chef Manage Run History compromises sensitive data
Before this commit we were sending sensitive resource information to
Reporting and therefor you were able to see the sensitive data on the
Run History in the Chef Manage Console.
This commit is fixing this problem and now it is transforming any
sensitive resource to display the word `*sensitive*` instead of the
actual data. As we are inserting this values directly to the data base,
it means that this change will cascade all the way to the front-end.
Catch: Old data that was already reported and is displaying sensitive
data will contineu to be displayed. Apologize.
Signed-off-by: Salim Afiune <afiune@chef.io>
|
| | |
|
|\ \
| | |
| | | |
fix dscl group provider func breakage from #5673
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
i didn't fully grok the way the dscl providers were written and
only half fixed the group dscl provider, but later did a better
job fixing the user one.
fixes the breakage caught in the dscl group func tests.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | |
|
|\ \ \
| |/ /
|/| | |
fix aix breakage from #5673
|
| | |
| | |
| | |
| | | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|