Skip to content

Instantly share code, notes, and snippets.

@sheldonh
Created June 9, 2009 08:26
Show Gist options
  • Select an option

  • Save sheldonh/126358 to your computer and use it in GitHub Desktop.

Select an option

Save sheldonh/126358 to your computer and use it in GitHub Desktop.
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