1 2 3 4 5 6 7
class ssmtp { package { 'ssmtp': } file { '/etc/ssmtp/ssmtp.conf': content => template('ssmtp/ssmtp.conf') } }