diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-12-28 08:06:46 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-12-28 08:06:46 +0000 |
| commit | 652982257d7d4b1fdfada25880d70b29702a4c69 (patch) | |
| tree | 9c538a33e20f7ca131ece23fde1f1c7824f1a5f3 /lib/puppet/reports | |
| parent | 038d6a6e79da9db5a12ca3e78c4539178cc49b44 (diff) | |
| download | puppet-652982257d7d4b1fdfada25880d70b29702a4c69.tar.gz puppet-652982257d7d4b1fdfada25880d70b29702a4c69.tar.xz puppet-652982257d7d4b1fdfada25880d70b29702a4c69.zip | |
I have not yet finished testing, but most of the providers now successfully pass arrays to execute() instead of strings, which means that the vast majority of execution problems are now gone. I will finish testing tomorrow, hopefully, and will also hopefully be able to verify that the execution-related bugs are fixed.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1979 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/reports')
| -rw-r--r-- | lib/puppet/reports/store.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/puppet/reports/store.rb b/lib/puppet/reports/store.rb index e3a3481ad..c8d7cdfce 100644 --- a/lib/puppet/reports/store.rb +++ b/lib/puppet/reports/store.rb @@ -1,15 +1,6 @@ require 'puppet' Puppet::Server::Report.newreport(:store, :useyaml => true) do - Puppet.setdefaults(:reporting, - :reportdir => {:default => "$vardir/reports", - :mode => 0750, - :owner => "$user", - :group => "$group", - :desc => "The directory in which to store reports received from the - client. Each client gets a separate subdirectory."} - ) - Puppet.config.use(:reporting) desc "Store the yaml report on disk. Each host sends its report as a YAML dump |
