Skip to content

Instantly share code, notes, and snippets.

@smalltown
Created April 23, 2016 14:21
Show Gist options
  • Save smalltown/b5114bbab1e7e1127fffc2ccd81c0061 to your computer and use it in GitHub Desktop.
Save smalltown/b5114bbab1e7e1127fffc2ccd81c0061 to your computer and use it in GitHub Desktop.
#
# Cookbook Name:: motd
# Recipe:: default
#
# Copyright (c) 2016 The Authors, All Rights Reserved.
template "/etc/motd" do
source "motd.erb"
mode "0644"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment