Skip to content

Instantly share code, notes, and snippets.

@mveitas
Created October 24, 2013 19:50
Show Gist options
  • Save mveitas/7143822 to your computer and use it in GitHub Desktop.
Save mveitas/7143822 to your computer and use it in GitHub Desktop.
Override a Chef template
motd_template = resources('template[/etc/motd.tail]')
motd_template.source 'motd.tail.erb'
motd_template.cookbook 'agamatrix_motd'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment