Skip to content
Snippets Groups Projects
Commit ed971dc1 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] Add missing dependency to ubuntu_base

parent c301a6c9
No related branches found
No related tags found
No related merge requests found
......@@ -7,5 +7,6 @@ long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.0.0'
issues_url 'https://gitlab.sgalinski.de/chef-cookbooks/xdebug/issues'
source_url 'https://gitlab.sgalinski.de/chef-cookbooks/xdebug'
recipe 'xdebug::default', 'Installs/configures XDebug.'
recipe 'xdebug::default', 'Installs/configures XDebug.'
\ No newline at end of file
depends 'ubuntu_base'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment