Puppet Class: complyadm::log_rotation

Defined in:
manifests/log_rotation.pp

Overview

Profile to manage log rotation tool



2
3
4
5
6
# File 'manifests/log_rotation.pp', line 2

class complyadm::log_rotation () {
  package { 'logrotate':
    ensure => present,
  }
}