puppet/tmpwatch/manifests/init.pp
2014-02-14 08:03:29 +00:00

10 lines
96 B
Puppet

# Install tmpwatch
#
class tmpwatch {
package { "tmpwatch":
ensure => installed,
}
}