Git Product home page Git Product logo

Comments (11)

dmigous avatar dmigous commented on September 16, 2024 2

So it won't be fixed in coming updates? And I should pin chef version below 13 to use this cookbook, right?

from chef-consul-template.

adamkrone avatar adamkrone commented on September 16, 2024 2

@pvandervelde I have just pushed some changes that removes supervisor. I still need to run through the full test suite, but I got 16.04 to converge on Chef 13 so looking good so far.

from chef-consul-template.

eyalzek avatar eyalzek commented on September 16, 2024

This is the only thing holding me from getting rid of the python cookbook once and for all. A big +1

from chef-consul-template.

dmigous avatar dmigous commented on September 16, 2024

+1

and it seems doesn't work with new Chef

================================================================================
Recipe Compile Error in /chef/local-mode-cache/cache/cookbooks/python/attributes/default.rb
================================================================================

NoMethodError
-------------
undefined method `python' for #<Chef::Node::Attribute:0x000000020be490>

Cookbook Trace:
---------------
  /chef/local-mode-cache/cache/cookbooks/python/attributes/default.rb:23:in `from_file'

Relevant File Content:
----------------------
/chef/local-mode-cache/cache/cookbooks/python/attributes/default.rb:

 16:  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 17:  # See the License for the specific language governing permissions and
 18:  # limitations under the License.
 19:  #
 20:  
 21:  default['python']['install_method'] = 'package'
 22:  
 23>> if python['install_method'] == 'package'
 24:    case platform
 25:    when "smartos"
 26:      default['python']['prefix_dir']         = '/opt/local'
 27:    else
 28:      default['python']['prefix_dir']         = '/usr'
 29:    end
 30:  else
 31:    default['python']['prefix_dir']         = '/usr/local'
 32:  end

System Info:
------------
chef_version=13.0.118
platform=debian
platform_version=8.7
ruby=ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-linux]
program_name=chef-solo worker: ppid=6;start=15:20:28;
executable=/opt/chef/bin/chef-solo

from chef-consul-template.

pvandervelde avatar pvandervelde commented on September 16, 2024

Yeah that's what I got as well. Hence why I opened the issue. Does it work with a slightly less new Chef?

from chef-consul-template.

eyalzek avatar eyalzek commented on September 16, 2024

No problem on 12.19.36 besides the deprecation messages..

from chef-consul-template.

rennhak avatar rennhak commented on September 16, 2024

+1

from chef-consul-template.

MiguelV-dev avatar MiguelV-dev commented on September 16, 2024

+1

from chef-consul-template.

eyalzek avatar eyalzek commented on September 16, 2024

Just realized that supervisor was added in the latest release which is pretty weird

from chef-consul-template.

pvandervelde avatar pvandervelde commented on September 16, 2024

@adamkrone Sweet. Will grab the release when it comes out. Thanks heaps for fixing this.

from chef-consul-template.

adamkrone avatar adamkrone commented on September 16, 2024

@pvandervelde just released v0.13.0 on the supermarket. Let me know if you run into any issues.

from chef-consul-template.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.