File: init.pp

package info (click to toggle)
puppet-module-aboe-chrony 3.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 356 kB
  • sloc: ruby: 594; sh: 10; makefile: 8
file content (9 lines) | stat: -rw-r--r-- 184 bytes parent folder | download
1
2
3
4
5
6
7
8
9
node default {
  notify { 'enduser-before': }
  notify { 'enduser-after': }

  class { 'chrony':
    require => Notify['enduser-before'],
    before  => Notify['enduser-after'],
  }
}