| Index: modules/trac/manifests/init.pp |
| diff --git a/modules/trac/manifests/init.pp b/modules/trac/manifests/init.pp |
| index c6c04b5e91cfb0aa2ded9f893cb698f3c644250f..7e4eb5ce3322ab712e752361cfcd81492250e377 100644 |
| --- a/modules/trac/manifests/init.pp |
| +++ b/modules/trac/manifests/init.pp |
| @@ -127,6 +127,13 @@ class trac( |
| mode => 644, |
| } |
| + file {'/home/trac/robots.txt': |
| + ensure => 'present', |
| + source => 'puppet:///modules/trac/robots.txt', |
| + owner => 'trac', |
| + mode => 644, |
| + } |
| + |
| define instance ( |
| $config = 'trac/trac.ini.erb', |
| $description = 'Issue Tracker', |