James Tatum

Results 13 comments of James Tatum

Is this feature request actually resolved? Since the volumes aren't, you know, persistent. From [the docs](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ebs-volumes.html): > Volumes that are attached to tasks that are managed by a service are...

We looked into this. The node object adds attributes for policy_name and policy_group: https://github.com/chef/chef-api/blob/cfafa5a32f3d98d102c0a873a8d67c57abcfa2f4/lib/chef-api/resources/node.rb#L13-L14 Assuming you want to create a node without these attributes, you must remove them. A better...

@Doltair `policy_name` is the name of the Chef policy. If you don't know what policies are in Chef, you probably don't want to set a `policy_name` or a `policy_group`. The...