Skip to content

Instantly share code, notes, and snippets.

@groob
Created July 25, 2014 17:51
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 groob/5d606419328c7cbdead1 to your computer and use it in GitHub Desktop.
Save groob/5d606419328c7cbdead1 to your computer and use it in GitHub Desktop.
---
module::class::var1: 'use_this_value'
module::class::var1: 'use_this_value'
class module::class (
$var1 = "default_value",
$var2 = "default_value",
) {
puppet code that neeeds "${var1} and ${var2}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment