diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-12-27 19:37:57 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-12-27 19:37:57 +0000 |
| commit | 1d057396de46eab64f757d79c7996d0ca0245043 (patch) | |
| tree | 5da3202c60ee2deb02ea3a8ae22bc6fecb7e12fa /lib/puppet/server | |
| parent | 92ff7121ec656b36815b14533fba5e92c165eb08 (diff) | |
| download | puppet-1d057396de46eab64f757d79c7996d0ca0245043.tar.gz puppet-1d057396de46eab64f757d79c7996d0ca0245043.tar.xz puppet-1d057396de46eab64f757d79c7996d0ca0245043.zip | |
Switching files to use a filebucket named "puppet" by default. Also, set up MasterClient to create that default filebucket.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1973 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/server')
| -rwxr-xr-x | lib/puppet/server/filebucket.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/server/filebucket.rb b/lib/puppet/server/filebucket.rb index fa86e970b..0aebf4386 100755 --- a/lib/puppet/server/filebucket.rb +++ b/lib/puppet/server/filebucket.rb @@ -60,7 +60,7 @@ class Server Puppet.config.use(:filebucket) - @name = "filebucket[#{@path}]" + @name = "Filebucket[#{@path}]" end # accept a file from a client |
