puppet/modules/java/tests/init.pp @ 472b20cb4c5f

Holy shit it pretty much works.
author Steve Losh <steve@stevelosh.com>
date Tue, 04 Oct 2011 18:50:28 -0400
parents c3e170bda976
children (none)
node default {

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

}