class PuppetGhostbuster
# Public: A singleton class to store the running configuration of
# puppet-ghostbuster.
class Configuration
def initialize
Puppet.initialize_settings
end
# Public: Catch situations where options are being set for the first time
# and create the necessary methods to get & set the option in the future.
#
# args - An Array of values to set the option to.
# method - The String name of the option.
# block - Unused.
#
# Returns nothing.
#
# Signature
#
#