summaryrefslogtreecommitdiffstats
path: root/lib/puppet/client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/client.rb')
-rw-r--r--lib/puppet/client.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/client.rb b/lib/puppet/client.rb
index f0f0968bf..200834dc5 100644
--- a/lib/puppet/client.rb
+++ b/lib/puppet/client.rb
@@ -15,8 +15,8 @@ module Puppet
# should be in the network client, not the normal client. But if i do
# that, it's hard to tell whether the certs have been initialized.
include Puppet::Daemon
- attr_reader :local, :secureinit
- attr_accessor :schedule, :lastrun
+ attr_reader :secureinit
+ attr_accessor :schedule, :lastrun, :local
class << self
attr_reader :drivername