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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 240 - (show annotations) (download)
Wed Nov 10 23:58:34 2010 UTC (13 years, 5 months ago) by dmorgan
File size: 331 byte(s)
Change transifex password
1 class transifex {
2 package { 'transifex':
3 ensure => installed
4 }
5
6 $password = extlookup("transifex_password")
7 file { "20-engines.conf":
8 path => "/etc/transifex/20-engines.conf",
9 ensure => present,
10 owner => root,
11 group => root,
12 mode => 755,
13 content => template("transifex/20-engines.conf")
14 }
15 }

  ViewVC Help
Powered by ViewVC 1.1.30