Parent Directory
|
Revision Log
- fix the name of the file ( or it will conflict with blog class )
1 | dmorgan | 177 | class transifex { |
2 | package { 'transifex': | ||
3 | ensure => installed | ||
4 | } | ||
5 | dmorgan | 179 | |
6 | misc | 191 | file { "20-engines.conf": |
7 | dmorgan | 177 | 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.28 |