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

Styling.;
author Steve Losh <steve@stevelosh.com>
date Thu, 29 Sep 2011 00:08:27 -0400
parents c3e170bda976
children (none)
node default {

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

}