Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
Contrary to the rsyslog cookbook's readme, PreserveFQDN is not a bool
Browse files Browse the repository at this point in the history
Sam Kottler committed Jun 23, 2014
1 parent a90a718 commit d2210a7
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -204,7 +204,7 @@ GRAPH
dwradcliffe-dnsimple (>= 0.0.0)
hostname (>= 0.0.0)
rubygems-hosts (0.0.6)
rubygems-logging (0.0.4)
rubygems-logging (0.0.5)
chef-vault (>= 0.0.0)
rsyslog (>= 0.0.0)
rubygems-metrics (0.0.4)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-logging/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name 'rubygems-logging'
maintainer 'RubyGems.org ops team'

version '0.0.4'
version '0.0.5'

depends 'chef-vault'
depends 'rsyslog'
2 changes: 1 addition & 1 deletion cookbooks/rubygems-logging/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

node.default['rsyslog']['server_ip'] = papertrail_creds['server']
node.default['rsyslog']['port'] = papertrail_creds['port']
node.default['rsyslog']['preserve_fqdn'] = true
node.default['rsyslog']['preserve_fqdn'] = 'on'
node.default['rsyslog']['high_precision_timestamps'] = true

include_recipe 'rsyslog::client'

0 comments on commit d2210a7

Please sign in to comment.