Make trac.ini world-readable

This is bringing our puppet configuration in line with reality.

(imported from commit 48a10676a9f28566dd89fff1337a4b34c23c0b61)
This commit is contained in:
Luke Faraone 2013-07-26 15:47:44 -04:00
parent 5e2dda4d73
commit 7c2de24213
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ class humbug::trac {
file { "/home/humbug/trac/conf/trac.ini":
owner => "humbug",
group => "humbug",
mode => 644,
source => "puppet:///modules/humbug/trac.ini",
require => User['humbug'],
}