Project

General

Profile

« Previous | Next » 

Revision 5f75dccc

Added by Paul Kelly about 14 years ago

  • ID 5f75dccca46ec747fc20b80676795d0f98e9d569

Fixes #177 - Family concept

It will_paginate and handle searches
Added family support to Operatingsystem
More work will be needed to add family support to host manipulation.

View differences:

app/views/unattended/kickstart.rhtml
install
<%= mediapath %>
<%= @mediapath %>
lang en_US.UTF-8
<%= "langsupport --default en_US.UTF-8 en_GB.UTF-8 en_US.UTF-8\n" if @osver < 5 -%>
<%= "mouse generic3usb --device input/mice\n" if @osver == 3 -%>
......
logger "Starting anaconda <%= @host.name -%> postinstall"
# install epel if we can
<%= epel -%>
<%= @epel -%>
# update all the base packages from the updates repository
yum -t -y -e 0 <% yumrepo -%> upgrade
yum -t -y -e 0 <% @yumrepo -%> upgrade
# and add the puppet and ruby-shadow package
yum -t -y -e 0 <% yumrepo -%> install puppet
yum -t -y -e 0 <% @yumrepo -%> install puppet
echo "Configuring puppet"
cat > /etc/puppet/puppet.conf << EOF

Also available in: Unified diff