/[adm]/puppet/deployment/main_mirror/manifests/init.pp
ViewVC logotype

Contents of /puppet/deployment/main_mirror/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1325 - (show annotations) (download)
Wed Mar 16 07:58:27 2011 UTC (13 years, 1 month ago) by nanardon
File size: 695 byte(s)
- use orginally choosen filenames, follow the scheme
1 class main_mirror {
2 # FIXME shouldn't the various code in this module ?
3 include mirror::main
4
5 $mirror = "/distrib"
6 file { "$mirror":
7 ensure => directory,
8 }
9
10 file { "$mirror/README":
11 ensure => present,
12 source => "puppet:///modules/main_mirror/README"
13 }
14
15 file { "$mirror/mirror":
16 ensure => directory,
17
18 }
19
20 file { "$mirror/mirror/mirror.readme":
21 ensure => present,
22 source => "puppet:///modules/main_mirror/mirror/mirror.readme"
23 }
24
25 file { "$mirror/mirror/paths.readme":
26 ensure => present,
27 source => "puppet:///modules/main_mirror/mirror/paths.readme"
28 }
29
30
31 }

  ViewVC Help
Powered by ViewVC 1.1.30