Skip to content

Instantly share code, notes, and snippets.

@b4ldr
Last active July 30, 2019 15:53
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 b4ldr/eaa5384773ddbdc962856810936bf3f5 to your computer and use it in GitHub Desktop.
Save b4ldr/eaa5384773ddbdc962856810936bf3f5 to your computer and use it in GitHub Desktop.
profile::foo::bar::param foobar
class profile::foo::bar (
$param = lookup('profile::foo::bar::param')
) {}
class profile::baz::quux (
$param = lookup('profile::foo::bar::param')
) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment