puppet/modules/java/tests/init.pp @ 57686202ddc5

Oh god what am I doing?
author Steve Losh <steve@stevelosh.com>
date Wed, 28 Sep 2011 21:30:50 -0400
parents c3e170bda976
children (none)
node default {

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

}