File: schedule_notice.pp

package info (click to toggle)
ruby-puppet-syntax 4.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 312 kB
  • sloc: ruby: 672; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (3)
1
2
3
4
5
class schedule_parameter_test ($schedule=undef){
  notify { 'schedule_should pass':
    message => 'with flying colours',
  }
}