diff options
-rw-r--r-- | kitchen-tests/cookbooks/webapp/metadata.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/webapp/metadata.rb b/kitchen-tests/cookbooks/webapp/metadata.rb index a5efa58acc..b30dc73569 100644 --- a/kitchen-tests/cookbooks/webapp/metadata.rb +++ b/kitchen-tests/cookbooks/webapp/metadata.rb @@ -10,4 +10,4 @@ depends 'apache2' depends 'database' depends 'mysql' depends 'php' -dpeends 'yum-mysql-community' +depends 'yum-mysql-community' |