phpservermon/puphpet/puppet/modules/staging/tests/file.pp

18 lines
298 B
Puppet

$caller_module_name = 'demo'
class { 'staging':
path => '/tmp/staging',
}
staging::file { 'sample':
source => 'puppet:///modules/staging/sample',
}
staging::file { 'passwd':
source => '/etc/passwd',
}
staging::file { 'manpage.html':
source => 'http://curl.haxx.se/docs/manpage.html',
}