apache: Log rotation requires lsof.

This commit is contained in:
Ossi Herrala 2014-02-17 12:02:16 +00:00
parent d9851631bb
commit 7d9dce035f
2 changed files with 13 additions and 0 deletions

10
lsof/manifests/init.pp Normal file
View file

@ -0,0 +1,10 @@
# Install lsof
#
class lsof {
package { "lsof":
ensure => installed,
}
}