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

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

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

revision 270 by misc, Wed Nov 17 20:43:29 2010 UTC revision 295 by dmorgan, Thu Nov 18 23:20:22 2010 UTC
# Line 13  class transifex { Line 13  class transifex {
13      content => template("transifex/20-engines.conf")      content => template("transifex/20-engines.conf")
14    }    }
15    
16      file { "30-site.conf":
17        path => "/etc/transifex/30-site.conf",
18        ensure => present,
19        owner => root,
20        group => root,
21        mode => 755,
22        content => template("transifex/30-site.conf")
23      }
24    
25  #  apache::vhost_django_app { "transifex.$domain":  #  apache::vhost_django_app { "transifex.$domain":
26  #    module => "transifex"  #    module => "transifex"
27  #  }    #  }  

Legend:
Removed from v.270  
changed lines
  Added in v.295

  ViewVC Help
Powered by ViewVC 1.1.30