Should puppet-master require, suggest or recommend activerecord?
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
puppet (Ubuntu) |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Binary package hint: puppet
Just experimenting with upgrading to 2.6(.1~
I installed libactiverecord
For me, it should be a straight dependency, but I use it, so I'm biased! I suppose that it could also depend/suggest a database adapter, libdbd-sqlite3-ruby maybe?
apt-cache policy puppetmaster-
puppetmaster-
Installed: 2.6.1~rc2-0ubuntu1
Candidate: 2.6.1~rc2-0ubuntu1
Version table:
*** 2.6.1~rc2-0ubuntu1 0
500 http://
100 /var/lib/
apt-cache policy libactiverecord
libactiverecord
Installed: 2.3.5-1
Candidate: 2.3.5-1
Version table:
*** 2.3.5-1 0
500 http://
100 /var/lib/
The rails package is suggested instead of libactiverecord -ruby. IIUC the only part that puppet uses from rails is activerecord. So suggesting libactiverecord -ruby instead of rails makes sense.