puppet/modules/java/tests/init.pp @ c3e170bda976

Initial commit.
author Steve Losh <steve@stevelosh.com>
date Wed, 28 Sep 2011 18:18:54 -0400
parents (none)
children (none)
node default {

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

}