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

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

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

revision 95 by misc, Thu Nov 4 17:14:35 2010 UTC revision 101 by misc, Thu Nov 4 18:25:13 2010 UTC
# Line 33  class subversion { Line 33  class subversion {
33          package { subversion:          package { subversion:
34              ensure => installed,              ensure => installed,
35          }          }
36            # svn spam log with
37            # Oct 26 13:30:01 valstar svn: No worthy mechs found
38            # without it, source http://mail-index.netbsd.org/pkgsrc-users/2008/11/23/msg008706.html
39            #
40            package {"lib64sasl2-plug-anonymous":
41                ensure => "installed"
42            }
43      }      }
44    
45      # TODO ensure that subversion ishere      # TODO ensure that subversion ishere

Legend:
Removed from v.95  
changed lines
  Added in v.101

  ViewVC Help
Powered by ViewVC 1.1.30