luke@phage(0) $ ./config.rb
PPPPPPPPPPPPPPPPPPPPPP
Finished in 0.013973 seconds
22 examples, 0 failures, 22 pending
Pending:
Puppet::Util::Config when specifying defaults should allow specification of default values (Not Yet Implemented)
Puppet::Util::Config when specifying defaults should return default values if no values have been set (Not Yet Implemented)
Puppet::Util::Config when specifying defaults should require a description when defaults are specified (Not Yet Implemented)
Puppet::Util::Config when specifying defaults should support specifying owner, group, and mode when specifying files (Not Yet Implemented)
Puppet::Util::Config when returning values should return set values (Not Yet Implemented)
Puppet::Util::Config when returning values should support a search path for finding set parameters (Not Yet Implemented)
Puppet::Util::Config when returning values should interpolate other parameters into returned parameter values (Not Yet Implemented)
Puppet::Util::Config when specifying values should support a cli-specific mechanism for setting values (Not Yet Implemented)
Puppet::Util::Config when specifying values should retain parameters set by cli when configuration files are reparsed (Not Yet Implemented)
Puppet::Util::Config when parsing its configuration should support an INI-like configuration file (Not Yet Implemented)
Puppet::Util::Config when parsing its configuration should support specifying file metadata (owner, group, mode) in the configuration file (Not Yet Implemented)
Puppet::Util::Config when parsing its configuration should convert booleans in the configuration file into Ruby booleans (Not Yet Implemented)
Puppet::Util::Config when parsing its configuration should convert integers in the configuration file into Ruby Integers (Not Yet Implemented)
Puppet::Util::Config when being used to manage the host machine should provide a method that writes files with the correct modes (Not Yet Implemented)
Puppet::Util::Config when being used to manage the host machine should provide a method that creates directories with the correct modes (Not Yet Implemented)
Puppet::Util::Config when being used to manage the host machine should provide a method to declare what directories should exist (Not Yet Implemented)
Puppet::Util::Config when being used to manage the host machine should provide a method to trigger enforcing of file modes on existing files and directories (Not Yet Implemented)
Puppet::Util::Config when being used to manage the host machine should provide a method to convert the file mode enforcement into a Puppet manifest (Not Yet Implemented)
Puppet::Util::Config when being used to manage the host machine should provide an option to create needed users and groups (Not Yet Implemented)
Puppet::Util::Config when being used to manage the host machine should provide a method to print out the current configuration (Not Yet Implemented)
Puppet::Util::Config when being used to manage the host machine should be able to provide all of its parameters in a format compatible with GetOpt::Long (Not Yet Implemented)
Puppet::Util::Config when being used to manage the host machine should not attempt to manage files within /dev (Not Yet Implemented)