summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-rwxr-xr-xsbin/puppetmasterd4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/puppetmasterd b/sbin/puppetmasterd
index c38c64828..454703bc7 100755
--- a/sbin/puppetmasterd
+++ b/sbin/puppetmasterd
@@ -62,5 +62,5 @@
# Copyright (c) 2005 Reductive Labs, LLC
# Licensed under the GNU Public License
-require 'puppet/application/server'
-Puppet::Application[:server].run
+require 'puppet/application/master'
+Puppet::Application[:master].run