class Pvcglue::Packages::Swap

Public Instance Methods

install!() click to toggle source
# File lib/pvcglue/packages/swap.rb, line 10
def install!
end
installed?() click to toggle source
# File lib/pvcglue/packages/swap.rb, line 4
def installed?

  # sudo("cat /etc/fstab") =~ /\/swapfile/
  true
end