Skip to content

Instantly share code, notes, and snippets.

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