diff options
| author | Matthaus Litteken <matthaus@puppetlabs.com> | 2012-09-19 17:05:02 -0700 |
|---|---|---|
| committer | Matthaus Owens <matthaus@puppetlabs.com> | 2012-09-21 18:18:07 +0000 |
| commit | 935194053db40958a10082482de4976e9e755b30 (patch) | |
| tree | 673d5eca293b487b790af76b23b207adb930bd21 /ext/debian/puppet-common.install | |
| parent | 7c3b620182602012b191a5b5ade7b1df5cbc8b19 (diff) | |
| download | puppet-935194053db40958a10082482de4976e9e755b30.tar.gz | |
Update debian ruby dependencies to include 1.9
The previous set of debian dependencies were all ruby 1.8 specific. Puppet 3.x
has full ruby 1.9 support, so this commit adds the option of ruby 1.9 for all
of Puppet's dependencies. It moves the sitelibdir to be vendordir, which is the
current debian standard for ruby projects with ruby support for both 1.8 and
1.9. It also updates all of the dependencies to be just ruby instead of ruby1.8
| ruby 1.9.1 and adds 1.9 equivalents for all ruby libraries. This commit also
drops rails, activerecord, and mongrel and adds the suggestion of
puppetdb-terminus instead.
Diffstat (limited to 'ext/debian/puppet-common.install')
| -rw-r--r-- | ext/debian/puppet-common.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/debian/puppet-common.install b/ext/debian/puppet-common.install index b7bfd427f..92312639c 100644 --- a/ext/debian/puppet-common.install +++ b/ext/debian/puppet-common.install @@ -1,4 +1,4 @@ debian/puppet.conf etc/puppet debian/tmp/usr/bin/puppet usr/bin debian/tmp/usr/bin/extlookup2hiera usr/bin -debian/tmp/usr/lib/ruby/1.8/* usr/lib/ruby/1.8 +debian/tmp/usr/lib/ruby/vendor_ruby/* usr/lib/ruby/vendor_ruby |
