Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am ArtursL on github.
* I am arturs (https://keybase.io/arturs) on keybase.
* I have a public key whose fingerprint is 7D57 8BB9 0FC0 0333 988F C4C4 C6FC D81C 462D 84CA
To claim this, I am signing this object:
#!/bin/bash
echo "puppet.{{domain}}" > /etc/hostname
hostname puppet.{{domain}}
yum install -y curl ca-certificates
curl http://yum.puppetlabs.com/puppetlabs-release-el-6.noarch.rpm -o /tmp/puppet-repo.rpm
rpm -ivh /tmp/puppet-repo.rpm
yum makecache fast
#!/bin/bash
set -e
if [ $# -eq 0 ]; then
echo "USAGE: $0 plugin1 plugin2 ..."
exit 1
fi
plugin_dir=/var/lib/jenkins/plugins