Renaming 'configuration' to 'catalog', fixing #954.
commitcb0c4eebb0a7b2fadc5e0487e1c692007cb8b2e5
authorLuke Kanies <luke@madstop.com>
Tue, 11 Dec 2007 21:35:36 +0000 (11 15:35 -0600)
committerLuke Kanies <luke@madstop.com>
Tue, 11 Dec 2007 21:35:36 +0000 (11 15:35 -0600)
treeb4284addea69adf9d19028ff1bab94035b1c1827
parent7ac3bd79621f6c66cd3b5b7041aeba83c27c3602
Renaming 'configuration' to 'catalog', fixing #954.
69 files changed:
bin/puppet
bin/ralsh
ext/module_puppet
ext/puppet-test
lib/puppet/dsl.rb
lib/puppet/indirector/catalog/compiler.rb [moved from lib/puppet/indirector/configuration/compiler.rb with 84% similarity]
lib/puppet/indirector/catalog/yaml.rb [moved from lib/puppet/indirector/configuration/yaml.rb with 74% similarity]
lib/puppet/metatype/evaluation.rb
lib/puppet/metatype/instances.rb
lib/puppet/metatype/metaparams.rb
lib/puppet/network/client/master.rb
lib/puppet/network/handler/resource.rb
lib/puppet/node/catalog.rb [moved from lib/puppet/node/configuration.rb with 88% similarity]
lib/puppet/parser/ast/hostclass.rb
lib/puppet/parser/compile.rb
lib/puppet/parser/functions.rb
lib/puppet/parser/interpreter.rb
lib/puppet/resource_reference.rb
lib/puppet/transaction.rb
lib/puppet/transportable.rb
lib/puppet/type.rb
lib/puppet/type/component.rb
lib/puppet/type/pfile.rb
lib/puppet/util/settings.rb
spec/unit/indirector/catalog/compiler.rb [moved from spec/unit/indirector/configuration/compiler.rb with 73% similarity]
spec/unit/indirector/catalog/yaml.rb [new file with mode: 0755]
spec/unit/indirector/configuration/yaml.rb [deleted file]
spec/unit/network/client/master.rb
spec/unit/network/http/mongrel.rb
spec/unit/network/http/webrick.rb
spec/unit/node/catalog.rb [moved from spec/unit/node/configuration.rb with 80% similarity]
spec/unit/other/transaction.rb
spec/unit/other/transbucket.rb
spec/unit/parser/compile.rb
spec/unit/parser/interpreter.rb
spec/unit/ral/type.rb
spec/unit/ral/types/package.rb
spec/unit/resource_reference.rb
spec/unit/util/settings.rb
test/language/ast/hostclass.rb
test/language/compile.rb
test/language/functions.rb
test/language/snippets.rb
test/lib/puppettest/parsertesting.rb
test/lib/puppettest/support/assertions.rb
test/lib/puppettest/support/resources.rb
test/lib/puppettest/support/utils.rb
test/network/client/client.rb
test/network/client/master.rb
test/other/events.rb
test/other/overrides.rb
test/other/relationships.rb
test/other/report.rb
test/other/transactions.rb
test/ral/manager/instances.rb
test/ral/manager/type.rb
test/ral/types/basic.rb
test/ral/types/cron.rb
test/ral/types/exec.rb
test/ral/types/file.rb
test/ral/types/file/target.rb
test/ral/types/fileignoresource.rb
test/ral/types/filesources.rb
test/ral/types/group.rb
test/ral/types/host.rb
test/ral/types/parameter.rb
test/ral/types/sshkey.rb
test/ral/types/tidy.rb
test/ral/types/user.rb