Update the module example test manifest

This change provides a clear indication about how relationships
are expected to be managed when the end user consumes the module.
This commit is contained in:
Jeff McCune
2011-06-16 17:44:34 -07:00
parent e09792cea9
commit 12544569fb

View File

@@ -1 +1,10 @@
include java node default {
notify { "alpha": } ->
class { 'java':
distribution => 'jdk',
version => 'latest',
} ->
notify { "omega": }
}