This change provides a clear indication about how relationships are expected to be managed when the end user consumes the module.
11 lines
148 B
Puppet
11 lines
148 B
Puppet
node default {
|
|
|
|
notify { "alpha": } ->
|
|
class { 'java':
|
|
distribution => 'jdk',
|
|
version => 'latest',
|
|
} ->
|
|
notify { "omega": }
|
|
|
|
}
|