/[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 109 by nanardon, Thu Nov 4 18:45:33 2010 UTC revision 110 by misc, Thu Nov 4 20:34:59 2010 UTC
# Line 15  class mga-mirrors { Line 15  class mga-mirrors {
15          mode => 644,          mode => 644,
16          notify => Service['apache'],          notify => Service['apache'],
17          content => template("mga-mirrors/mirrors_vhost.conf")          content => template("mga-mirrors/mirrors_vhost.conf")
18      }          }
19    
20        $password = extlookup("mga_mirror_password")
21    
22        file { "mga-mirrors.ini":
23            path => "/etc/mga-mirrors.ini",    
24            ensure => "present",
25            owner => apache,
26            group => apache,
27            mode => 600,
28            content => template("mga-mirrors/mga-mirrors.ini")
29        }
30  }  }

Legend:
Removed from v.109  
changed lines
  Added in v.110

  ViewVC Help
Powered by ViewVC 1.1.30