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

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

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

revision 1150 by misc, Mon Feb 21 15:14:50 2011 UTC revision 1151 by misc, Mon Feb 21 15:14:52 2011 UTC
# Line 47  class phpbb { Line 47  class phpbb {
47          }          }
48      }      }
49    
     define php_instance() {  
         $lang = $name  
         $database = "${db}_$lang"  
50    
51        # TODO find a way to avoid all the phpbb::base prefix
52        define instance() {
53            $lang = $name
54            $database = "${phpbb::base::db}_$lang"
55            
56          include git::client          include git::client
57          include phpbb::base          include phpbb::base
58    

Legend:
Removed from v.1150  
changed lines
  Added in v.1151

  ViewVC Help
Powered by ViewVC 1.1.30