Created
May 27, 2010 03:50
-
-
Save aussielunix/415434 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
%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