inifile.rb

Path: lib/puppet/util/inifile.rb
Last Update: Wed Dec 09 12:54:29 -0800 2009

Module Puppet::IniConfig A generic way to parse .ini style files and manipulate them in memory One ‘file’ can be made up of several physical files. Changes to sections on the file are tracked so that only the physical files in which something has changed are written back to disk Great care is taken to preserve comments and blank lines from the original files

The parsing tries to stay close to python‘s ConfigParser

Required files

puppet/util/filetype  

[Validate]