diff options
| author | Luke Kanies <luke@madstop.com> | 2009-05-19 22:24:28 -0500 |
|---|---|---|
| committer | James Turnbull <james@lovedthanlost.net> | 2009-05-20 18:20:56 +1000 |
| commit | 469604f33645e136725e34b57ce270b4397d3536 (patch) | |
| tree | c90bc090f81758561255b6e01698b735dd6ff5c0 /lib/puppet/configurer | |
| parent | d39c4850904cc9b27110d753ddd94849bdec7644 (diff) | |
| download | puppet-469604f33645e136725e34b57ce270b4397d3536.tar.gz puppet-469604f33645e136725e34b57ce270b4397d3536.tar.xz puppet-469604f33645e136725e34b57ce270b4397d3536.zip | |
Deprecating factsync - pluginsync should be used instead
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'lib/puppet/configurer')
| -rw-r--r-- | lib/puppet/configurer/fact_handler.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/puppet/configurer/fact_handler.rb b/lib/puppet/configurer/fact_handler.rb index 4135427c9..87176496c 100644 --- a/lib/puppet/configurer/fact_handler.rb +++ b/lib/puppet/configurer/fact_handler.rb @@ -40,6 +40,9 @@ module Puppet::Configurer::FactHandler def download_fact_plugins return unless download_fact_plugins? + # Deprecated prior to 0.25, as of 5/19/2008 + Puppet.warning "Fact syncing is deprecated as of 0.25 -- use 'pluginsync' instead" + Puppet::Configurer::Downloader.new("fact", Puppet[:factdest], Puppet[:factsource], Puppet[:factsignore]).evaluate end |
