# File httpd/lib/symbiosis/config_files/webalizer.rb, line 15 def write(config = self.generate_config, opts = {}) # # Set the UID/GID when writing the file. # opts[:uid] = domain.uid unless opts.has_key?(:uid) opts[:gid] = domain.gid unless opts.has_key?(:gid) super end