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
f5074e66
Commit
f5074e66
authored
Apr 25, 2015
by
Stefan Galinski
🎮
Browse files
[FEATURE] Set system timezone to Europe/Berlin by default
parent
fd7095f8
Changes
3
Hide whitespace changes
Inline
Side-by-side
attributes/default.rb
View file @
f5074e66
default
[
'ubuntu_base'
][
'locales'
]
=
%w(en_GB.utf8 de_DE.utf8)
\ No newline at end of file
default
[
'ubuntu_base'
][
'locales'
]
=
%w(en_GB.utf8 de_DE.utf8)
default
[
'ubuntu_base'
][
'timezone'
]
=
'Europe/Berlin'
\ No newline at end of file
metadata.rb
View file @
f5074e66
...
...
@@ -13,4 +13,5 @@ depends 'git'
depends
'rsync'
depends
'locales'
depends
'ssh_known_hosts'
depends
'timezone_lwrp'
depends
'vim'
\ No newline at end of file
recipes/default.rb
View file @
f5074e66
...
...
@@ -37,6 +37,12 @@ end
execute
'apt-get -y upgrade'
###########################
### Set system timezone ###
###########################
timezone
node
[
'ubuntu_base'
][
'timezone'
]
###################################
### Add some additional recipes ###
###################################
...
...
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