Skip to content

Instantly share code, notes, and snippets.

@timurb
Created July 19, 2012 11:28
Show Gist options
  • Select an option

  • Save timurb/3143155 to your computer and use it in GitHub Desktop.

Select an option

Save timurb/3143155 to your computer and use it in GitHub Desktop.
class myclass::params {
$foo='bar'
}
class myclass (
$foo = params_lookup('foo')
) inherits myclass::params {
notify { $myclass::foo : }
}
class { 'myclass': }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment