Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.

Commit

Permalink
Add motd with relevant node information
Browse files Browse the repository at this point in the history
Sam Kottler committed Mar 27, 2014
1 parent b288080 commit 2580da2
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Berksfile
Original file line number Diff line number Diff line change
@@ -23,6 +23,7 @@ cookbook "logrotate", "1.1.0"
cookbook "logwatch", "1.0.2"
cookbook "memcached", "1.2.0"
cookbook "monit", "1.1.0", git: "https://github.com/phlipper/chef-monit", ref: "e7fbb501346c0b6ea6af8a743648c21610c32796"
cookbook "motd-tail"
cookbook "munin"
cookbook "newrelic-sysmond", "~> 1.3.0"
cookbook "nginx", "0.4.3", git: "https://github.com/phlipper/chef-nginx", ref: "161a4eeabae2e2d18b6789a9723cf6ffb29ce79c"
3 changes: 3 additions & 0 deletions Berksfile.lock
Original file line number Diff line number Diff line change
@@ -77,6 +77,9 @@
"git": "https://github.com/phlipper/chef-monit",
"ref": "e7fbb501346c0b6ea6af8a743648c21610c32796"
},
"motd-tail": {
"locked_version": "2.0.0"
},
"munin": {
"locked_version": "1.4.0"
},
1 change: 1 addition & 0 deletions chef/roles/base.rb
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@
description "The base role with required system-level recipes for all nodes"
run_list(
"recipe[rubygems::users]",
"recipe[motd-tail]",
"recipe[apt]",
"recipe[build-essential]",
"recipe[rubygems::cloudinit]",

0 comments on commit 2580da2

Please sign in to comment.