summaryrefslogtreecommitdiffstats
path: root/lib/puppet/config_stores/rest.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/config_stores/rest.rb')
-rw-r--r--lib/puppet/config_stores/rest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/config_stores/rest.rb b/lib/puppet/config_stores/rest.rb
index 980968bd8..bb3d937ac 100644
--- a/lib/puppet/config_stores/rest.rb
+++ b/lib/puppet/config_stores/rest.rb
@@ -1,4 +1,4 @@
-Puppet::Util::ConfigStore.newstore(:rest) do
+Puppet::Util::SettingsStore.newstore(:rest) do
desc "Store client configurations via a REST web service."
require 'net/http'