/[adm]/puppet/modules/mga-mirrors/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/mga-mirrors/manifests/init.pp

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

revision 503 by misc, Mon Nov 22 02:04:06 2010 UTC revision 504 by misc, Sun Dec 5 23:28:12 2010 UTC
# Line 7  class mga-mirrors { Line 7  class mga-mirrors {
7      }      }
8    
9      apache::vhost_catalyst_app { $vhost:      apache::vhost_catalyst_app { $vhost:
10          script => "/usr/bin/mga_mirrors_fastcgi.pl"          script => "/usr/bin/mga_mirrors_fastcgi.pl",
11            require => Package['mga-mirrors']
12      }      }
13    
14      $password = extlookup("mga_mirror_password",'x')      $password = extlookup("mga_mirror_password",'x')
# Line 18  class mga-mirrors { Line 19  class mga-mirrors {
19          owner => root,          owner => root,
20          group => apache,          group => apache,
21          mode => 640,          mode => 640,
22          content => template("mga-mirrors/mga-mirrors.ini")          content => template("mga-mirrors/mga-mirrors.ini"),
23            require => Package['mga-mirrors']
24      }      }
25  }  }

Legend:
Removed from v.503  
changed lines
  Added in v.504

  ViewVC Help
Powered by ViewVC 1.1.30