/[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 179 - (hide annotations) (download)
Sat Nov 6 11:23:38 2010 UTC (13 years, 5 months ago) by dmorgan
File size: 289 byte(s)
Remove postfix require
1 dmorgan 177 class transifex {
2     package { 'transifex':
3     ensure => installed
4     }
5 dmorgan 179
6 dmorgan 177 file { "check_new-blog-post":
7     path => "/etc/transifex/20-engines.conf",
8     ensure => present,
9     owner => root,
10     group => root,
11     mode => 755,
12     content => template("transifex/20-engines.conf")
13     }
14     }

  ViewVC Help
Powered by ViewVC 1.1.30