Puppet Class: toil::acct_handle_wtmp_not_rotated

Defined in:
modules/toil/manifests/acct_handle_wtmp_not_rotated.pp

Overview



5
6
7
8
9
10
11
12
13
# File 'modules/toil/manifests/acct_handle_wtmp_not_rotated.pp', line 5

class toil::acct_handle_wtmp_not_rotated () {
    file { '/etc/cron.monthly/acct':
        owner   => 'root',
        group   => 'root',
        mode    => '0755',
        source  => 'puppet:///modules/toil/acct.sh',
        require => Package['acct']
    }
}