Skip to content

Instantly share code, notes, and snippets.

@btisdall
Last active December 23, 2015 19:59
Show Gist options
  • Save btisdall/6686241 to your computer and use it in GitHub Desktop.
Save btisdall/6686241 to your computer and use it in GitHub Desktop.
$short_hostname = inline_template("<%= @fqdn.split('.').first %>")
if $short_hostname =~ /\Ab3dbhub0[12]\z/ {
$upload_dir = inline_template("<%= @short_hostname.upcase %>")
}
else {
$upload_dir = 'DBHUB'
}
notice($upload_dir)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment