Skip to content

Instantly share code, notes, and snippets.

@antoncohen
Created June 4, 2013 06:30
Show Gist options
  • Save antoncohen/5703988 to your computer and use it in GitHub Desktop.
Save antoncohen/5703988 to your computer and use it in GitHub Desktop.
Example of roles in Hiera
---
roles:
- 'role::base'
- 'role::lb'
memcached::max_memory: 64
nginx::worker_processes: %{::processorcount}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment