Git Product home page Git Product logo

chef-cookbooks's People

Contributors

nhannguyen avatar phunehehe avatar ubolonton avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chef-cookbooks's Issues

Add host-port requirements to shorewall

Right now shorewall config can only do two things:

  • Allow all connection to port abc
  • Allow all connection from host xyz

We want to be able to allow connection from host xyz and to port abc.

Unify postgresql recipes

Right now there are recipes to install the default version of postgres, and there are recipes to install version 9.1.x. We should get rid of the 9.1.x recipes and provide a way to install arbitrary versions using attributes.

MongoDB fails to add repo

Hi,

I'm trying to get a precise64 VM running with this repository set as the cookbooks path.
I have set up my recipes like that :

    chef.add_recipe "apt"
    chef.add_recipe "mongodb::10gen_repo"
    chef.add_recipe "mongodb"

And the settings are :

    chef.json = {
      :mongodb => {
        :apt_repo => "ubuntu-upstart",
        :package_version => "2.4.6"
      }
    }

It goes well until the 10gen_repo recipe, which fails with this :
The repository file to create is nil, cannot continue.

The compiled version seems fine :

Compiled Resource:
------------------
# Declared in /tmp/vagrant-chef-1/chef-solo-1/cookbooks/mongodb/recipes/10gen_repo.rb:28:in `from_file'

apt_repository("10gen") do
  uri "http://downloads-distro.mongodb.org/repo/ubuntu-upstart"
  retry_delay 2
  keyserver "hkp://keyserver.ubuntu.com:80"
  retries 0
  recipe_name "10gen_repo"
  components ["10gen"]
  action [:add]
  cookbook_name :mongodb
  key "7F0CEB10"
  distribution "dist"
end

I don't know what I'm missing here.

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.