diff options
-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 |