File: deprecation_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 (6 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
node test inherits default {
  import 'pass.pp'
  notify { 'this should give a deprecation notice':
    message => 'inheritance is gone in the future parser',
  }
}