Class: Babushka::YumHelper

Inherits:
PkgHelper show all
Defined in:
lib/babushka/pkg_helpers/yum_helper.rb

Class Method Summary collapse

Methods inherited from PkgHelper

all_manager_keys, bin_path, cmd_in_path?, handle_install!, has?, install!, manager_dep, prefix, present?, should_sudo?, update_pkg_lists, update_pkg_lists_if_required

Methods included from ShellHelpers

cmd_dir, current_username, log_shell, login_shell, raw_shell, shell, shell!, shell?, shell_cmd, sudo, which

Methods included from LogHelpers

debug, deprecated!, log, log_block, log_error, log_ok, log_stderr, log_warn, removed!

Class Method Details

.manager_keyObject



7
# File 'lib/babushka/pkg_helpers/yum_helper.rb', line 7

def manager_key; :yum end

.pkg_binaryObject



6
# File 'lib/babushka/pkg_helpers/yum_helper.rb', line 6

def pkg_binary; "yum" end

.pkg_cmdObject



5
# File 'lib/babushka/pkg_helpers/yum_helper.rb', line 5

def pkg_cmd; pkg_binary end

.pkg_typeObject



4
# File 'lib/babushka/pkg_helpers/yum_helper.rb', line 4

def pkg_type; :rpm end