railsmachine / moonshine

Simple Rails deployment and configuration management. 15 minute deploys of Rails 2, 3, or 4 apps.
http://railsmachine.github.com/moonshine/
GNU Lesser General Public License v3.0
665 stars 70 forks source link

Add python-software-properties package to default config. #262

Closed bryantraywick closed 8 years ago

bryantraywick commented 8 years ago

The python-software-properties package is used by several moonshine plugins causing an issue of the package being defined multiple times. By including it by default in moonshine itself we can remove those definitions from the other plugins and just add a :require as needed.