avoid duplicate
This commit is contained in:
parent
19b998444d
commit
cc5dd2cf07
1 changed files with 5 additions and 5 deletions
|
@ -131,11 +131,11 @@ class https_server {
|
|||
}
|
||||
|
||||
class eidas_log {
|
||||
file {
|
||||
'/etc/logrotate.d':
|
||||
ensure => 'directory',
|
||||
mode => '0755',
|
||||
;
|
||||
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