diff options
author | crayfishx <craig@craigdunn.org> | 2012-07-11 10:51:18 -0700 |
---|---|---|
committer | crayfishx <craig@craigdunn.org> | 2012-07-11 10:51:18 -0700 |
commit | b5fce3cce34c5ff01243a4dfe9205d26f3c98857 (patch) | |
tree | f3b5ef38e39ef4c2d89b235b26053a416dc4946a /spec/fixtures | |
parent | 2c4423a83a96215de6746873069f40f279e887ff (diff) | |
download | puppet-tftp-b5fce3cce34c5ff01243a4dfe9205d26f3c98857.tar.gz puppet-tftp-b5fce3cce34c5ff01243a4dfe9205d26f3c98857.tar.bz2 |
Fully qualify $::caller_module_name fact.
This fixes the following failed test:
1) tftp::file when deploying file from another module
Failure/Error: })
expected that the catalogue would contain File[/srv/tftp/sample] with source set to `"puppet:///modules/acme/sample"` but it is set to `"puppet:///modules/tftp/sample"` in the catalogue
# ./spec/defines/tftp_file_spec.rb:138
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/manifests/site.pp | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/spec/fixtures/manifests/site.pp b/spec/fixtures/manifests/site.pp deleted file mode 100644 index e69de29..0000000 --- a/spec/fixtures/manifests/site.pp +++ /dev/null |