/[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 179 by dmorgan, Sat Nov 6 11:23:38 2010 UTC revision 265 by misc, Wed Nov 17 15:35:10 2010 UTC
# Line 2  class transifex { Line 2  class transifex {
2    package { 'transifex':    package { 'transifex':
3      ensure => installed      ensure => installed
4    }    }
5      
6    file { "check_new-blog-post":    $password = extlookup("transifex_password")
7      file { "20-engines.conf":
8      path => "/etc/transifex/20-engines.conf",      path => "/etc/transifex/20-engines.conf",
9      ensure => present,      ensure => present,
10      owner => root,      owner => root,
# Line 11  class transifex { Line 12  class transifex {
12      mode => 755,      mode => 755,
13      content => template("transifex/20-engines.conf")      content => template("transifex/20-engines.conf")
14    }    }
15    
16      apache::vhost_django_app { "transifex.$domain":
17        module => "transifex"
18      }  
19  }  }

Legend:
Removed from v.179  
changed lines
  Added in v.265

  ViewVC Help
Powered by ViewVC 1.1.30