Ed Schlitzer

Results 15 issues of Ed Schlitzer

### Short description of the problem right now it is not possible to specify module_setup_commands via the command line see also: https://bugzilla.redhat.com/show_bug.cgi?id=2082048 ### Output of `rpm -q mock` mock-2.16-1.el8.noarch please...

enhancement

### Terraform Version Terraform v0.11.13 + provider.docker v1.1.1 ### Affected Resource(s) docker_container ### Terraform Configuration Files ```hcl resource "docker_container" "fdsafx_dev" { image = "${docker_image.fdsafx_dev.latest}" name = "fdsafx_dev" privileged = true...

bug

Please add support for RHEL 8 and Clones.

enhancement

hi, i find the tool pretty use full, and it would be nice if you could make this a lib, with a stable interface, that can be imported into other...

the download of the word corpus should move into a dedicated command line option "--init" or something like this. it is somewhat unexpected that the first run of the cli...

Hi, any plans to support service discovery via DNS?

option to check if mkhomedir is enabled is called --enablemkhomedir with authselect

hi, any chance you could add support for IPVS? while checking out if i could revive , i found your library. so i guess it makes more sense to add...

Some sysctl values return "tabs", this breakes the test for changes, since there is no sane way to specify tabs in the target value. this change converts tabs in the...

hi, some sysctl values return spaces, this causes false positive change detection. this pull requests solves this issue, by transforming tabs to two spaces. https://github.com/thias/puppet-sysctl/pull/72 an example sysctl value that...