Changeset 399


Ignore:
Timestamp:
Sep 28, 2009, 5:59:30 PM (15 years ago)
Author:
sebas
Message:

reorganisacion de la definicion de los nodes: en un directorio aparte

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/puppet/manifests/site.pp

    r310 r399  
    33import "/etc/puppet/modules/module-svn/manifests/*.pp"
    44
    5 import "node-prod-estaciones.pp"
    6 import "node-prod-servidores.pp"
    7 import "lugo.pp"
    8 import "walsh.pp"
     5import "/etc/puppet/nodes/*.pp"
    96
    107# Create "/tmp/testfile" if it doesn't exist.
     
    1714    }
    1815}
    19 
    20 # tell puppet on which client to run the class
    21 node peon {
    22     include test_class
    23     include estacion-de-trabajo
    24 }
    25 
    26 node ardizzone {
    27     include test_class
    28     include audiostreamer
    29 
    30     debproxy::activateclient { dist:
    31        debproxyhost => "debproxy",
    32     }
    33 
    34 }
    35 
    36 node zara  {
    37     include test_class
    38 }
Note: See TracChangeset for help on using the changeset viewer.