Skip to content
Snippets Groups Projects
git2puppet 162 B
Newer Older
#!/bin/bash

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