Skip to content

Instantly share code, notes, and snippets.

@bascht
Created April 30, 2015 08:52
Show Gist options
  • Select an option

  • Save bascht/ccf82416ec1f85ae7f22 to your computer and use it in GitHub Desktop.

Select an option

Save bascht/ccf82416ec1f85ae7f22 to your computer and use it in GitHub Desktop.
generic::variable: 'value'
some_class::myvar: '%{generic::variable}'
other_class::myvar: '%{generic::variable}'
class some_class (
$myvar
){}
class other_class (
$myvar
){}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment