Aleksandr Piatkin
Aleksandr Piatkin
This code block in RemoteConfig `__init__` seems to solve the problem, but I guess it only works in Python 2.7: ``` self.store_endpoint = store_endpoint # begin if isinstance(transport, basestring): transport_class_module...
@ketan I have written [this cookbook](https://github.com/aspyatkin/yarn-cookbook) for my projects, you can make use of it in order to install Yarn.
Using `with_run_context` inside a custom resource action declaration seems to working in Chef 14: ```ruby resource_name :myapp ... ... action :configure do with_run_context :root do firewall_rule 'https' do port 443...
I found a simpler workaround `{$url= 'http://www.example.com'}` Just add extra space after equal sign