Sebastian Pipping
Sebastian Pipping
@jrfnl `@v1` is a moving Git tag that other repos keep moving whenever they create a new `v1.x.y` tag, by themselves. Ideally, Git tags never move, so it's arguably a...
Looking at https://github.com/coverallsapp/github-action/releases now, it seems that there are Git tags and then maybe this ticket can be closed as fixed?
> Nope, there is no `v1` tag. The idea is to give people the ability to point to a major version tag without having to update their workflows for each...
Should be out of the way now for OpenStack. I hope that's not causing any new problems.
Should I revert? Are those errors or warnings / just noise?
The code that adds sudo permissions to the user went away with 326e226eaaec5acb7ded278ccf367ba1b53cf950 above. Are we supposed to set the user up with sudo but not create it, from a...
There is method `adjust_cloud_cfg_dict` at https://github.com/hartwork/image-bootstrap/blob/master/image_bootstrap/distros/base.py#L166. Could you experiment with that and make a pull request?
Hi @kpcyrd, thanks for asking! Removal of the `sudo` group sounds troublesome to me. If user `arch` no longer is in group `sudo`, how would he/she escalate to root? Or...
`ALL=(ALL) NOPASSWD:ALL` would allow turning any local user to root, including machine users like `www-data` or `apache`. It turns the next shell-shock into root-shock. Am I missing something?
Of course, my bad. I'd vote for having cloud-init depend on sudo on package level. Is that an option?