/[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 458 - (show annotations) (download)
Wed Nov 24 20:31:07 2010 UTC (13 years, 4 months ago) by misc
File size: 260 byte(s)
add a ssmtp module, to replace postfix as it would be too complex to manage for both simple relay and full fledged server
1 class ssmtp {
2 package { ssmtp:
3 ensure => installed,
4 }
5
6 file { "ssmtp.conf":
7 path => "/etc/ssmtp/ssmtp.conf",
8 owner => root,
9 group => root,
10 mode => 644,
11 content => template("ssmtp/ssmtp.conf")
12 }
13 }

  ViewVC Help
Powered by ViewVC 1.1.30