# Class: rsnapshot
#   This module manages rsnapshot
#
# Definition:
#   rsnapshot::host
#
# Parameters:
#   $host - specify host, default is $hostname (Facter)
#
# Actions:
#   Installs the rsnapshot.conf and cron
#
# Requires:
#   SSH PKA (Public Key Authentication), otherwise the
#   connection to the remote host will fail
#
# Sample Usage:
#   rsnapshot::host { "/etc/rsnapshot.conf":
#      host => hiera_array('host'),
#   }