Project

General

Profile

« Previous | Next » 

Revision 679be74e

Added by Oliver Weinmann over 11 years ago

  • ID 679be74e77771da89db823fd5a5c1b588b986ea2

fixes #1917 Solaris Sparc provisioning templates fix

View differences:

app/controllers/unattended_controller.rb
@install_type = "initial_install"
@system_type = "standalone"
@cluster = "SUNWCreq"
@packages = "SUNWgzip"
@locale = "C"
end
@disk = @host.diskLayout
app/views/unattended/jumpstart.rhtml
archive_location nfs <%=@archive_location%>
<% else -%>
system_type <%= @system_type %>
package <%= @packages %> add
cluster <%= @cluster %>
<% end -%>
app/views/unattended/jumpstart_finish.rhtml
rm -f /etc/opt/csw/puppet/puppetd.conf
ln -s /etc/puppet/puppet.conf /etc/opt/csw/puppet/puppetd.conf
fi
/usr/sbin/puppetd --config /etc/puppet/puppet.conf -o --tags no_such_tag --server puppet --no-daemonize
/opt/csw/sbin/puppetd --config /etc/puppet/puppet.conf -o --tags no_such_tag --server puppet --no-daemonize
echo "Informing Foreman that we are built"
/opt/csw/bin/wget --no-check-certificate -O /dev/null <%= foreman_url %>
exit 0

Also available in: Unified diff