diff options
Diffstat (limited to 'sbin/puppetmasterd')
| -rwxr-xr-x | sbin/puppetmasterd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/puppetmasterd b/sbin/puppetmasterd index 9f12f678c..c38c64828 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/puppetmasterd' -Puppet::Application[:puppetmasterd].run +require 'puppet/application/server' +Puppet::Application[:server].run |
