Joyful Lee
Joyful Lee
I am implementing autosign 1.0.1 using puppet-autosign HEAD@4c57cdd5bb86fb935fd4d82d14a4ab3409327779 with Puppet 7.29.1 and ruby 2.7.8, and I've configured the validator to fallback to a custom policy executable with the following in...
On Gentoo, sysctl is in `/usr/sbin`, not `/sbin`, resulting in an error like: ``` Error: Could not find command '/sbin/sysctl' Error: /Stage[main]/Sysctl[vm.min_free_kbytes]/Exec[enforce-sysctl-value-vm.min_free_kbytes]/returns: change from notrun ``` Other `exec`s in this...
#### Pull Request (PR) description Possibly due to a change in recent firewalld versions (I'm on 2.1.1), creating a new zone fails with: > Debug: Firewalld_zone\[test3](provider=firewall_cmd): Creating new zone test3...
## Use Case [Tags](https://www.puppet.com/docs/puppet/8/lang_tags.html) are a core feature of Puppet. I use them to filter resources in a catalog to optimize long builds. ## Describe the Solution You Would Like...
## Describe the Bug Enabling the [tty mode](https://www.puppet.com/docs/bolt/latest/bolt_transports_reference#tty-2) for Podman exec commands results in `bolt apply` and `apply` blocks failing with: ``` > bolt apply -e 'notify { "Hello": }'...
## Use Case When running `puppet agent -t`, we get live feedback about events and changes so we can monitor long-running jobs. `bolt apply` / `bolt apply --stream` only shows...
## Use Case For working with containers from within a container, I bind-mount `/run/podman/podman.sock` from the host and use `podman-remote`. Bolt only calls the local `podman` command to interact with...
With Bolt 4.0.0 and Podman 5.1.1, running against a podman target results in a failure: ``` > bolt command run hostname -t 'podman://gitlab-runner' Started on podman://gitlab-runner... Failed on podman://gitlab-runner: Failed...