Skip to content

Instantly share code, notes, and snippets.

@adamhjk
Created August 12, 2008 01:08
Show Gist options
  • Save adamhjk/4982 to your computer and use it in GitHub Desktop.
Save adamhjk/4982 to your computer and use it in GitHub Desktop.
class base {
case $lsbdistid {
Debian: {
include debian
}
CentOS: {
include centos
}
Ubuntu: {
include ubuntu
}
}
include openldap::auth
include runit
include puppet::client
include sudo
include zsh
include subversion::client
include ruby
include man
include openssh
include build-essential
include rsync::client
include munin::node
include iclassify::agent
include perl
include nagios::nrpe
case $puppet_env {
prod: {
include ntp
}
default: { }
}
include iptables
include postfix
include resolver
include nscd
include erubis
include lvm
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment