Sha256: 729c95ac81e29a44adc5dc887b0c87743a95cfa72a24eae437067b76597f1c7e
Contents?: true
Size: 998 Bytes
Versions: 26
Compression:
Stored size: 998 Bytes
Contents
# # Cookbook Name:: virtualbox # Attributes:: webservice # # Copyright 2012, Ringo De Smet # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # Settings for activating the included vboxweb-service default['virtualbox']['webservice']['log']['location'] = '/var/log/vboxwebsrv' default['virtualbox']['webservice']['log']['rotate'] = 5 # archived log files default['virtualbox']['webservice']['log']['size'] = 10485760 # 10 MByte default['virtualbox']['webservice']['log']['interval'] = 604800 # 1 week
Version data entries
26 entries across 26 versions & 1 rubygems