Giter Club home page Giter Club logo

chef-jboss's Introduction

DESCRIPTION:

JBOSS AS 7 cookbook

This is a very simple cookbook. It only installs the jboss, configures the system V init script to run in standalone mode

logging, hostname, ports are not configured

The default recipe installs

REQUIREMENTS:

java 1.6

ATTRIBUTES:

  • default[‘jboss_home’] default location for jboss

  • default[‘version’] default version to download

  • default[‘dl_url’] download url

  • default[‘jboss_user’] default jboss user

USAGE:

Accept

Author: Bryan W. Berry <[email protected]> Copyright: 2012 Food and Agriculture Organization of the United Nations License: Apache v2.0

chef-jboss's People

Contributors

bryanwb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

chef-jboss's Issues

Cannot find a resource for jboss_parent on ubuntu version 12.04

I am rather new to chef and I am using it with vagrant and librarian-chef.
I just spent several hours, getting the jboss cookbook to work.
I tried with the "official version" 0.0.3 and the current version from github. Always resulting in various errors.

The current version gives the following error message, when running the default recipe. And I have no idea, where jboss_parent should come from, and which value it should have, same for #{tarball_name} several lines below in default.rb.
Others seem to have had similar problems: chrispernicano@d52c68a

================================================================================←[0m
←[31mRecipe Compile Error in /tmp/vagrant-chef-1/chef-solo-1/cookbooks/jboss/recipes/default.rb←[0m
================================================================================←[0m

←[0m
NameError←[0m
---------←[0m
Cannot find a resource for jboss_parent on ubuntu version 12.04←[0m

←[0m
Cookbook Trace:←[0m
---------------←[0m
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/jboss/recipes/default.rb:13:in `from_file'←[0m

←[0m
Relevant File Content:←[0m
----------------------←[0m
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/jboss/recipes/default.rb:

6: #
7: # license Apache v2.0
8: #
9:
10: jboss_home = node['jboss']['jboss_home']
11: jboss_user = node['jboss']['jboss_user']
12:
13>> directory jboss_parent do
14: group jboss_user
15: owner jboss_user
16: mode "0755"
17: end
18:
19: # get files
20: bash "put_files" do
21: code <<-EOH
22: cd /tmp
←[0m

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.