puppet/modules/java/tests/init.pp @ 89f24149ecd7

Start a refresh loop.
author Steve Losh <steve@stevelosh.com>
date Mon, 03 Oct 2011 21:28:10 -0400
parents c3e170bda976
children (none)
node default {

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

}