Parent Directory
|
Revision Log
Change transifex password
1 | dmorgan | 177 | class transifex { |
2 | package { 'transifex': | ||
3 | ensure => installed | ||
4 | } | ||
5 | dmorgan | 240 | |
6 | $password = extlookup("transifex_password") | ||
7 | misc | 191 | file { "20-engines.conf": |
8 | dmorgan | 177 | 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.28 |