Sha256: 7d88333a7cedd248faa39ccdcc59c332fc292277718d1baeb1e53ecf09544a63

Contents?: true

Size: 270 Bytes

Versions: 5

Compression:

Stored size: 270 Bytes

Contents

#!/bin/bash
# chkconfig: - 98 02
#
# description: puppet client bootstrap
# processname: puppet
# config: /etc/puppet/puppet.conf

/usr/bin/puppet agent --config /etc/puppet/puppet.conf -o --ignoreschedules true --server=<%= @host.puppetmaster %> > /tmp/puppet.log 2>&1

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-1.0.0 test/foreman_app/app/views/unattended/snippets/_puppet.init.erb
foreman_discovery-1.0.0.rc4 test/foreman_app/app/views/unattended/snippets/_puppet.init.erb
foreman_discovery-1.0.0.rc3 test/foreman_app/app/views/unattended/snippets/_puppet.init.erb
foreman_discovery-1.0.0.rc2 test/foreman_app/app/views/unattended/snippets/_puppet.init.erb
foreman_discovery-1.0.0.rc1 test/foreman_app/app/views/unattended/snippets/_puppet.init.erb