-
Notifications
You must be signed in to change notification settings - Fork 58
What's the right way to set MongoDB version to 3.0.7 #23
Comments
could you please try with this in your wrapper?
|
It's the same thing, |
@dblock try this: set is an alias for normal attributes. I have discovered that sometimes you have to go up to |
you should use |
@dblock there are bunch of attribute setter in default attribute file. and it is bothering installing 3.0.x. I think, I need to move those attribute into recipe to support installing 3.0.x |
Thanks! Looking forward to a fix so we can just declare it in one place. |
@dblock I would recommend to use role instead of wrapper. setting up version working perfectly.
|
* Fixed Chef::Mixin::Template::TemplateError: Node attributes are read-only when you do not specify which precedence level to set with Chef 11.10 - Daniel Doubrovkine([@dblock](https://github.com/dblock)) #21. * Adding test for chef client 11.18.12 as 11.x : testing for #21 * Adding kitchen test for ubuntu 14.04 : #13 * Using `/var/run/mongodb/mongod.pid` for centos7 : #25 * Moving attribute setter to recipe in order to support install 3.0.x in wrapper cookbook. : #23 * Adding the mongodb 3.0.x version testing in test wrapper cookbook : #23 * Adding key file directory creation * Fixing for yum and apt repo name * Update default version as 3.2.1 : #24
I tried this in an attributes file where we set other things and it had no effect.
The text was updated successfully, but these errors were encountered: