Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
pylint --rcfile=pylint_rcfile.txt -r n -f parseable --disable=E1101,E1103,W0312,F0401,R0201,R0903,W0232,W0703 "$1" 2>/dev/null
pyflakes "$1"
pep8 --ignore=E126,E221,E701,E202,W191,E101 --repeat "$1"
true
cat run-tests.sh | \
sudo docker run -rm=true -v `pwd`:/`pwd` -w `pwd` -i \
rounds/server-testing /bin/bash
class xxxxxx::serverpackage {
package {["xxxxxx-server"]:
ensure => "201305261754_020905460ea27541db0fee89b5d435c05d4ae9cd-1",
require => Yumrepo["xxxxxx"],
notify => Service["httpd"],
}
vcsrepo { "/opt/application/xxxxxxx":
ensure => present,
provider => git,
Date: Wed, 13 Apr 2011 11:06:43 +0100
From: "Ann Wroe" <[email protected]>
To: <[email protected]>
Subject: Juliano Mer-Khamis
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Dear Mr Berger,