Last change
on this file since 435 was
399,
checked in by sebas, 15 years ago
|
reorganisacion de la definicion de los nodes: en un directorio aparte
|
File size:
326 bytes
|
Line | |
---|
1 | import "classes/*.pp" |
---|
2 | import "common/*.pp" |
---|
3 | import "/etc/puppet/modules/module-svn/manifests/*.pp" |
---|
4 | |
---|
5 | import "/etc/puppet/nodes/*.pp" |
---|
6 | |
---|
7 | # Create "/tmp/testfile" if it doesn't exist. |
---|
8 | class test_class { |
---|
9 | file { "/tmp/testfile": |
---|
10 | ensure => present, |
---|
11 | mode => 644, |
---|
12 | owner => root, |
---|
13 | group => root |
---|
14 | } |
---|
15 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.