Skip to content

Instantly share code, notes, and snippets.

@justindossey
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justindossey/1c59b179913cb7ba791a to your computer and use it in GitHub Desktop.
Save justindossey/1c59b179913cb7ba791a to your computer and use it in GitHub Desktop.
test puppet manifest
$alias_interface = ['primary:2']
if $alias_interface =~ /^primary\:(\d+)/ {
notice("Match!")
} else {
notice("No Match :(")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment