/[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 317 by misc, Fri Nov 19 00:55:01 2010 UTC revision 318 by misc, Fri Nov 19 00:57:58 2010 UTC
# Line 59  class subversion { Line 59  class subversion {
59          #    - openldap , like named          #    - openldap , like named
60    
61          syntax_check{"check_perl":          syntax_check{"check_perl":
62              regexp_ext => ".p[lm]$",              regexp_ext => "\.p[lm]$",
63              check_cmd => "perl -c"              check_cmd => "perl -c"
64          }          }
65    
66            syntax_check{"check_puppet":
67                regexp_ext => "\.pp$",
68                check_cmd => "puppet --color=false --confdir=/tmp --vardir=/tmp --parseonly"
69            }
70    
71            syntax_check{"check_ruby":
72                regexp_ext => "\.rb$",
73                check_cmd => "ruby -c"
74            }
75    
76            syntax_check{"check_puppet_templates":
77                regexp_ext => "modules/.*/templates/.*$",
78                check_cmd => "erb -x -T - | ruby -c"
79            }
80      }      }
81    
82      # TODO      # TODO

Legend:
Removed from v.317  
changed lines
  Added in v.318

  ViewVC Help
Powered by ViewVC 1.1.30