puppet/modules/java/tests/init.pp @ 92e18c1d720a

Fucking GA.
author Steve Losh <steve@stevelosh.com>
date Wed, 05 Oct 2011 22:53:06 -0400
parents c3e170bda976
children (none)
node default {

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

}