Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chef Cookbooks
ubuntu_base
Commits
707f1ca3
Commit
707f1ca3
authored
Apr 25, 2015
by
Stefan Galinski
🎮
Browse files
[FEATURE] Add our logo on a login
parent
4db9b967
Changes
2
Hide whitespace changes
Inline
Side-by-side
recipes/default.rb
View file @
707f1ca3
...
...
@@ -139,3 +139,13 @@ end
locales
'Add locales'
do
locales
node
[
'ubuntu_base'
][
'locales'
]
end
################
### Add Logo ###
################
template
'/etc/motd'
do
source
'motd'
owner
'root'
group
'root'
end
\ No newline at end of file
templates/default/motd
0 → 100644
View file @
707f1ca3
.__ .__ __ .__
______ _________ | | |__| ____ _____| | _|__|
/ ___// ___\__ \ | | | |/ \ / ___/ |/ / |
\___ \/ /_/ > __ \| |_| | | \\___ \| <| |
/____ >___ (____ /____/__|___| /____ >__|_ \__|
\/_____/ \/ \/ \/ \/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment