Project

General

Profile

Download (254 Bytes) Statistics
| Branch: | Tag: | Revision:
module UnattendedHelper
include Foreman::Renderer

def ks_console
(@port and @baud) ? "console=ttyS#{@port},#{@baud}": ""
end

def grub_pass
@grub ? "--md5pass=#{@host.root_pass}": ""
end

def root_pass
@host.root_pass
end

end
(41-41/43)