Skip to content

Instantly share code, notes, and snippets.

/-

Created May 9, 2014 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/82bc700353f67e073b44 to your computer and use it in GitHub Desktop.
Save anonymous/82bc700353f67e073b44 to your computer and use it in GitHub Desktop.
case $::hostname {
/^gphapaadm(2|3|4|5|6|7)$/ : { $els_host = 'elsvipprd1.ddtc.cmgdigital.com' }
default : { fail("elasticsearch host not set been for ${::hostname} in graphite::webapp") }
- }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment