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

Diff of /puppet/modules/sympa/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 339 by boklm, Thu Nov 18 17:42:50 2010 UTC revision 340 by misc, Sat Nov 20 11:52:54 2010 UTC
# Line 11  class sympa { Line 11  class sympa {
11    
12      file { '/etc/sympa/sympa.conf':      file { '/etc/sympa/sympa.conf':
13          ensure => present,          ensure => present,
14          owner => root,          # should be cleaner to have it root owned, but puppet do not support acl
15          group => root,          # and in any case, config will be reset if it change
16          mode => 644,          owner => sympa,
17            group => apache,
18            mode => 640,
19          content => template("sympa/sympa.conf")          content => template("sympa/sympa.conf")
20      }      }
21    

Legend:
Removed from v.339  
changed lines
  Added in v.340

  ViewVC Help
Powered by ViewVC 1.1.30