Skip to content

Instantly share code, notes, and snippets.

@aussielunix
Created May 27, 2010 03:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aussielunix/415434 to your computer and use it in GitHub Desktop.
Save aussielunix/415434 to your computer and use it in GitHub Desktop.
%post
chvt 3
echo "executing post install"
#
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm
yum install -y puppet
cat >/etc/sysconfig/puppet <<EOF
PUPPET_EXTRA_OPTS="--environment test"
EOF
chkconfig puppet on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment