summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-01-04 20:09:58 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-01-04 20:09:58 +0000
commitd5651f80fe47b9aeb18bf0ba36e9618ccd33c7c0 (patch)
tree714ebea883d26865d6ab041ce38ac94e13835ed1 /lib
parenta454dfb4fb60c26782b5ebbb6c6a5392321f9c1d (diff)
downloadpuppet-d5651f80fe47b9aeb18bf0ba36e9618ccd33c7c0.tar.gz
puppet-d5651f80fe47b9aeb18bf0ba36e9618ccd33c7c0.tar.xz
puppet-d5651f80fe47b9aeb18bf0ba36e9618ccd33c7c0.zip
Fixing tests so they now include descriptions with all config options, which is now required.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2038 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet/reports/store.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/reports/store.rb b/lib/puppet/reports/store.rb
index c8d7cdfce..cb0aa0a3c 100644
--- a/lib/puppet/reports/store.rb
+++ b/lib/puppet/reports/store.rb
@@ -15,6 +15,7 @@ Puppet::Server::Report.newreport(:store, :useyaml => true) do
config.setdefaults("reportclient-#{client}",
"clientdir-#{client}" => { :default => dir,
:mode => 0750,
+ :desc => "Client dir for %s" % client,
:owner => Puppet[:user],
:group => Puppet[:group]
}