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

Commit

Permalink
Use rsyslog::client instead of rsyslog so remote stuff gets setup
Browse files Browse the repository at this point in the history
Sam Kottler committed Jun 23, 2014
1 parent 4140d7f commit a90a718
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.3)
rubygems-logging (0.0.4)
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.3'
version '0.0.4'

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
@@ -7,4 +7,4 @@
node.default['rsyslog']['preserve_fqdn'] = true
node.default['rsyslog']['high_precision_timestamps'] = true

include_recipe 'rsyslog'
include_recipe 'rsyslog::client'

0 comments on commit a90a718

Please sign in to comment.