From ed971dc153e1fea5edaed07befb2d772d5c24374 Mon Sep 17 00:00:00 2001
From: Stefan Galinski <stefan@sgalinski.de>
Date: Wed, 19 Apr 2017 21:39:00 +0200
Subject: [PATCH] [BUGFIX] Add missing dependency to ubuntu_base

---
 metadata.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/metadata.rb b/metadata.rb
index 5fa6cec..9f1cf8d 100644
--- a/metadata.rb
+++ b/metadata.rb
@@ -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
-- 
GitLab