Created
April 23, 2016 14:21
-
-
Save smalltown/b5114bbab1e7e1127fffc2ccd81c0061 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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