Lee Garrett
Lee Garrett
### Cookbook version 7.1.1 ### Chef-client version ``` root@default-ubuntu-1804:~# chef-client -v Chef: 13.8.5 ``` ### Platform Details Ubuntu 18.04 ### Scenario: I noticed that the postgresql_database is not idempotent. For...
I noticed that a few bugs I ran into in 2.23 have been fixed in the tip of master. Since the last release has been nearly two years ago, can...
Signed-off-by: Lee Garrett * Resolves: #35704 ## Summary This is an improved version of my earlier PR #35830. This is now a parameter to `status`, so it allows for adding...
Hi, on irssi 1.4.3 ``` /set hilight_nick_matches on /hilight -line ``` **observed behaviour:** will cause the channel to get hilighted, but in the channel the line is not completely hilighted....
https://rdiff-backup.net/ is another common backup tool. Implementing the importer might be a bit easier due to the fact that it's also written in python. I've written a shell script that...
##### SUMMARY When a libvirt guest is suspended (S3 state), there's no possibility to wake it up. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME virt ##### ANSIBLE VERSION...
### Summary I'm filing this as "feature request" to encourage discussion with the ansible team, and file actionable bug/feature requests or send PRs once a consensus has been reached. I've...
### Summary On a Debian bookworm machine with python3-apt installed, `ansible -m package_facts localhost` will always return an empty list with the implicit `manager=auto`. Explicitely setting `manager=apt` with `ansible -m...
##### SUMMARY This is a list of some fixes needed to run integration tests on Debian sid as unprivileged user. Some are Debian-specific, others fix it for all distros. #####...
### Summary #81660 introduced code and tests to ensure the the dir where the vault file is in is writeable. The test is as follows: https://github.com/ansible/ansible/blob/69fb629355823e6f909ae21ee7bd068d17d3f6e9/test/integration/targets/ansible-vault/runme.sh#L50-L60 L55 removes the write...