Skip to content

Instantly share code, notes, and snippets.

@arunsingh
Last active August 17, 2016 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arunsingh/ebc3e6b8649650dcf39795803837e0cd to your computer and use it in GitHub Desktop.
Save arunsingh/ebc3e6b8649650dcf39795803837e0cd to your computer and use it in GitHub Desktop.
pup_lint error dependency
puppet-lint -f package/manifests/ntp.pp
Ignoring executable-hooks-1.3.2 because its extensions are not built. Try: gem pristine executable-hooks --version 1.3.2
Ignoring gem-wrappers-1.2.7 because its extensions are not built. Try: gem pristine gem-wrappers --version 1.2.7
/Users/livestream/.rvm/gems/ruby-1.9.3-p551/gems/puppet-lint-2.0.0/lib/puppet-lint/plugins/check_whitespace.rb:151:in `*': negative argument (ArgumentError)
from /Users/livestream/.rvm/gems/ruby-1.9.3-p551/gems/puppet-lint-2.0.0/lib/puppet-lint/plugins/check_whitespace.rb:151:in `fix'
from /Users/livestream/.rvm/gems/ruby-1.9.3-p551/gems/puppet-lint-2.0.0/lib/puppet-lint/checkplugin.rb:41:in `block in fix_problems'
from /Users/livestream/.rvm/gems/ruby-1.9.3-p551/gems/puppet-lint-2.0.0/lib/puppet-lint/checkplugin.rb:38:in `each'
from /Users/livestream/.rvm/gems/ruby-1.9.3-p551/gems/puppet-lint-2.0.0/lib/puppet-lint/checkplugin.rb:38:in `fix_problems'
from /Users/livestream/.rvm/gems/ruby-1.9.3-p551/gems/puppet-lint-2.0.0/lib/puppet-lint/checks.rb:68:in `block in run'
from /Users/livestream/.rvm/gems/ruby-1.9.3-p551/gems/puppet-lint-2.0.0/lib/puppet-lint/checks.rb:67:in `each'
from /Users/livestream/.rvm/gems/ruby-1.9.3-p551/gems/puppet-lint-2.0.0/lib/puppet-lint/checks.rb:67:in `run'
from /Users/livestream/.rvm/gems/ruby-1.9.3-p551/gems/puppet-lint-2.0.0/lib/puppet-lint.rb:174:in `run'
from /Users/livestream/.rvm/gems/ruby-1.9.3-p551/gems/puppet-lint-2.0.0/lib/puppet-lint/bin.rb:59:in `block in run'
from /Users/livestream/.rvm/gems/ruby-1.9.3-p551/gems/puppet-lint-2.0.0/lib/puppet-lint/bin.rb:56:in `each'
from /Users/livestream/.rvm/gems/ruby-1.9.3-p551/gems/puppet-lint-2.0.0/lib/puppet-lint/bin.rb:56:in `run'
from /Users/livestream/.rvm/gems/ruby-1.9.3-p551/gems/puppet-lint-2.0.0/bin/puppet-lint:7:in `<top (required)>'
from /Users/livestream/.rvm/gems/ruby-1.9.3-p551/bin/puppet-lint:23:in `load'
from /Users/livestream/.rvm/gems/ruby-1.9.3-p551/bin/puppet-lint:23:in `<main>'
from /Users/livestream/.rvm/gems/ruby-1.9.3-p551/bin/ruby_executable_hooks:15:in `eval'
from /Users/livestream/.rvm/gems/ruby-1.9.3-p551/bin/ruby_executable_hooks:15:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment