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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 177 - (hide annotations) (download)
Sat Nov 6 11:18:39 2010 UTC (13 years, 5 months ago) by dmorgan
File size: 338 byte(s)
Add puppet conf for transifex
1 dmorgan 177 class transifex {
2     package { 'transifex':
3     ensure => installed
4     }
5     package { 'postfix':
6     ensure => installed
7     }
8    
9     file { "check_new-blog-post":
10     path => "/etc/transifex/20-engines.conf",
11     ensure => present,
12     owner => root,
13     group => root,
14     mode => 755,
15     content => template("transifex/20-engines.conf")
16     }
17     }

  ViewVC Help
Powered by ViewVC 1.1.30