elasticdog / puppet-sandbox

A Vagrant-based Puppet development environment for creating new modules
MIT License
218 stars 100 forks source link

install of puppet via apt failed on debian based systems due to missing repos in apt list #9

Closed jasonwmiller closed 11 years ago

jasonwmiller commented 11 years ago

I found that the apt puppet package requires puppet-common, and that package is now in the dependencies repo, but the repo list was just using the main repo.

it seems in the 3.x releases puppet labs restructured the repo layout.

I updated the puppet labs apt repo list to include the 'dependencies' source, and now puppet will install on debian nodes.

elasticdog commented 11 years ago

Merged. Thank you for the contribution!