Skip to content

Instantly share code, notes, and snippets.

@dizz
Created July 12, 2012 11:55
Show Gist options
  • Save dizz/3097701 to your computer and use it in GitHub Desktop.
Save dizz/3097701 to your computer and use it in GitHub Desktop.
puppet init file
#!/bin/bash
# chkconfig: - 98 02
#
# description: puppet client bootstrap
# processname: puppet
# config: /etc/puppet/puppet.conf
/usr/sbin/puppetd --config /etc/puppet/puppet.conf -o --ignoreschedules true --server=<%= @host.puppetmaster %>.<%= @host.domain %> > /tmp/puppet.log 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment