/[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 551 by misc, Thu Dec 9 12:34:17 2010 UTC revision 553 by misc, Thu Dec 9 12:34:19 2010 UTC
# Line 62  class sympa { Line 62  class sympa {
62          subversion::snapshot { "/etc/sympa/web_tt2":          subversion::snapshot { "/etc/sympa/web_tt2":
63              source => "svn://svn.mageia.org/svn/web/templates/sympa/trunk"              source => "svn://svn.mageia.org/svn/web/templates/sympa/trunk"
64          }          }
65    
66            file { "/etc/sympa/lists_xml/":
67                ensure => directory,
68                owner => root,
69                group => root,
70                mode => 755,
71            }
72      }      }
73  }  }
74    

Legend:
Removed from v.551  
changed lines
  Added in v.553

  ViewVC Help
Powered by ViewVC 1.1.30