Merge "Update logrotate for mirror server"
This commit is contained in:
commit
4eefe52525
@ -196,4 +196,16 @@ class openstack_project::mirror (
|
|||||||
File["${www_root}"],
|
File["${www_root}"],
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class { '::httpd::logrotate':
|
||||||
|
options => [
|
||||||
|
'daily',
|
||||||
|
'missingok',
|
||||||
|
'rotate 7',
|
||||||
|
'compress',
|
||||||
|
'delaycompress',
|
||||||
|
'notifempty',
|
||||||
|
'create 640 root adm',
|
||||||
|
],
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user