Closed vkhatri closed 9 years ago
Hi @vkhatri, this seems very strange. What version of Chef are you using?
@rveznaver please find chef server/client versions below
client: chef-11.8.2-1.el6.x86_64
server: chef-server-11.1.6-1.el6.x86_64
Hi @vkhatri, this is a Chef bug that was fixed in 11.12.0 (CHEF-5132). I have tested the cookbook in kitchen with Chef 11.12.0 and did not run into this.
@rveznaver thank you for looking into this, i should have noticed that.
i will update the PR for Chef version dependency.
FYI this has also appeared again in at least version 13.0.113 of the Chef client:
#
# This file is generated by Chef
#
---
description: Admin, all access.
context: !ruby/hash:Mash
project: ".*"
for: !ruby/hash:Mash
resource:
- !ruby/hash:Mash
allow: "*"
adhoc:
- !ruby/hash:Mash
allow: "*"
job:
- !ruby/hash:Mash
allow: "*"
node:
- !ruby/hash:Mash
allow: "*"
by: !ruby/hash:Mash
group:
- admin
---
description: Admin, all access.
context: !ruby/hash:Mash
application: rundeck
for: !ruby/hash:Mash
resource:
- !ruby/hash:Mash
allow: "*"
project:
- !ruby/hash:Mash
allow: "*"
storage:
- !ruby/hash:Mash
allow: "*"
by: !ruby/hash:Mash
group:
- admin
you are very early tester of chef 13! @isuftin could you open a second ticket with all thedetails? thx
will submit a PR.