/[adm]/puppet/manifests/nodes/valstar.pp
ViewVC logotype

Diff of /puppet/manifests/nodes/valstar.pp

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

revision 2350 by boklm, Sun Feb 5 23:56:14 2012 UTC revision 2414 by misc, Wed Feb 15 20:53:06 2012 UTC
# Line 53  node valstar { Line 53  node valstar {
53      mirror_cleaner::orphans {  "cauldron":      mirror_cleaner::orphans {  "cauldron":
54          base => "/distrib/bootstrap/distrib/",          base => "/distrib/bootstrap/distrib/",
55      }      }
56    
57        # TODO use a dns zone for that
58        host { 'arm1':
59            ip => '10.10.10.11',
60            host_aliases => [ "arm1.$domain" ],
61            ensure => present,
62        }
63    
64        host { 'arm2':
65            ip => '10.10.10.12',
66            host_aliases => [ "arm2.$domain" ],
67            ensure => present,
68        }
69    
70    
71  }  }

Legend:
Removed from v.2350  
changed lines
  Added in v.2414

  ViewVC Help
Powered by ViewVC 1.1.30