Ben Hughes
Ben Hughes
Getting the same problem here in the same situation with the same symptoms.
It's all under the same vCenter server for me (not a large setup), I did already consider doing as you suggest but the addition of ELM and another VCSA has...
To add, I did have a dig through the code back when I first encountered this and it's (as @wocomwouter's initial bug description) because when searching for the VM the...
Could you give us a list of the options that are missing? `postrotate` and `prerotate` are supported by the `scripts` property so you're good to go with those at least.
I'm not familiar with the build process but it looks to me like it should be included as it's in the [Gemfile](https://github.com/chef/chef-workstation/blob/537b8ce66acd2861f08be9e1fd64f51f56fef7c5/components/gems/Gemfile#L120). So I'd guess the problem may lie somewhere...
In the meantime I've just updated the symlink on nodes with chef-workstation installed to use chef instead, not perfect but it works.
Same issues here with Terraform v1.0.1, I can hit it with all RR types. **edit** I've done some more debugging and found this (in my case) is due to the...
I'll open myself up here and say that unless there's a reason that I can't see right now, there's no reason that the `grafana_config_ldap_servers` can't lazy create the parent ldap...
I did have a quick look yesterday but it turned into a big job as almost all of the config resources want changes making to them as it's obviously been...
Only a quick attempt but thinking of something like this for setting values: ```ruby def run_state_config_set(hash, key, value, *path) raise ArgumentError unless hash.is_a?(Hash) hash['sous-chefs'] ||= {} config_hash = hash['sous-chefs'] path.each...