summaryrefslogtreecommitdiffstats
path: root/lib/puppet/faces/node.rb
diff options
context:
space:
mode:
authorDaniel Pittman <daniel@puppetlabs.com>2011-04-07 14:20:35 -0700
committerDaniel Pittman <daniel@puppetlabs.com>2011-04-07 15:52:04 -0700
commit8d144d0bf5116c5f04522f2b4cd75699f6480f8e (patch)
treed1f0a58fc106b04c9149782b56b0736394ef931b /lib/puppet/faces/node.rb
parent5592034fdb8bf3a72ab3133d69443490f9ad7b78 (diff)
downloadpuppet-8d144d0bf5116c5f04522f2b4cd75699f6480f8e.tar.gz
puppet-8d144d0bf5116c5f04522f2b4cd75699f6480f8e.tar.xz
puppet-8d144d0bf5116c5f04522f2b4cd75699f6480f8e.zip
(#7012) Update references in code to use face(s)
The codebase is now using the new name, faces, uniformly to reference the objects contained. All tests pass.
Diffstat (limited to 'lib/puppet/faces/node.rb')
-rw-r--r--lib/puppet/faces/node.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/faces/node.rb b/lib/puppet/faces/node.rb
index bc31a2cf3..7eed0df91 100644
--- a/lib/puppet/faces/node.rb
+++ b/lib/puppet/faces/node.rb
@@ -1,5 +1,5 @@
-require 'puppet/string/indirector'
+require 'puppet/faces/indirector'
-Puppet::String::Indirector.define(:node, '0.0.1') do
+Puppet::Faces::Indirector.define(:node, '0.0.1') do
set_default_format :yaml
end