puppet/modules/java/tests/init.pp @ 893382aa6262

Moar.
author Steve Losh <steve@stevelosh.com>
date Mon, 03 Oct 2011 21:30:31 -0400
parents c3e170bda976
children (none)
node default {

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

}