summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-06-17 17:38:57 +1000
committerJames Turnbull <james@lovedthanlost.net>2008-06-17 17:38:57 +1000
commitd6943cd6154d80445eeb58721ab2e16bb17bff02 (patch)
tree89109d06c10d537b67bb05255ff29ac7fdd9b261
parentc83b23d029c8791c2369336702c6bf2ece5e2587 (diff)
parent9c1ab147b3570003bb7907d8a0cadca52869f4bd (diff)
downloadpuppet-d6943cd6154d80445eeb58721ab2e16bb17bff02.tar.gz
puppet-d6943cd6154d80445eeb58721ab2e16bb17bff02.tar.xz
puppet-d6943cd6154d80445eeb58721ab2e16bb17bff02.zip
Merge branch 'tickets/0.24.x/1371' into 0.24.x
-rwxr-xr-xbin/puppet2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/puppet b/bin/puppet
index 23b175087..5e10ad460 100755
--- a/bin/puppet
+++ b/bin/puppet
@@ -187,7 +187,7 @@ facts = Puppet::Node::Facts.find("me")
facts.name = facts.values["hostname"]
# Find our Node
-node = Puppet::Node.find_by_any_name(facts.name)
+node = Puppet::Node.find(facts.name)
# Merge in the facts.
node.merge(facts.values)