Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined local variable or method `accept_license' for #<#<Class:0x0000000003597e48>:0x00000000054c1800> #6

Open
sairajputh88 opened this issue Jan 3, 2019 · 0 comments

Comments

@sairajputh88
Copy link

While trying to run the ibm_mq cookbook facing the following error.

  • ibm_mq_installation[Installation1] action create

        ================================================================================
        Error executing action `create` on resource 'ibm_mq_installation[Installation1]'
        ================================================================================
    
        NameError
        ---------
        undefined local variable or method `accept_license' for #<#<Class:0x0000000003597e48>:0x00000000054c1800>
    
        Cookbook Trace:
        ---------------
        /home/ec2-user/kitchen/cache/cookbooks/ibm_mq/resources/installation.rb:32:in `block in class_from_file'
    
        Resource Declaration:
        ---------------------
        # In /home/ec2-user/kitchen/cache/cookbooks/app/recipes/default.rb
    
         11: ibm_mq_installation 'Installation1' do
         12:   source 'http://10.0.2.15:8000/WS_MQ_V8.0.0.4_LINUX_ON_X86_64_IM.tar.gz'
         13:   accept_license false
         14:   primary true
         15: end
         16:
    
        Compiled Resource:
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant