Set up an instance of Mastodon for Kosmos
Refs #19 Use new application cookbook, update our cookbooks
This commit is contained in:
@@ -1,28 +0,0 @@
|
||||
name "postgresql"
|
||||
maintainer "Heavy Water Operations, LLC"
|
||||
maintainer_email "helpdesk@heavywater.io"
|
||||
license "Apache 2.0"
|
||||
description "Installs and configures postgresql for clients or servers"
|
||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||
version "4.0.0"
|
||||
recipe "postgresql", "Includes postgresql::client"
|
||||
recipe "postgresql::ruby", "Installs pg gem for Ruby bindings"
|
||||
recipe "postgresql::client", "Installs postgresql client package(s)"
|
||||
recipe "postgresql::server", "Installs postgresql server packages, templates"
|
||||
recipe "postgresql::server_redhat", "Installs postgresql server packages, redhat family style"
|
||||
recipe "postgresql::server_debian", "Installs postgresql server packages, debian family style"
|
||||
|
||||
|
||||
supports "ubuntu", "< 14.10"
|
||||
|
||||
%w{debian fedora suse opensuse amazon}.each do |os|
|
||||
supports os
|
||||
end
|
||||
|
||||
%w{redhat centos scientific oracle}.each do |el|
|
||||
supports el, "~> 6.0"
|
||||
end
|
||||
|
||||
depends "apt", ">= 1.9.0"
|
||||
depends "build-essential"
|
||||
depends "openssl", "~> 4.0"
|
||||
Reference in New Issue
Block a user