Fixing the executables to use the new indirection api.

This commit is contained in:
Luke Kanies 2008-04-08 21:36:29 -05:00
Родитель 7774d9c443
Коммит d82ac984cd
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -206,7 +206,7 @@ end
begin
# Compile our catalog
catalog = Puppet::Node::Catalog.find(node)
catalog = Puppet::Node::Catalog.find(node.name, :node => node)
# Translate it to a RAL catalog
catalog = catalog.to_ral

Просмотреть файл

@ -179,7 +179,7 @@ node.classes = classes
begin
# Compile our configuration
catalog = Puppet::Node::Catalog.find(node)
catalog = Puppet::Node::Catalog.find(node.name, :node => node)
rescue => detail
if Puppet[:trace]
puts detail.backtrace