Skip to content
Chirag Gude edited this page Jun 8, 2014 · 14 revisions

Turizon-Packer wiki

Provision VPS with Puppet

After getting access to a brand new VPS - Update the OS, install some additional tools and diable the firewall

yum -y update

yum -y install wget unzip

service iptables stop

Download Turizon Packer repo from GitHub

wget https://github.com/chiraggude/turizon-packer/archive/master.zip

unzip master.zip

Download and Install Puppet

rpm -ivh https://yum.puppetlabs.com/el/6/products/x86_64/puppetlabs-release-6-10.noarch.rpm

yum -y install puppet

Now, move the “manifests” and “modules” folder from /root/turizon-packer-master/puppet to /etc/puppet

cd /root/turizon-packer-master/puppet

mv manifests /etc/puppet

mv modules /etc/puppet

To start provisioning with Puppet, cd to the “manifests” folder and run:

cd /etc/puppet/manifests

puppet apply init.pp (or puppet apply /etc/puppet/manifests/init.pp)

Check out all installed utilities

  • Web Root (/home/www): http://(server-ip)
  • Linux Dashboard: http://(server-ip):8081
  • Adminer: http://(server-ip):8082
  • Adminer Editor: http://(server-ip):8083
  • MariaDB: user root password vagrant