Donovan Muller
Donovan Muller
[`node.set['gluster']['server']['volumes'][volume_name]['bricks']`](https://github.com/shortdudey123/chef-gluster/blob/master/recipes/server_setup.rb#L52) does not seem to be set: 
It does, I left it unexpanded for the screenshot but it was definitely populated.
@Seth-Karlo Below is my complete gluster attributes: ``` default['gluster']['version'] = '3.7' default['gluster']['server']['brick_mount_path'] = '/data' default['gluster']['server']['disks'] = [] default['gluster']['server']['volumes'] = { 'ose3' => { 'peers' => ['master01.bison.pi.b','node01.bison.pi.b'], 'replica_count' => 2, 'volume_type'...
This would also help with running this action in self-hosted runners and using a corporate HTTP proxy, where we currently cannot pass HTTP proxy build args. to Docker builds (see...
@Crim We are using [SASL](https://docs.confluent.io/current/kafka/authentication_sasl/authentication_sasl_gssapi.html) for authentication and unfortunately the Kafka cluster is operated by another team, so I'm making some assumptions here but I believe they have used this...
Awesome. Let me know if/when you'd like me to test on my side.
`chat:write` is the only option now available as `chat:write:bot`is no longer recommended by Slack, which is the one referenced by the docs. This might be a bit confusing when following...
@oybed thanks for the reply. In my case I have a collection of templates and resources that make up a specific environment. I would like to duplicate this environment in...
@etsauer thanks for the example around the use of params like that. Could come in handy. However, as @sherl0cks mentioned that wouldn't best suit my use case. Keep in mind,...
@sherl0cks ok, I'll try clean it up and push over the weekend. 👍