puppet: Include tmpwatch for puppet server.

This commit is contained in:
Ossi Herrala 2014-02-14 08:03:29 +00:00
parent 75092b2215
commit b810e9df15
2 changed files with 13 additions and 1 deletions

View file

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