Advertisement
Fale

Untitled

Aug 30th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. hostname test.omega-hosting.co
  2. rpm -ivh http://yum.puppetlabs.com/el/6/products/i386/puppetlabs-release-6-7.noarch.rpm
  3. rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
  4. rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
  5. yum install -y puppet facter tar
  6. yum update
  7. puppet module install openshift/openshift_origin
  8. yum install -y bind
  9. /usr/sbin/dnssec-keygen -a HMAC-MD5 -b 512 -n USER -r /dev/urandom -K /var/named example.com
  10. cat /var/named/Kexample.com.*.key | awk '{print $8}'
  11. vi configure_origin.pp
  12. puppet apply --verbose configure_origin.pp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement