Evgeni Golov
Evgeni Golov
this provides belongs_to_host and friends
``` root@ubuntu2204:~# netplan generate ** (generate:3775): WARNING **: 11:04:25.237: Permissions for /etc/netplan/00-installer-config.yaml are too open. Netplan configuration should NOT be accessible by others. ** (generate:3775): WARNING **: 11:04:25.237: Permissions for...
In my collection I define the molecule tests like this (pretty much copy paste from the readme): ``` % cat tests/test_molecule.py """Tests for molecule scenarios.""" from __future__ import absolute_import, division,...
When using the simple `molecule_scenario` fixture, that generates MoleculeScenario entries, there is no way to pass `--parallel` or similar flags via `MOLECULE_OPTS` Looking at the code MoleculeItem does support that:...
Hi, we have a need to verify that we do not have too old snapshots (people keep forgetting things, you know). To fix that, I have implemented an optional age...
https://bugs.ruby-lang.org/issues/16482
ohai, it seems tracer does not detect new kernels on Debian. the code added in #83 looks for folders in /lib/modules that are newer than the running kernel, but Debian...
while the entries in SKIP_STEPS have quite speaking names, it would be nice if --help would show at least one line per step what it really skips.
http://projects.theforeman.org/issues/7495 we can at least try to add an autosign entry before yelling at the user ;)
it would be nice if `bootstrap.py` could check if `http(s)?:///pub/bootstrap.py` is a newer version and download it. idea by @bergsjoh