Skip to content

Instantly share code, notes, and snippets.

@cparedes
Created January 19, 2011 19:02
Show Gist options
  • Save cparedes/786643 to your computer and use it in GitHub Desktop.
Save cparedes/786643 to your computer and use it in GitHub Desktop.
client.rb
require 'syslog_logger'
Chef::Log.logger = SyslogLogger.new('chef')
log_level :info
#log_location STDOUT
chef_server_url "REDACTED"
validation_client_name "REDACTED"
node_name "node.REDACTED.com"
Ohai::Config[:plugin_path] << '/etc/chef/ohai_plugins'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment