You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing some issues with running this version on two different applications. One is my vagrant sandbox project at revision: f06d4a6 https://github.com/brettswift/vagrant-dev (the centOs 6.5 project referenced below)
The other is a corporate PE project so I can't share the entire code.
I've seen this with:
Puppet Open Source & CentOS 6.5.
Puppet Enterprise & CentOS 6.4.
The versions and logs below are for the project I can't share - under CentOS 6.4 and PE.
Moving back to 0.9.11, or 0.9.10 does not fix this on PE.
forge "http://forge.puppetlabs.com"
mod "puppetlabs/ntp", "3.0.1"
mod "ripienaar/module_data", "0.0.1"
mod "rodjek/logrotate", "1.1.1"
output:
$ librarian-puppet install
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- puppet (LoadError)
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /usr/lib/ruby/gems/1.8/gems/librarian-puppet-0.9.12/lib/librarian/puppet/source/git.rb:3
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /usr/lib/ruby/gems/1.8/gems/librarian-puppet-0.9.12/lib/librarian/puppet/source.rb:4
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /usr/lib/ruby/gems/1.8/gems/librarian-puppet-0.9.12/lib/librarian/puppet/dsl.rb:2
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /usr/lib/ruby/gems/1.8/gems/librarian-puppet-0.9.12/lib/librarian/puppet/environment.rb:2
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /usr/lib/ruby/gems/1.8/gems/librarian-puppet-0.9.12/lib/librarian/puppet/extension.rb:1
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /usr/lib/ruby/gems/1.8/gems/librarian-puppet-0.9.12/lib/librarian/puppet.rb:43
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /usr/lib/ruby/gems/1.8/gems/librarian-puppet-0.9.12/lib/librarian/puppet/cli.rb:4
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /usr/lib/ruby/gems/1.8/gems/librarian-puppet-0.9.12/bin/librarian-puppet:6
from /usr/bin/librarian-puppet:19:in `load'
from /usr/bin/librarian-puppet:19
The text was updated successfully, but these errors were encountered:
I'm seeing some issues with running this version on two different applications. One is my vagrant sandbox project at revision: f06d4a6 https://github.com/brettswift/vagrant-dev (the centOs 6.5 project referenced below)
The other is a corporate PE project so I can't share the entire code.
I've seen this with:
The versions and logs below are for the project I can't share - under CentOS 6.4 and PE.
Moving back to 0.9.11, or 0.9.10 does not fix this on PE.
Ruby:
Puppet
Puppetfile
output:
The text was updated successfully, but these errors were encountered: