We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I attempt to run puppet-lint with Ruby 1.9.2, I get a NoMethodError exception:
$ puppet-lint --with-filename shared.pp /usr/lib/ruby/gems/1.9.1/gems/puppet-lint-0.1.13/bin/puppet-lint:89:in `': undefined method `each' for "shared.pp":String (NoMethodError) from /usr/bin/puppet-lint:19:in `load' from /usr/bin/puppet-lint:19:in `'
This only appears to happen if I call puppet-lint with a list of files. If I use a directory name, it works properly.
ruby 1.9.2p290 (2011-07-09 revision 32553) [i686-linux] facter (1.6.9) puppet (2.7.14) puppet-lint (0.1.13)
The text was updated successfully, but these errors were encountered:
Fix issue with Ruby 1.9.2. resolves rodjek#103
919130f
Fixed with #98
Sorry, something went wrong.
Merge pull request rodjek#103 from mhashizume/maint/main/macos-versions
c1a8a5a
No branches or pull requests
When I attempt to run puppet-lint with Ruby 1.9.2, I get a NoMethodError exception:
This only appears to happen if I call puppet-lint with a list of files. If I use a directory name, it works properly.
ruby 1.9.2p290 (2011-07-09 revision 32553) [i686-linux]
facter (1.6.9)
puppet (2.7.14)
puppet-lint (0.1.13)
The text was updated successfully, but these errors were encountered: