Giter VIP home page Giter VIP logo

Comments (5)

karmi avatar karmi commented on May 30, 2024

Hi, I nevery really wrapped my head around proper attribute setting in Chef, even after reading all available documentation and source code :) Node attributes should be over-rideable just by knife node edit, but the preferrable way is to use roles.

Could you try to change the attribute setting in the attributes/nginx.rb file to use the default[:nginx] notation, if it helps?

from elasticsearch.

austinche avatar austinche commented on May 30, 2024

Using default[:nginx] allows me to set a normal attribute using knife node edit. However, before this cookbook was pulled in as a dependency, I didn't need to set it at all. So it seems that the default[:nginx] in this cookbook overrides the default[:nginx] in the nginx cookbook. From the chef documentation, it appears to load cookbooks in alphabetical order. This cookbook is loaded first and it thus appears that the first 'default' attribute wins. It seems the simplest solution is to just copy from the nginx cookbook attributes/default.rb the platform specific block for setting the user. Then the two cookbooks would have the same defaults.

from elasticsearch.

karmi avatar karmi commented on May 30, 2024

So it seems that the default[:nginx] in this cookbook overrides the default[:nginx] in the nginx cookbook.
This cookbook is loaded first and it thus appears that the first 'default' attribute wins.

Yes, that is how attributes in cookbooks work, unfortunately.

It seems the simplest solution is to just copy from the nginx cookbook attributes/default.rb the platform specific block for setting the user.

Yes, sounds like a good idea, will update it.

from elasticsearch.

karmi avatar karmi commented on May 30, 2024

Should be fixed, verified to be running as "www-data" on Ubuntu, as "nginx" on CentOS.

from elasticsearch.

austinche avatar austinche commented on May 30, 2024

thanks! works for me.

from elasticsearch.

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.