linux_admin icon indicating copy to clipboard operation
linux_admin copied to clipboard

LinuxAdmin is a module to simplify management of linux systems.

Results 5 linux_admin issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/ManageIQ/linux_admin). ## Repository problems These problems occurred while...

Mend: dependency dashboard

In our tests, we currently reference `AwesomeSpawn::CommandResult` and other internal api classes It would be great to start using `require "awesome_spawn/spec_helper"` and methods like `stub_good_run`

enhancement
help wanted
test

Currently LinuxAdmin::Hosts supports #add_alias and #set_canonical_hostname It should also support #remove_alias #unset_canonical_hostname (method names TBD) Also currently #set_canonical_hostname, by default, removes the hostname from all addresses before setting it on...

enhancement
help wanted

Please add usage documentation.

enhancement
documentation
help wanted

On typical systems, ip_route calls `ip route show default` On the mac, ip_route calls `ip route get while` This fixes `ip_route` from failing and fixes an appliance_console bug before ======...

bug