GithubHelp home page GithubHelp logo

sainsburys / ibm-installmgr Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 7.0 90 KB

Development repository for IBM Installation Manager Chef cookbook

Home Page: https://supermarket.chef.io/cookbooks/ibm-installmgr

License: Apache License 2.0

Ruby 100.00%
chef ibm install-manager

ibm-installmgr's People

Contributors

chrisb3ll avatar chrisminton avatar coolteddy avatar damacus avatar gopisaba avatar jujugrrr avatar lmunro avatar mtyler avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ibm-installmgr's Issues

Deprecation issues resolved

I have resolved the deprecation issues mentioned here

https://docs.chef.io/deprecations_namespace_collisions.html

in the ibm_package and install_mgr resources.

i have also fixed the directory creation issue in install_mgr where the directories are created with the variable names instead with the value of the variables.

Please can you add me as a contributor to this project so that I can submit my pull request.

ibm_installmgr resource creates required directories on /

In "ibm_installmgr" resource you wrote the required directories in the form:
dirs = %w(ibm_root_dir extract_dir install_dir data_location)

The %w operator defines an array of strings, where the strings are the literals between the parenteses, it's as if you wrote:
dirs = ["ibm_root_dir", "extract_dir", "install_dir", "data_location"]
This leads to have the recipe to create in "/" directories named "ibm_root_dir", "extract_dir", etc.

I think you meant to do this:
dirs = [ibm_root_dir, extract_dir, install_dir, data_location]

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.