diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-08-30 18:17:30 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-08-30 18:17:30 +0000 |
commit | b6b9d0b43cc5d4adec0fdba3b148b237d7de9dc6 (patch) | |
tree | cf8a7c2823ed5297cb84c5d646ed01b0ca2e5b1d /lib | |
parent | 02b8b135b1bbd076b20b1245ec347210159d0420 (diff) | |
download | puppet-b6b9d0b43cc5d4adec0fdba3b148b237d7de9dc6.tar.gz puppet-b6b9d0b43cc5d4adec0fdba3b148b237d7de9dc6.tar.xz puppet-b6b9d0b43cc5d4adec0fdba3b148b237d7de9dc6.zip |
Setting both "report" to true by default; I am going to enable pluginsync by default once I have plugins well-documented
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1520 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
-rw-r--r-- | lib/puppet/client/master.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/client/master.rb b/lib/puppet/client/master.rb index 906f8be3c..db18e6942 100644 --- a/lib/puppet/client/master.rb +++ b/lib/puppet/client/master.rb @@ -23,7 +23,7 @@ class Puppet::Client::MasterClient < Puppet::Client :reportserver => ["$server", "The server to which to send transaction reports." ], - :report => [false, + :report => [true, "Whether to send reports after every transaction." ] ) |