/[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 177 by dmorgan, Sat Nov 6 11:18:39 2010 UTC revision 378 by misc, Mon Nov 22 02:04:06 2010 UTC
# Line 2  class transifex { Line 2  class transifex {
2    package { 'transifex':    package { 'transifex':
3      ensure => installed      ensure => installed
4    }    }
5    package { 'postfix':  
6      ensure => installed    $password = extlookup("transifex_password",'x')
7      file { "20-engines.conf":
8        path => "/etc/transifex/20-engines.conf",
9        ensure => present,
10        owner => root,
11        group => apache,
12        mode => 640,
13        content => template("transifex/20-engines.conf")
14    }    }
15    
16    file { "check_new-blog-post":    file { "30-site.conf":
17      path => "/etc/transifex/20-engines.conf",      path => "/etc/transifex/30-site.conf",
18      ensure => present,      ensure => present,
19      owner => root,      owner => root,
20      group => root,      group => root,
21      mode => 755,      mode => 644,
22      content => template("transifex/20-engines.conf")      content => template("transifex/30-site.conf")
23    }    }
24    
25    #  apache::vhost_django_app { "transifex.$domain":
26    #    module => "transifex"
27    #  }  
28  }  }

Legend:
Removed from v.177  
changed lines
  Added in v.378

  ViewVC Help
Powered by ViewVC 1.1.30