Daniel Lobato García

Results 27 comments of Daniel Lobato García

The patch I'm using looks like this: ``` ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── modified: lib/foreman/telemetry_rack.rb ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── @ telemetry_rack.rb:8 @ module Foreman end def call(env) if env["HTTP_X_FORWARDED_PROTO"] != "https" env['SERVER_NAME'] = 'localhost' env['SERVER_PORT'] = '3000'...

I like @codepodu 's first approach here, returning a seq with `[boolean possible-error-message]` seems like the best approach. @leonardoborges have you looked at this lately?

I was about to do the same, +1 to this. @crayfishx ?

+1, the version of jQuery used by this package includes this vulnerability https://github.com/jquery/jquery/issues/2432 , it's the only thing holding up me from using `bootstrap-switch`

Same problem here - how can I help by looking into adapting this to Wayland?

@geemus is there a mantainer for this fog plugin?

The issue seems to be that `get` in servers.rb is defined to take 2 arguments (identity and cloud service name), otherwise Azure does not provide an UUID. I would say...

Could it be that the VMs that have this issue are using OVA provisioning? Asking because someone in the Foreman issue tracker already commented on it http://projects.theforeman.org/issues/14193

Would this repl be part of the book itself? I'm pretty content with the little thing on the top right corner. For anything else I can just use my own...

It's not implemented because it'd slow the inventory down quite a bit due to having to make a 2nd API call to retrieve them - https://github.com/theforeman/foreman_ansible_inventory/issues/2 - If you can...