Project

General

Profile

« Previous | Next » 

Revision 00b95ad9

Added by Sam Kottler over 11 years ago

  • ID 00b95ad94bb77447649c94cf29951e66ebe85928

Fixes #1940 - Update all the unattended templates to use puppet agent

View differences:

app/views/unattended/autoyast.xml.erb
cat > /etc/puppet/puppet.conf << EOF
<%= snippets "puppet.conf" -%>
EOF
/usr/sbin/puppetd --config /etc/puppet/puppet.conf -o --tags no_such_tag --server puppet --no-daemonize
/usr/sbin/puppet agent --config /etc/puppet/puppet.conf -o --tags no_such_tag --server puppet --no-daemonize
/usr/bin/wget -q -O /dev/null --no-check-certificate <%= foreman_url %>
/sbin/chkconfig puppet on -f
]]>

Also available in: Unified diff