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

[COOK-2041] - Updated attrib.rb for suse #29

Merged
merged 7 commits into from Dec 12, 2012

Commits on Jul 30, 2012

  1. Support for postgresql 9.0.x on opensuse 11.4

    This is a fix for [COOK-1508]
    
    Updated the attributes and the server recipes to no longer perform the '/sbin/service postgresql initdb' on openSuSE 11.4, since the current default version of postgresql on that platform does not have support for initdb.
    Lyndon Washington committed Jul 30, 2012
    Copy the full SHA
    c5d1d6b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2012

  1. [COOK-1462] Add :listen_addresses attribute to cookbook templates.

    fnichol authored and Lyndon Washington committed Aug 14, 2012
    Copy the full SHA
    195b79a View commit details
    Browse the repository at this point in the history
  2. [COOK-1011] - remove gem install and usage

    * Remove the pg gem resource, this will be moved to a separate recipe.
    * Switch the not_if for postgres user password setting to a shell
      command so the pg gem is not required.
    * Install client packages during normal execution phase instead of the
      compile phase as they are no longer required before installing the gem
    jtimberman authored and Lyndon Washington committed Aug 14, 2012
    Copy the full SHA
    1c1bd87 View commit details
    Browse the repository at this point in the history
  3. [COOK-1532] - specify packages with attributes

    * Add attributes to node['postgresql'] for client and server package
      installation (client_packages and server_packages respectively)
    * Remove convoluted package name selection logic from client and
      server_{redhat,debian} recipes
    * Specify default values based on platform version from recipes
    jtimberman authored and Lyndon Washington committed Aug 14, 2012
    Copy the full SHA
    d1c9c1c View commit details
    Browse the repository at this point in the history
  4. (belated) increment version for development

    jtimberman authored and Lyndon Washington committed Aug 14, 2012
    Copy the full SHA
    62a4c63 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2012

  1. Merge remote-tracking branch 'upstream/master'

    Conflicts:
    	attributes/default.rb
    	metadata.rb
    	recipes/client.rb
    	recipes/server.rb
    	recipes/server_debian.rb
    	recipes/server_redhat.rb
    	templates/default/debian.postgresql.conf.erb
    	templates/default/redhat.postgresql.conf.erb
    Lyndon Washington committed Dec 10, 2012
    Copy the full SHA
    0f8f073 View commit details
    Browse the repository at this point in the history
  2. Fix for COOK-2041

    Changed the package name for opensuse to be postgresql-devel rather than postgresql-client.
    
    Also added suse to the rhea and fedora list of configuration values.
    Lyndon Washington committed Dec 10, 2012
    Copy the full SHA
    f1614d6 View commit details
    Browse the repository at this point in the history