Created
June 9, 2009 08:26
-
-
Save sheldonh/126358 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| node default { | |
| include a_bunch_of_stuff | |
| # ... | |
| case $fqdn { | |
| 'wombat3.cpt1.example.com', | |
| 'wombat3.cpt2.example.com', | |
| 'wombat2.jnb1.example.com', | |
| 'wombat2.jnb2.example.com', | |
| 'wombat3.nur4.example.com', | |
| 'wombat3.jnb2.example.com': { | |
| include enterprise_ruby | |
| } | |
| default: { | |
| include debian_ruby | |
| } | |
| } | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment