Robert de Bock

Results 13 comments of Robert de Bock

Hi @mgarrell777, The `Vercel` check fails, but I can't see what is failing. (Logging in with GitHub: `Account not found.`) If you tell me what `Vercel` is displaying, I can...

> That said, I am not sure that the issue is caused by molecule. I agree, it's not really molecule, on the other hand, I would not know how to...

Thanks @mafalb, I am seeing this issue; - The hostname is **without** `_`. - The entry in `/etc/hosts` is **with** `_`. Have a look at a Docker instance that Molecule...

For now, I'll remove the underscores from `molecule/default/molecule.yml`: `platforms.name`. For future readers, this is **BROKEN**: ```yaml platforms: - name: "some_name" # BROKEN, an underscore can give issues with setting the...

That's a good catch. I indeed thought pre-heating was only required when packages are installed using "raw", but you are correct, pre-heating may be required for machines that do have...

Ah, you are right, did not think of that. In that case, the PR looks good. About only `raw`; I think `raw` is required in this role, but prefer to...

Agreed, I guess you want to make it easy to install the plugin itself, to prevent people from needing to built it themselves. You could include some sample configurations in...

I'm working on the RPM build. Should start to work today or tomorrow. When it's working, I'll make a pull request.

> > As far as I'm aware, every mention of the project is `sudo_pair`. If there's somewhere it's not, please let me know. > > It's in _contrib/sudo-pair.spec_. > >...

Cool, let's wait what CI-tests results in, but looks promising.