Skip to content

Commit

Permalink
finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
Stromweld committed Mar 4, 2024
1 parent f3dd226 commit 75bf4da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

This file is used to list changes made in each version of the chef_software cookbook.

## 2.2.0 (2024-03-02)
## 2.2.0 (2024-03-04)

- [Corey Hemminger] - Moved iam_policy and iam_user creation to resources
- [Corey Hemminger] - Moved iam_policy and iam_user creation to resources, fixed idempotency in resources

## 2.1.2 (2023-03-31)

Expand Down
2 changes: 1 addition & 1 deletion recipes/chef_automatev2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
end

if kitchen?
ruby_block 'set_automate_admin_token' do
ruby_block 'create_automate_admin_token' do
block do
node.run_state['automate_admin_token'] = kitchen_create_api_token('admin')
end
Expand Down

0 comments on commit 75bf4da

Please sign in to comment.