Class: Puppet::Provider::Yumrepo::IniConfig::FileCollection

Inherits:
Util::IniConfig::FileCollection
  • Object
show all
Defined in:
lib/puppet/provider/yumrepo/inifile.rb

Overview

Creates a collection of new files on disk.

Instance Method Summary collapse

Instance Method Details

#storeObject



38
39
40
41
42
# File 'lib/puppet/provider/yumrepo/inifile.rb', line 38

def store
  @files.delete_if do |_, file|
    file.store
  end
end