/[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 628 by misc, Wed Dec 15 12:56:34 2010 UTC revision 629 by misc, Wed Dec 15 13:46:51 2010 UTC
# Line 63  class transifex { Line 63  class transifex {
63      notify => Service['apache']      notify => Service['apache']
64    }    }
65    
66    file { "50-apps.conf":    file { "50-project.conf":
67      path => "/etc/transifex/50-apps.conf",      path => "/etc/transifex/50-project.conf",
68      ensure => present,      ensure => present,
69      owner => root,      owner => root,
70      group => root,      group => root,
71      mode => 644,      mode => 644,
72      content => template("transifex/50-apps.conf"),      content => template("transifex/50-project.conf"),
73      require => Package['transifex'],      require => Package['transifex'],
74      notify => Service['apache']      notify => Service['apache']
75    }    }

Legend:
Removed from v.628  
changed lines
  Added in v.629

  ViewVC Help
Powered by ViewVC 1.1.30