Vadym Chepkov
Vadym Chepkov
homebrew is installed under `/opt/homebrew` on M1 Macs https://github.com/Homebrew/install/blob/fdd70fc9706be79722c2fa5c579652003b010c01/install.sh#L117 module providers fail, since they expect brew in /usr/local I tried to add a link from /opt/homebrew to /usr/local, but brew...
Currently /etc/yum/pluginconf.d/versionlock.list is listed in 'exclude' list. It would be nice to be able to manage it by puppet. If not in augeas itself, then maybe in augeasproviders_yum ? Thank...
Currently bigip_device_auth_ldap module doesn't provide an option to specify active directory as a source type If source type was configured using bigip_command `modify auth source { type active-directory }` it...
Currently we supply custom max-pod values via `--kubelet-extra-args` kubelet reports that flag has been deprecated and config file should be used instead ``` Flag --max-pods has been deprecated, This parameter...
Here is a reproducer, courtesy of @jarretlavallee ``` irb(main):001:0> require 'rugged' => true irb(main):002:0> repo = Rugged::Repository.init_at('/tmp/test', :bare) => # irb(main):003:0> repo.rev_parse('ITTO-4954-gdc') Traceback (most recent call last): 4: from /opt/puppetlabs/puppet/bin/irb:11:in...
Please consider to add rabbitmq_federation plugin managing/configuration
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 6.26.0 - Ruby: ruby 2.5.9p229 - Distribution: Rocky - Module version: 9.0.1 ## How to reproduce (e.g Puppet code you...
params.pp sets the following SELinux context for all File resources on Redhat: ```puppet File { seltype => 'httpd_sys_content_t', } ``` This attribute 'leaks' even to files that shouldn't have this...
It would be convenient if there was some option to blacklist a module or freeze module to a certain version. For instance, if you have only Redhat based servers, there...
seems version 1.0.0 mishandling modules with uppercase author name Here is an example of the input file generated by version 0.11.0 ``` forge 'http://forge.puppetlabs.com' mod 'WhatsARanjit/node_manager', '0.6.0' mod 'puppetlabs/inifile', '2.1.1'...