# Class: metche
#   This module manages metche
#
# Definition:
#   metche::email
#
# Parameters:
#   $email - specify the email, default is root
#
# Actions:
#   Installs the metche.conf and cron
#
# Requires:
#   -
#
# Sample Usage:
#   metche::email { "/etc/metche.conf":
#      email => "metche@${::domain}",
#   }