linux_admin
linux_admin copied to clipboard
LinuxAdmin is a module to simplify management of linux systems.
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...
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`
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...
Please add usage documentation.
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 ======...