]> git.donarmstrong.com Git - dsa-puppet.git/blob - 3rdparty/modules/staging/tests/file.pp
add nanliu/staging to 3rdparty
[dsa-puppet.git] / 3rdparty / modules / staging / tests / file.pp
1 $caller_module_name = 'demo'
2
3 class { 'staging':
4   path => '/tmp/staging',
5 }
6
7 staging::file { 'sample':
8   source => 'puppet:///modules/staging/sample',
9 }
10
11 staging::file { 'passwd':
12   source => '/etc/passwd',
13 }
14
15 staging::file { 'manpage.html':
16   source => 'http://curl.haxx.se/docs/manpage.html',
17 }