diff --git a/tests/init.pp b/tests/init.pp index 8be274b..4114e3b 100644 --- a/tests/init.pp +++ b/tests/init.pp @@ -1 +1,10 @@ -include java +node default { + + notify { "alpha": } -> + class { 'java': + distribution => 'jdk', + version => 'latest', + } -> + notify { "omega": } + +}