William Bradford Clark

Results 26 issues of William Bradford Clark

puppet-katello_devel supports these options but passing them as installer args doesn't set the certs::group parameter. this approach creates a working installation by also properly setting certs::group so that it is...

This is a very rough draft of an idea to use a foreman-installer PR with forklift Actually currently it allows any fork and branch to be used, but could be...

##### SUMMARY #1283 proposed an ansible module and basic role for generating registration commands with the global registration feature. After discussion, the author decided to withraw the role as it...

triaged
waiting on another project

Initial work by @stejkalleos This was dropped from #1283 , therefore creating a separate PR so that the basic work is not lost. Requires #1283

triaged

End users who are primarily WebUI users are mostly not familiar with the concept of a repository set. They may be familiar with this term if they also use hammer,...

triaged

Needs testing
Waiting on contributor

Per config.ssh documentation, `ssh.private_key_path` should use the default key path when not set. `ssh.keys_only = false` as worded does not prevent key based auth, it simply does not _limit_ to...

### Vagrant version Affects all versions since https://github.com/hashicorp/vagrant/commit/cb70749bd843197890069581a8649688f35a4297 ### Host operating system Fedora ### Guest operating system Fedora ### Vagrantfile ```ruby Vagrant.configure("2") do |config| config.vm.box = "fedora/34-cloud-base" config.ssh.keys_only = false...

This role uses a single ansible data structure to manage a set of git repositories with potentially multiple remotes and multiple branches per remote.