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
f2505255
Commit
f2505255
authored
Aug 02, 2016
by
Stefan Galinski
🎮
Browse files
[BUGFIX] html directory must be available also for Ubuntu 16.04
parent
1fd1b13f
Changes
1
Hide whitespace changes
Inline
Side-by-side
recipes/default.rb
View file @
f2505255
...
...
@@ -32,7 +32,6 @@ data_bag = data_bag_item('apps', 'global')
directory
'/var/www/html'
do
recursive
true
action
:create
only_if
{
node
[
'platform_version'
]
!=
'16.04'
}
end
execute
'apt-get -y update'
...
...
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