diff options
author | Nan Liu <nan@puppetlabs.com> | 2012-06-25 12:12:06 -0700 |
---|---|---|
committer | Nan Liu <nan@puppetlabs.com> | 2012-06-25 12:15:21 -0700 |
commit | a45261555e1b70fc041fc001b4d4c1d18693ccc1 (patch) | |
tree | 1313860947ea07c362c1514a95a42d73ae2e349c /tests | |
parent | 6500ac722b939b86c32559508be3c7f224ba5cfe (diff) | |
download | puppet-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