drupal-modules / ads

Drupal distribution for Ads
http://drupal.org/project/ads
2 stars 2 forks source link

Add Console_Table PHP pear library to the puppet dependencies. #43

Closed kenorb closed 10 years ago

kenorb commented 10 years ago

By default the ads build fails on some Linux instances (See: #42), because Console_Table PHP pear is missing. The dependency should be added to puppet recipe (puppet/ads.dev.pp).

Manual installation:

sudo pear install Console_Table
kenorb commented 10 years ago

Fixed by adding:

+pear::package { "Console_Table": }