1 2 3 4 5 6 7 8 9 10 11 |
{ notify{"foo": } } inherits foo { Notify["foo"] { message => "foo::bar" } } include foo::bar |
output
1 |
notice: //foo/Notify[foo]/message: defined 'message' as 'foo::bar' |
1 2 3 4 5 6 7 8 9 10 11 |
{ notify{"foo": } } inherits foo { Notify["foo"] { message => "foo::bar" } } include foo::bar |
1 |
notice: //foo/Notify[foo]/message: defined 'message' as 'foo::bar' |