/[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 566 by misc, Thu Dec 9 12:34:33 2010 UTC revision 569 by misc, Thu Dec 9 13:09:31 2010 UTC
# Line 80  class sympa { Line 80  class sympa {
80              group => root,              group => root,
81              mode => 755,              mode => 755,
82          }          }
83    
84            # directory that will hold the list data
85            # i am not sure of the name ( misc, 09/12/10 )
86            file { "/var/lib/sympa/expl/":
87                ensure => directory,
88                owner => sympa,
89                group => root,
90                mode => 755,
91            }
92      }      }
93    
94      define list($subject, $profile, $language = 'en') {      define list($subject, $profile, $language = 'en') {

Legend:
Removed from v.566  
changed lines
  Added in v.569

  ViewVC Help
Powered by ViewVC 1.1.30