Skip to content
Snippets Groups Projects
git2puppet 140 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