Skip to content
New issue

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

False warning with puppet-lint-0.2 #116

Closed
alvagante opened this issue Jul 11, 2012 · 1 comment
Closed

False warning with puppet-lint-0.2 #116

alvagante opened this issue Jul 11, 2012 · 1 comment
Milestone

Comments

@alvagante
Copy link

[root@pe-puppet modules]# rvm gemset use puppet-lint
Using /usr/local/rvm/gems/ruby-1.8.7-head with gemset puppet-lint
[root@pe-puppet modules]# puppet-lint foo/manifests/params.pp

[root@pe-puppet modules]# rvm gemset use puppet-lint-2
Using /usr/local/rvm/gems/ruby-1.8.7-head with gemset puppet-lint-2
[root@pe-puppet modules]# puppet-lint foo/manifests/params.pp
WARNING: unquoted resource title on line 64

The involved line(s)

  $config_file_init = $::operatingsystem ? {
    /(?i:Debian|Ubuntu|Mint)/ => '/etc/default/foo',
    default                   => '/etc/sysconfig/foo',
  }
@rodjek
Copy link
Owner

rodjek commented Jul 11, 2012

Thanks, I'm able to reproduce that here. I'll get it fixed up shortly :)

rodjek added a commit that referenced this issue Jul 12, 2012
@rodjek rodjek closed this as completed in 7a1bfd1 Jul 12, 2012
alexmv pushed a commit to alexmv/puppet-lint that referenced this issue Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants