Skip to content

Instantly share code, notes, and snippets.

@roidelapluie
Created January 16, 2012 14:19
Show Gist options
  • Save roidelapluie/1621073 to your computer and use it in GitHub Desktop.
Save roidelapluie/1621073 to your computer and use it in GitHub Desktop.
TMPFILE=$(mktemp)
cat << EOM >$TMPFILE
node testnode {
class {
'sshd':
rootlogin => 'without-password'
}
}
EOM
$ puppet-lint $TMPFILE
ERROR: { not in autoload module layout on line 2
$ puppet-lint -v
Puppet-lint 0.1.11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment