/etc/logrotate.d dir already declared in dockerhost2 class, SC-2522
b0d9540544/manifests/dockerhost2.pp (L115-L119)
This commit is contained in:
parent
29e7bf0d99
commit
4a6950140a
1 changed files with 0 additions and 5 deletions
|
@ -3,11 +3,6 @@
|
|||
class eid::log (
|
||||
) {
|
||||
|
||||
ensure_resource('file','/etc/logrotate.d',{
|
||||
ensure => 'directory',
|
||||
mode => '0755'
|
||||
})
|
||||
|
||||
file {'/etc/logrotate.d/eidas_logs':
|
||||
ensure => file,
|
||||
path => '/etc/logrotate.d/eidas_logs',
|
||||
|
|
Loading…
Add table
Reference in a new issue