aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNan Liu <nan@puppetlabs.com>2012-06-25 12:12:06 -0700
committerNan Liu <nan@puppetlabs.com>2012-06-25 12:15:21 -0700
commita45261555e1b70fc041fc001b4d4c1d18693ccc1 (patch)
tree1313860947ea07c362c1514a95a42d73ae2e349c /tests
parent6500ac722b939b86c32559508be3c7f224ba5cfe (diff)
downloadpuppet-tftp-a45261555e1b70fc041fc001b4d4c1d18693ccc1.tar.gz
puppet-tftp-a45261555e1b70fc041fc001b4d4c1d18693ccc1.tar.bz2
Add default module path for tftp::file
This change provides the convenience of using caller_module_name for tftp files, so the following manifests can be abbreviated from: tftp::file { 'foo': source => 'puppet:///modules/example/foo', } tftp::file { 'baz/bar': source => 'puppet:///modules/example/baz/bar', } to: tftp::file { [ 'foo', 'baz/bar' ]: } This simplifies declaring large number of tftp files.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions