Table of Contents - puppet_generator-0.5.7 Documentation
Classes and Modules
- Logger
- PuppetGenerator
- PuppetGenerator::Actions
- PuppetGenerator::Actions::CopyFilesToModuleDirectory
- PuppetGenerator::Actions::Null
- PuppetGenerator::Api
- PuppetGenerator::Definition
- PuppetGenerator::EntryConverters
- PuppetGenerator::EntryConverters::File
- PuppetGenerator::EntryConverters::Package
- PuppetGenerator::EntryConverters::Role
- PuppetGenerator::EntryConverters::User
- PuppetGenerator::Exceptions
- PuppetGenerator::Exceptions::DirectoryDoesNotExist
- PuppetGenerator::Exceptions::EmptySource
- PuppetGenerator::Exceptions::ErrorDuringCopyFiles
- PuppetGenerator::Exceptions::ExceptionNeedsToBeImplemented
- PuppetGenerator::Exceptions::FileDoesNotExist
- PuppetGenerator::Exceptions::FilesystemError
- PuppetGenerator::Exceptions::InstanceNotFound
- PuppetGenerator::Exceptions::InternalError
- PuppetGenerator::Exceptions::InvalidAction
- PuppetGenerator::Exceptions::InvalidEntryConverter
- PuppetGenerator::Exceptions::InvalidExportFilter
- PuppetGenerator::Exceptions::InvalidExporter
- PuppetGenerator::Exceptions::InvalidImportFilter
- PuppetGenerator::Exceptions::InvalidImporter
- PuppetGenerator::Exceptions::InvalidOutputChannel
- PuppetGenerator::Exceptions::InvalidPasswdInput
- PuppetGenerator::Exceptions::InvalidSearchCriteria
- PuppetGenerator::Exceptions::InvalidSource
- PuppetGenerator::Exceptions::InvalidTemplate
- PuppetGenerator::Exceptions::InvalidYamlInput
- PuppetGenerator::Exceptions::MethodNeedsToBeImplemented
- PuppetGenerator::Exceptions::TemplateNotFound
- PuppetGenerator::Exceptions::UnauthorizedUseOfKeyword
- PuppetGenerator::Exceptions::UnknownAction
- PuppetGenerator::Exceptions::UnknownErrorMessage
- PuppetGenerator::Exceptions::UnknownExportFilter
- PuppetGenerator::Exceptions::UnknownImportFilter
- PuppetGenerator::Exceptions::UserError
- PuppetGenerator::Exceptions::WrongTemplateChosen
- PuppetGenerator::ExportFilters
- PuppetGenerator::ExportFilters::BuildRoleIncludesForDirectory
- PuppetGenerator::ExportFilters::FilesystemAttributes
- PuppetGenerator::ExportFilters::Null
- PuppetGenerator::Exporters
- PuppetGenerator::Exporters::Directory
- PuppetGenerator::Exporters::File
- PuppetGenerator::Exporters::Stdout
- PuppetGenerator::ImportFilters
- PuppetGenerator::ImportFilters::Null
- PuppetGenerator::ImportFilters::Passwd
- PuppetGenerator::ImportFilters::Yaml
- PuppetGenerator::Importers
- PuppetGenerator::Importers::Directory
- PuppetGenerator::Importers::File
- PuppetGenerator::Importers::Stdin
- PuppetGenerator::Logger
- PuppetGenerator::Middleware
- PuppetGenerator::Middleware::ApplyExportFilters
- PuppetGenerator::Middleware::CheckForEmptySource
- PuppetGenerator::Middleware::ConfigureLogging
- PuppetGenerator::Middleware::CreateModuleDirectories
- PuppetGenerator::Middleware::CreateOutput
- PuppetGenerator::Middleware::CreatePuppetObjectFromEntry
- PuppetGenerator::Middleware::EnableDebuggingLibraries
- PuppetGenerator::Middleware::ExecuteActions
- PuppetGenerator::Middleware::FilterImportedData
- PuppetGenerator::Middleware::HandleErrors
- PuppetGenerator::Middleware::OutputDebugInformationForModels
- PuppetGenerator::Middleware::ReadInput
- PuppetGenerator::Models
- PuppetGenerator::Models::Action
- PuppetGenerator::Models::Base
- PuppetGenerator::Models::ClassBasedModel
- PuppetGenerator::Models::ClassBasedModel::ClassMethods
- PuppetGenerator::Models::EntryConverter
- PuppetGenerator::Models::ErrorMessage
- PuppetGenerator::Models::ExportFilter
- PuppetGenerator::Models::Exporter
- PuppetGenerator::Models::FilesystemBasedModel
- PuppetGenerator::Models::FilesystemBasedModel::ClassMethods
- PuppetGenerator::Models::ImportFilter
- PuppetGenerator::Models::Importer
- PuppetGenerator::Models::Template
- PuppetGenerator::PuppetHelper
- PuppetGenerator::PuppetObjects
- PuppetGenerator::PuppetObjects::File
- PuppetGenerator::PuppetObjects::Package
- PuppetGenerator::PuppetObjects::Role
- PuppetGenerator::PuppetObjects::User
- PuppetGenerator::Setup
- PuppetGenerator::Setup::Bare
- PuppetGenerator::Setup::DefaultActions
- PuppetGenerator::Setup::DefaultErrorMessages
- PuppetGenerator::Setup::DefaultExportFilter
- PuppetGenerator::Setup::DefaultExporter
- PuppetGenerator::Setup::DefaultImportFilter
- PuppetGenerator::Setup::DefaultImporter
- PuppetGenerator::Setup::EntryConverters
- PuppetGenerator::Setup::File
- PuppetGenerator::Setup::Module
- PuppetGenerator::Setup::Package
- PuppetGenerator::Setup::Role
- PuppetGenerator::Setup::User
- PuppetGenerator::Task
- PuppetGenerator::Ui
- PuppetGenerator::Ui::CommandlineParserHelper
- PuppetGenerator::Ui::Create
- PuppetGenerator::Ui::Runner
- PuppetGenerator::Ui::Tasks
Methods
- ::all — PuppetGenerator::Models::Base
- ::all_names_as_string — PuppetGenerator::Models::Base
- ::check_method — PuppetGenerator::Models::Action
- ::check_method — PuppetGenerator::Models::EntryConverter
- ::check_method — PuppetGenerator::Models::ExportFilter
- ::check_method — PuppetGenerator::Models::Exporter
- ::check_method — PuppetGenerator::Models::ImportFilter
- ::check_method — PuppetGenerator::Models::Importer
- ::clear — PuppetGenerator::Models::Base
- ::create — PuppetGenerator::Models::Base
- ::create_tags — PuppetGenerator::Models::Template
- ::delete — PuppetGenerator::Models::Base
- ::enable — PuppetGenerator::Models::Base
- ::enable_coverage_report — PuppetGenerator
- ::enable_debugging_libraries — PuppetGenerator
- ::existing_destination? — PuppetGenerator::Models::Exporter
- ::existing_source? — PuppetGenerator::Models::Importer
- ::exit_on_failure? — PuppetGenerator::Ui::Create
- ::exit_on_failure? — PuppetGenerator::Ui::Runner
- ::exit_on_failure? — PuppetGenerator::Ui::Tasks
- ::find — PuppetGenerator::Models::Base
- ::find_all — PuppetGenerator::Models::Base
- ::forbidden_keywords — PuppetGenerator::Models::ExportFilter
- ::forbidden_keywords — PuppetGenerator::Models::ImportFilter
- ::gem_load_path — PuppetGenerator
- ::included — PuppetGenerator::Models::ClassBasedModel
- ::included — PuppetGenerator::Models::FilesystemBasedModel
- ::inherited — PuppetGenerator::Models::Base
- ::init — PuppetGenerator::Models::ErrorMessage
- ::library_name — PuppetGenerator
- ::load_from_filesystem — PuppetGenerator::Models::Template
- ::logger — PuppetGenerator
- ::logger — PuppetGenerator::Models
- ::logger= — PuppetGenerator::Models
- ::new — PuppetGenerator::Definition
- ::new — PuppetGenerator::Logger
- ::new — PuppetGenerator::Middleware::ApplyExportFilters
- ::new — PuppetGenerator::Middleware::CheckForEmptySource
- ::new — PuppetGenerator::Middleware::ConfigureLogging
- ::new — PuppetGenerator::Middleware::CreateModuleDirectories
- ::new — PuppetGenerator::Middleware::CreateOutput
- ::new — PuppetGenerator::Middleware::CreatePuppetObjectFromEntry
- ::new — PuppetGenerator::Middleware::EnableDebuggingLibraries
- ::new — PuppetGenerator::Middleware::ExecuteActions
- ::new — PuppetGenerator::Middleware::FilterImportedData
- ::new — PuppetGenerator::Middleware::HandleErrors
- ::new — PuppetGenerator::Middleware::OutputDebugInformationForModels
- ::new — PuppetGenerator::Middleware::ReadInput
- ::new — PuppetGenerator::Models::Action
- ::new — PuppetGenerator::Models::Base
- ::new — PuppetGenerator::Models::EntryConverter
- ::new — PuppetGenerator::Models::ErrorMessage
- ::new — PuppetGenerator::Models::ExportFilter
- ::new — PuppetGenerator::Models::Exporter
- ::new — PuppetGenerator::Models::ImportFilter
- ::new — PuppetGenerator::Models::Importer
- ::new — PuppetGenerator::Models::Template
- ::new — PuppetGenerator::PuppetObjects::File
- ::new — PuppetGenerator::PuppetObjects::Package
- ::new — PuppetGenerator::PuppetObjects::Role
- ::new — PuppetGenerator::PuppetObjects::User
- ::new — PuppetGenerator::Setup::Bare
- ::new — PuppetGenerator::Setup::File
- ::new — PuppetGenerator::Setup::Module
- ::new — PuppetGenerator::Setup::Package
- ::new — PuppetGenerator::Setup::Role
- ::new — PuppetGenerator::Setup::User
- ::new — PuppetGenerator::Task
- ::path — PuppetGenerator::Models::Action
- ::path — PuppetGenerator::Models::EntryConverter
- ::path — PuppetGenerator::Models::ErrorMessage
- ::path — PuppetGenerator::Models::ExportFilter
- ::path — PuppetGenerator::Models::Exporter
- ::path — PuppetGenerator::Models::ImportFilter
- ::path — PuppetGenerator::Models::Importer
- ::path — PuppetGenerator::Models::Template
- ::path_to_instances — PuppetGenerator::Models::Template
- ::pretty_subcommands — PuppetGenerator::Ui::CommandlineParserHelper
- ::register — PuppetGenerator::Models::Base
- ::reset — PuppetGenerator::Models::ErrorMessage
- ::root_directory — PuppetGenerator
- ::suffix — PuppetGenerator::Models::Template
- ::suitable_outputs_for_path — PuppetGenerator::Models::Template
- ::use — PuppetGenerator::Setup::DefaultActions
- ::use — PuppetGenerator::Setup::EntryConverters
- ::use — PuppetGenerator::Setup::DefaultErrorMessages
- ::use — PuppetGenerator::Setup::DefaultExportFilter
- ::use — PuppetGenerator::Setup::DefaultExporter
- ::use — PuppetGenerator::Setup::DefaultImportFilter
- ::use — PuppetGenerator::Setup::DefaultImporter
- ::valid_destination? — PuppetGenerator::Models::Exporter
- ::valid_source? — PuppetGenerator::Models::Importer
- #<=> — PuppetGenerator::Models::Base
- #_generate_definition — PuppetGenerator::Api
- #_setup — PuppetGenerator::Api
- #apply_filters — PuppetGenerator::Middleware::ApplyExportFilters
- #bold_red — PuppetGenerator::Middleware::ConfigureLogging
- #build_class_constant — PuppetGenerator::Models::ClassBasedModel::ClassMethods
- #call — PuppetGenerator::Middleware::ApplyExportFilters
- #call — PuppetGenerator::Middleware::CheckForEmptySource
- #call — PuppetGenerator::Middleware::ConfigureLogging
- #call — PuppetGenerator::Middleware::CreateModuleDirectories
- #call — PuppetGenerator::Middleware::CreateOutput
- #call — PuppetGenerator::Middleware::CreatePuppetObjectFromEntry
- #call — PuppetGenerator::Middleware::EnableDebuggingLibraries
- #call — PuppetGenerator::Middleware::ExecuteActions
- #call — PuppetGenerator::Middleware::FilterImportedData
- #call — PuppetGenerator::Middleware::HandleErrors
- #call — PuppetGenerator::Middleware::OutputDebugInformationForModels
- #call — PuppetGenerator::Middleware::ReadInput
- #check_klass — PuppetGenerator::Models::ClassBasedModel::ClassMethods
- #check_method — PuppetGenerator::Models::ClassBasedModel::ClassMethods
- #convert — PuppetGenerator::EntryConverters::File
- #convert — PuppetGenerator::EntryConverters::Package
- #convert — PuppetGenerator::EntryConverters::Role
- #convert — PuppetGenerator::EntryConverters::User
- #convert — PuppetGenerator::ExportFilters::BuildRoleIncludesForDirectory
- #convert — PuppetGenerator::ExportFilters::FilesystemAttributes
- #convert — PuppetGenerator::ExportFilters::Null
- #convert — PuppetGenerator::ImportFilters::Null
- #convert — PuppetGenerator::ImportFilters::Passwd
- #convert — PuppetGenerator::ImportFilters::Yaml
- #create_roles_in_directory — PuppetGenerator::Ui::Tasks
- #create_task — PuppetGenerator::Setup::Bare
- #create_task — PuppetGenerator::Setup::File
- #create_task — PuppetGenerator::Setup::Module
- #create_task — PuppetGenerator::Setup::Package
- #create_task — PuppetGenerator::Setup::Role
- #create_task — PuppetGenerator::Setup::User
- #debug_msg — PuppetGenerator::Logger
- #default_creator_stack — PuppetGenerator::Api
- #directory? — PuppetGenerator::ExportFilters::BuildRoleIncludesForDirectory
- #directory? — PuppetGenerator::ExportFilters::FilesystemAttributes
- #enable — PuppetGenerator::Models::Base
- #enabled? — PuppetGenerator::Models::Base
- #eql? — PuppetGenerator::Models::Base
- #error_msg — PuppetGenerator::Logger
- #exception_for_model — PuppetGenerator::Models::ClassBasedModel::ClassMethods
- #execute_actions — PuppetGenerator::Middleware::ExecuteActions
- #exit_with_error — PuppetGenerator::Middleware::HandleErrors
- #file — PuppetGenerator::Ui::Create
- #file? — PuppetGenerator::ExportFilters::FilesystemAttributes
- #forbidden_keywords — PuppetGenerator::Models::FilesystemBasedModel::ClassMethods
- #format_debug — PuppetGenerator::Logger
- #format_standard — PuppetGenerator::Logger
- #fqcn — PuppetGenerator::Models::FilesystemBasedModel::ClassMethods
- #generate_file_definition — PuppetGenerator::Api
- #generate_module — PuppetGenerator::Api
- #generate_package_definition — PuppetGenerator::Api
- #generate_role_definition — PuppetGenerator::Api
- #generate_user_definition — PuppetGenerator::Api
- #hash_keys_from_str_to_sym — PuppetGenerator::ImportFilters::Yaml
- #includes — PuppetGenerator::ExportFilters::BuildRoleIncludesForDirectory
- #info_msg — PuppetGenerator::Logger
- #init — PuppetGenerator::Models::FilesystemBasedModel::ClassMethods
- #is_suitable_for? — PuppetGenerator::Models::Template
- #is_tagged_with? — PuppetGenerator::Models::Template
- #load_from_filesystem — PuppetGenerator::Models::ClassBasedModel::ClassMethods
- #load_from_filesystem — PuppetGenerator::Models::FilesystemBasedModel::ClassMethods
- #log_level — PuppetGenerator::Task
- #make_source — PuppetGenerator::Actions::CopyFilesToModuleDirectory
- #mkdir — PuppetGenerator::Middleware::CreateModuleDirectories
- #mkfile — PuppetGenerator::Middleware::CreateModuleDirectories
- #mode — PuppetGenerator::ExportFilters::FilesystemAttributes
- #mode= — PuppetGenerator::Logger
- #model_name — PuppetGenerator::Models::FilesystemBasedModel::ClassMethods
- #module — PuppetGenerator::Ui::Create
- #module_name — PuppetGenerator::Models::FilesystemBasedModel::ClassMethods
- #name — PuppetGenerator::PuppetObjects::File
- #name — PuppetGenerator::Models::FilesystemBasedModel::ClassMethods
- #name? — PuppetGenerator::Models::Base
- #option_to_output — PuppetGenerator::Middleware::HandleErrors
- #output_error_messages — PuppetGenerator::Api
- #owner — PuppetGenerator::ExportFilters::FilesystemAttributes
- #package — PuppetGenerator::Ui::Create
- #path — PuppetGenerator::Models::Template
- #path_to_instances — PuppetGenerator::Models::FilesystemBasedModel::ClassMethods
- #postscript — PuppetGenerator::Middleware::HandleErrors
- #pre_stack — PuppetGenerator::Api
- #puppet_class_name — PuppetGenerator::PuppetHelper
- #puppet_manifest_path — PuppetGenerator::PuppetHelper
- #puppet_module_name — PuppetGenerator::PuppetHelper
- #puppet_module_path — PuppetGenerator::PuppetHelper
- #read — PuppetGenerator::Importers::Directory
- #read — PuppetGenerator::Importers::File
- #read — PuppetGenerator::Importers::Stdin
- #reads_from? — PuppetGenerator::Importers::Directory
- #reads_from? — PuppetGenerator::Importers::File
- #reads_from? — PuppetGenerator::Importers::Stdin
- #render — PuppetGenerator::Models::Template
- #require_path — PuppetGenerator::Models::ClassBasedModel::ClassMethods
- #role — PuppetGenerator::Ui::Create
- #root_path — PuppetGenerator::Middleware::CreateModuleDirectories
- #run — PuppetGenerator::Actions::CopyFilesToModuleDirectory
- #run — PuppetGenerator::Actions::Null
- #run_with_messages — PuppetGenerator::Api
- #setup_environment — PuppetGenerator::Setup::File
- #setup_environment — PuppetGenerator::Setup::Module
- #setup_environment — PuppetGenerator::Setup::Package
- #setup_environment — PuppetGenerator::Setup::Role
- #setup_environment — PuppetGenerator::Setup::User
- #stats — PuppetGenerator::ExportFilters::FilesystemAttributes
- #suffix — PuppetGenerator::Models::ClassBasedModel::ClassMethods
- #suffix — PuppetGenerator::Models::FilesystemBasedModel::ClassMethods
- #suggested_file_name — PuppetGenerator::PuppetObjects::File
- #suggested_file_name — PuppetGenerator::PuppetObjects::Package
- #suggested_file_name — PuppetGenerator::PuppetObjects::Role
- #suggested_file_name — PuppetGenerator::PuppetObjects::User
- #template — PuppetGenerator::Models::Template
- #template_content — PuppetGenerator::Models::Template
- #text — PuppetGenerator::Models::ErrorMessage
- #type — PuppetGenerator::ExportFilters::FilesystemAttributes
- #user — PuppetGenerator::Ui::Create
- #write — PuppetGenerator::Exporters::Directory
- #write — PuppetGenerator::Exporters::File
- #write — PuppetGenerator::Exporters::Stdout
- #writes_to? — PuppetGenerator::Exporters::Directory
- #writes_to? — PuppetGenerator::Exporters::File
- #writes_to? — PuppetGenerator::Exporters::Stdout