Class: Invoker::Power::Distro::Opensuse
- Defined in:
- lib/invoker/power/setup/distro/opensuse.rb
Constant Summary
Constants inherited from Base
Base::RESOLVER_DIR, Base::SOCAT_SHELLSCRIPT, Base::SOCAT_SYSTEMD
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
distro_installer, #initialize, #resolver_file, #restart_services
Constructor Details
This class inherits a constructor from Invoker::Power::Distro::Base
Instance Method Details
#install_required_software ⇒ Object
5 6 7 |
# File 'lib/invoker/power/setup/distro/opensuse.rb', line 5 def install_required_software system("zypper install -l dnsmasq socat") end |