apache: Log rotation requires lsof.
This commit is contained in:
parent
d9851631bb
commit
7d9dce035f
2 changed files with 13 additions and 0 deletions
10
lsof/manifests/init.pp
Normal file
10
lsof/manifests/init.pp
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
# Install lsof
|
||||
#
|
||||
class lsof {
|
||||
|
||||
package { "lsof":
|
||||
ensure => installed,
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue