Created
January 20, 2010 03:24
-
-
Save ohadlevy/281572 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
puppetd --config /etc/puppet/puppet.conf -o --tags no_such_tag --no-daemonize | |
wget http://puppet/chained_ca -q -O - >> /var/lib/puppet/ssl/certs/ca.pem | |
puppetd -tv # (or /etc/init.d/puppet start ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment