File: setup_acceptance_node.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 (5 lines) | stat: -rw-r--r-- 94 bytes parent folder | download
1
2
3
4
5
if fact('os.family') == 'redhat' {
  file { '/var/run/chrony':
    ensure => directory,
  }
}