Skip to content

Instantly share code, notes, and snippets.

@antoncohen
Created June 4, 2013 06:36
Show Gist options
  • Save antoncohen/5704005 to your computer and use it in GitHub Desktop.
Save antoncohen/5704005 to your computer and use it in GitHub Desktop.
Roles example for load balancer
class role::lb {
class { 'nginx': }
class { 'memcached':
max_connections => 4096
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment