Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Add initial RHEL deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch45 committed May 1, 2012
1 parent 573b24a commit 1fdbb18
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions saltcloud/deploy/RHEL.sh
@@ -0,0 +1,8 @@
#!/bin/bash

rpm -Uvh http://mirrors.xmission.com/fedora/epel/6/i386/epel-release-6-5.noarch.rpm
yum install salt-minion
echo {{ priv_key }} > /etc/salt/pki/minion.pem
echo {{ pub_key }} > /etc/salt/pki/minion.pub
/sbin/chkconfig salt-minion on
service salt-minion start

0 comments on commit 1fdbb18

Please sign in to comment.