sous-chefs / apt

Development repository for the apt cookbook
https://supermarket.chef.io/cookbooks/apt
Apache License 2.0
201 stars 266 forks source link

undefined method `tr' for nil:NilClass #157

Closed rmoriz closed 9 years ago

rmoriz commented 9 years ago

2.8.1


      NoMethodError
      -------------
      undefined method `tr' for nil:NilClass

      Cookbook Trace:
      ---------------
      /home/rmoriz/chef-solo/cookbooks-2/apt/providers/preference.rb:32:in `safe_name'
      /home/rmoriz/chef-solo/cookbooks-2/apt/providers/preference.rb:77:in `block in class_from_file'

      Resource Declaration:
      ---------------------

       43:     apt_preference 'nginx' do
       44:       action :remove
       45:     end