Skip to content

Instantly share code, notes, and snippets.

@bodepd
Created October 28, 2014 23:15
Show Gist options
  • Save bodepd/d93770625ab040028a68 to your computer and use it in GitHub Desktop.
Save bodepd/d93770625ab040028a68 to your computer and use it in GitHub Desktop.
class one(
$var = 'foo'
) {
notify { $var: }
}
class two {
class { 'one':
var => undef
}
}
include two
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment