/[adm]/puppet/modules/ssmtp/manifests/init.pp
ViewVC logotype

Contents of /puppet/modules/ssmtp/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2655 - (show annotations) (download)
Mon Mar 19 22:17:13 2012 UTC (12 years, 1 month ago) by misc
File size: 132 byte(s)
clean the module ssmtp
1 class ssmtp {
2 package { 'ssmtp': }
3
4 file { '/etc/ssmtp/ssmtp.conf':
5 content => template('ssmtp/ssmtp.conf')
6 }
7 }

  ViewVC Help
Powered by ViewVC 1.1.30