Sha256: 01f961ef43970ca5f0a81038664d0f84f9492e35634e41f45438990c29cf5d55

Contents?: true

Size: 397 Bytes

Versions: 5

Compression:

Stored size: 397 Bytes

Contents

cat > /etc/puppet/puppet.conf << EOF
<%= snippets "puppet.conf" %>
EOF
/bin/sed -i 's/^START=no/START=yes/' /etc/default/puppet
/bin/touch /etc/puppet/namespaceauth.conf 
/usr/bin/puppet agent --config /etc/puppet/puppet.conf --onetime --tags no_such_tag --server <%= @host.puppetmaster %> --no-daemonize
/usr/bin/wget --quiet --output-document=/dev/null --no-check-certificate <%= foreman_url %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-1.0.0 test/foreman_app/app/views/unattended/preseed_finish.html.erb
foreman_discovery-1.0.0.rc4 test/foreman_app/app/views/unattended/preseed_finish.html.erb
foreman_discovery-1.0.0.rc3 test/foreman_app/app/views/unattended/preseed_finish.html.erb
foreman_discovery-1.0.0.rc2 test/foreman_app/app/views/unattended/preseed_finish.html.erb
foreman_discovery-1.0.0.rc1 test/foreman_app/app/views/unattended/preseed_finish.html.erb