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
|
Rev | Line | |
---|
[159] | 1 | import "classes/*.pp" |
---|
[164] | 2 | import "common/*.pp" |
---|
[166] | 3 | import "/etc/puppet/modules/module-svn/manifests/*.pp" |
---|
[159] | 4 | |
---|
[399] | 5 | import "/etc/puppet/nodes/*.pp" |
---|
[216] | 6 | |
---|
[159] | 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.