diff options
| author | Rein Henrichs <rein@puppetlabs.com> | 2010-06-21 17:53:20 -0700 |
|---|---|---|
| committer | test branch <puppet-dev@googlegroups.com> | 2010-02-17 06:50:53 -0800 |
| commit | 35636e9984f1f9b2c6fae3d1410b4b08b6311693 (patch) | |
| tree | 980243c5bb6526845f915bce4a5e4462d569adc0 /lib/puppet/application | |
| parent | 45ca669671cc2cf4f2f811bbd48b5283d8fa6c8a (diff) | |
[#3921] Fix typo "fact_terminus" -> "facts_terminus"
Doh.
Diffstat (limited to 'lib/puppet/application')
| -rw-r--r-- | lib/puppet/application/agent.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/application/agent.rb b/lib/puppet/application/agent.rb index 8353dd89f..39e6ff38c 100644 --- a/lib/puppet/application/agent.rb +++ b/lib/puppet/application/agent.rb @@ -247,7 +247,7 @@ class Puppet::Application::Agent < Puppet::Application Puppet[:catalog_terminus] = :rest # Override the default. - Puppet[:fact_terminus] = :facter + Puppet[:facts_terminus] = :facter Puppet::Resource::Catalog.cache_class = :yaml |
