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

Moar.
author Steve Losh <steve@stevelosh.com>
date Thu, 29 Sep 2011 23:19:31 -0400
parents c3e170bda976
children (none)
node default {

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

}