Ryan Trauntvein

Results 30 comments of Ryan Trauntvein

I attempted to import the cert via keytool, however still recieve the error. Maybe I did something wrong there, will try again when I get a moment.

For an interim solution, it us possible to carefully edit the `settings.json` file as desired within the a snapshot directory prior to restoring to a test or staging appliance.

👋🏻 I don't believe we have gotten a lot of feedback (positive or negative) on the parallel feature to really decide one way or the other as of yet.

cc: @github/ghes-infrastructure regarding suggestion to remove "beta" status for backup-utils parallel features

Late to the party, but I have encountered this occurring with LDAPS (connecting via openssl) more often than unencrypted LDAP lately. Wondering if reproducing would be more reliable with TLS/SSL...

How would one reference an attribute such as ec2::public_hostname ? I have tried a few different formats / syntaxes but not getting anything

To answer my own question... You can't without modifying the code at [Line 229](https://github.com/oswaldlabs/chef-rundeck/blob/master/lib/chef-rundeck.rb#L229) Change to: ``` ruby n['hostname'] = get_custom_attr(node, hostname.split('.')) ```

Hey there @vn0bbin thanks for the contribution! I've requested a review from the team responsible for `backup-utils` currently. It looks like the Lint code base check is complaining about some...

Hi @PabloVallejo, thanks for bringing this up. I think SSL is super important for us to have great built in support for. Your suggestion got me thinking, and I would...

https://github.com/jwilder/nginx-proxy is my preferred solution, however I think https://github.com/CachetHQ/Docker/issues/271 may need to be addressed upstream first.