puppet/modules/java/tests/init.pp @ 540b3d6bc2bc

Remove unnecessary syntax.
author Steve Losh <steve@stevelosh.com>
date Sun, 23 Oct 2011 20:22:13 -0400
parents c3e170bda976
children (none)
node default {

  notify { "alpha": } ->
  class { 'java':
    distribution => 'jdk',
    version      => 'latest',
  } ->
  notify { "omega": }

}