#!/bin/bash

cd /etc/puppet
git pull
git submodule init
git submodule update
puppet apply /etc/puppet/manifests/site.pp
apt-get -y upgrade