diff options
author | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-01-04 01:01:31 +0000 |
---|---|---|
committer | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-01-04 01:01:31 +0000 |
commit | 2366c95a00570c074ebfbeb5f0150dfc994b7b23 (patch) | |
tree | e11b4db01a47d8a25d4c74607f8ac42aec3ad238 | |
parent | cbd20f00899433c46ce7cb25f966e54217621d7f (diff) | |
download | puppet-2366c95a00570c074ebfbeb5f0150dfc994b7b23.tar.gz puppet-2366c95a00570c074ebfbeb5f0150dfc994b7b23.tar.xz puppet-2366c95a00570c074ebfbeb5f0150dfc994b7b23.zip |
Explicitly require puppet/filetype; otherwise, tests for this module fail
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2031 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | lib/puppet/inifile.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/puppet/inifile.rb b/lib/puppet/inifile.rb index 2990f3711..9201bf3f4 100644 --- a/lib/puppet/inifile.rb +++ b/lib/puppet/inifile.rb @@ -5,6 +5,9 @@ # something has changed are written back to disk # Great care is taken to preserve comments and blank lines from the original # files + +require 'puppet/filetype' + module Puppet module IniConfig |