Project

General

Profile

« Previous | Next » 

Revision 7e2880b6

Added by Ruediger Mueck over 10 years ago

fixes #1489 - add AIX family and facts importer support

View differences:

app/models/operatingsystem.rb
'Archlinux' => %r{Archlinux}i,
'Gentoo' => %r{Gentoo}i,
'Solaris' => %r{Solaris}i,
'Freebsd' => %r{FreeBSD}i }
'Freebsd' => %r{FreeBSD}i,
'AIX' => %r{AIX}i }
class Jail < Safemode::Jail
allow :name, :media_url, :major, :minor, :family, :to_s, :repos, :==, :release_name, :kernel, :initrd, :pxe_type, :medium_uri

Also available in: Unified diff