Parent Directory
|
Revision Log
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.28 |