diff options
author | Micah <micah@leap.se> | 2016-05-24 10:19:21 -0400 |
---|---|---|
committer | Micah <micah@leap.se> | 2016-05-24 10:19:21 -0400 |
commit | 996f68542865b811b1b3ca93119f7ca8cfb73fa0 (patch) | |
tree | 2535cb145ee2ed479dc992bd78a9819cb5b92996 /lib |
Squashed 'puppet/modules/concat/' content from commit abce128
git-subtree-dir: puppet/modules/concat
git-subtree-split: abce1280e07b544d8455f1572dd870bbd2f14892
Diffstat (limited to 'lib')
-rw-r--r-- | lib/facter/concat_basedir.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/facter/concat_basedir.rb b/lib/facter/concat_basedir.rb new file mode 100644 index 00000000..02e9c5bf --- /dev/null +++ b/lib/facter/concat_basedir.rb @@ -0,0 +1,5 @@ +Facter.add("concat_basedir") do + setcode do + File.join(Puppet[:vardir],"concat") + end +end |