/[adm]/puppet/modules/bugzilla/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/bugzilla/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2691 by misc, Sun Mar 25 12:47:26 2012 UTC revision 2783 by dmorgan, Thu Jul 5 12:55:18 2012 UTC
# Line 60  class bugzilla { Line 60  class bugzilla {
60        recurse => true,        recurse => true,
61        require => Subversion::Snapshot[$bugzilla_location],        require => Subversion::Snapshot[$bugzilla_location],
62      }      }
63    
64        file { '/usr/share/bugzilla/www/robots.txt':
65          group   => 'apache',
66          mode    => '0640',
67          content => template('bugzilla/robots.txt'),
68          require => Package['bugzilla-extension-sitemap'],
69        }
70  }  }

Legend:
Removed from v.2691  
changed lines
  Added in v.2783

  ViewVC Help
Powered by ViewVC 1.1.30