newer pg module
authorPeter Palfrader <peter@palfrader.org>
Thu, 31 Aug 2017 21:08:27 +0000 (23:08 +0200)
committerPeter Palfrader <peter@palfrader.org>
Thu, 31 Aug 2017 21:08:27 +0000 (23:08 +0200)
commita69999e580f8b3abd12446c2d6ad59e517651813
tree6898d2e521e47a9e3a4d1131acda86a895461866
parente7b6b352165009c385c52fcfe5a1055690dbfa4b
newer pg module
190 files changed:
3rdparty/Puppetfile
3rdparty/modules/postgresql/CHANGELOG.md [new file with mode: 0644]
3rdparty/modules/postgresql/CONTRIBUTING.md [new file with mode: 0644]
3rdparty/modules/postgresql/Changelog [deleted file]
3rdparty/modules/postgresql/Gemfile
3rdparty/modules/postgresql/Gemfile.lock [deleted file]
3rdparty/modules/postgresql/LICENSE
3rdparty/modules/postgresql/MAINTAINERS.md [new file with mode: 0644]
3rdparty/modules/postgresql/Modulefile [deleted file]
3rdparty/modules/postgresql/NOTICE [new file with mode: 0644]
3rdparty/modules/postgresql/README.md
3rdparty/modules/postgresql/Rakefile
3rdparty/modules/postgresql/checksums.json [new file with mode: 0644]
3rdparty/modules/postgresql/examples/init.pp [deleted file]
3rdparty/modules/postgresql/examples/official-postgresql-repos.pp [deleted file]
3rdparty/modules/postgresql/examples/postgresql_database.pp [deleted file]
3rdparty/modules/postgresql/examples/postgresql_db.pp [deleted file]
3rdparty/modules/postgresql/examples/postgresql_grant.pp [deleted file]
3rdparty/modules/postgresql/examples/postgresql_pg_hba_rule.pp [deleted file]
3rdparty/modules/postgresql/examples/postgresql_pgconf_extras.pp [deleted file]
3rdparty/modules/postgresql/examples/postgresql_tablespace.pp [deleted file]
3rdparty/modules/postgresql/examples/postgresql_user.pp [deleted file]
3rdparty/modules/postgresql/examples/server.pp [deleted file]
3rdparty/modules/postgresql/files/validate_postgresql_connection.sh [new file with mode: 0644]
3rdparty/modules/postgresql/lib/facter/postgres_default_version.rb [deleted file]
3rdparty/modules/postgresql/lib/puppet/parser/functions/postgresql_acls_to_resources_hash.rb
3rdparty/modules/postgresql/lib/puppet/parser/functions/postgresql_escape.rb [new file with mode: 0644]
3rdparty/modules/postgresql/lib/puppet/parser/functions/postgresql_password.rb
3rdparty/modules/postgresql/lib/puppet/provider/postgresql_conf/parsed.rb [new file with mode: 0644]
3rdparty/modules/postgresql/lib/puppet/provider/postgresql_conn_validator/ruby.rb [new file with mode: 0644]
3rdparty/modules/postgresql/lib/puppet/provider/postgresql_psql/ruby.rb
3rdparty/modules/postgresql/lib/puppet/provider/postgresql_replication_slot/ruby.rb [new file with mode: 0644]
3rdparty/modules/postgresql/lib/puppet/type/postgresql_conf.rb [new file with mode: 0644]
3rdparty/modules/postgresql/lib/puppet/type/postgresql_conn_validator.rb [new file with mode: 0644]
3rdparty/modules/postgresql/lib/puppet/type/postgresql_psql.rb
3rdparty/modules/postgresql/lib/puppet/type/postgresql_replication_slot.rb [new file with mode: 0644]
3rdparty/modules/postgresql/lib/puppet/util/postgresql_validator.rb [new file with mode: 0644]
3rdparty/modules/postgresql/locales/config.yaml [new file with mode: 0644]
3rdparty/modules/postgresql/locales/ja/puppetlabs-postgresql.po [new file with mode: 0644]
3rdparty/modules/postgresql/locales/puppetlabs-postgresql.pot [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/client.pp
3rdparty/modules/postgresql/manifests/config.pp [deleted file]
3rdparty/modules/postgresql/manifests/config/afterservice.pp [deleted file]
3rdparty/modules/postgresql/manifests/config/beforeservice.pp [deleted file]
3rdparty/modules/postgresql/manifests/contrib.pp [deleted file]
3rdparty/modules/postgresql/manifests/database.pp [deleted file]
3rdparty/modules/postgresql/manifests/database_grant.pp [deleted file]
3rdparty/modules/postgresql/manifests/database_user.pp [deleted file]
3rdparty/modules/postgresql/manifests/db.pp [deleted file]
3rdparty/modules/postgresql/manifests/devel.pp [deleted file]
3rdparty/modules/postgresql/manifests/globals.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/grant.pp [deleted file]
3rdparty/modules/postgresql/manifests/init.pp [deleted file]
3rdparty/modules/postgresql/manifests/initdb.pp [deleted file]
3rdparty/modules/postgresql/manifests/java.pp [deleted file]
3rdparty/modules/postgresql/manifests/lib/devel.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/lib/docs.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/lib/java.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/lib/perl.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/lib/python.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/package_source/apt_postgresql_org.pp [deleted file]
3rdparty/modules/postgresql/manifests/package_source/yum_postgresql_org.pp [deleted file]
3rdparty/modules/postgresql/manifests/params.pp
3rdparty/modules/postgresql/manifests/pg_hba.pp [deleted file]
3rdparty/modules/postgresql/manifests/pg_hba_rule.pp [deleted file]
3rdparty/modules/postgresql/manifests/plperl.pp [deleted file]
3rdparty/modules/postgresql/manifests/psql.pp [deleted file]
3rdparty/modules/postgresql/manifests/python.pp [deleted file]
3rdparty/modules/postgresql/manifests/repo.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/repo/apt_postgresql_org.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/repo/yum_postgresql_org.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/role.pp [deleted file]
3rdparty/modules/postgresql/manifests/server.pp
3rdparty/modules/postgresql/manifests/server/config.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/server/config_entry.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/server/contrib.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/server/database.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/server/database_grant.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/server/db.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/server/extension.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/server/grant.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/server/grant_role.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/server/initdb.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/server/install.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/server/passwd.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/server/pg_hba_rule.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/server/pg_ident_rule.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/server/plperl.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/server/plpython.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/server/postgis.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/server/reassign_owned_by.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/server/recovery.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/server/reload.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/server/role.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/server/schema.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/server/service.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/server/table_grant.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/server/tablespace.pp [new file with mode: 0644]
3rdparty/modules/postgresql/manifests/table_grant.pp [deleted file]
3rdparty/modules/postgresql/manifests/tablespace.pp [deleted file]
3rdparty/modules/postgresql/manifests/validate_db_connection.pp
3rdparty/modules/postgresql/metadata.json
3rdparty/modules/postgresql/readmes/README_ja_JP.md [new file with mode: 0644]
3rdparty/modules/postgresql/spec/acceptance/00-utf8_encoding_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/acceptance/alternative_port_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/acceptance/db_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/acceptance/default_parameters_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/acceptance/nodesets/centos-7-x64.yml [new file with mode: 0644]
3rdparty/modules/postgresql/spec/acceptance/nodesets/debian-8-x64.yml [new file with mode: 0644]
3rdparty/modules/postgresql/spec/acceptance/nodesets/default.yml [new file with mode: 0644]
3rdparty/modules/postgresql/spec/acceptance/nodesets/docker/centos-7.yml [new file with mode: 0644]
3rdparty/modules/postgresql/spec/acceptance/nodesets/docker/debian-8.yml [new file with mode: 0644]
3rdparty/modules/postgresql/spec/acceptance/nodesets/docker/ubuntu-14.04.yml [new file with mode: 0644]
3rdparty/modules/postgresql/spec/acceptance/postgresql_conn_validator_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/acceptance/postgresql_psql_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/acceptance/remote_access_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/acceptance/server/config_entry_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/acceptance/server/grant_role_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/acceptance/server/grant_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/acceptance/server/reassign_owned_by_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/acceptance/server/recovery_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/acceptance/server/schema_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/acceptance/z_alternative_pgdata_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/spec_helper.rb
3rdparty/modules/postgresql/spec/spec_helper_acceptance.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/spec_helper_local.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/spec_helper_system.rb [deleted file]
3rdparty/modules/postgresql/spec/system/install_spec.rb [deleted file]
3rdparty/modules/postgresql/spec/system/non_defaults_spec.rb [deleted file]
3rdparty/modules/postgresql/spec/unit/classes/client_spec.rb
3rdparty/modules/postgresql/spec/unit/classes/contrib_spec.rb [deleted file]
3rdparty/modules/postgresql/spec/unit/classes/devel_spec.rb [deleted file]
3rdparty/modules/postgresql/spec/unit/classes/globals_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/classes/init_spec.rb [deleted file]
3rdparty/modules/postgresql/spec/unit/classes/lib/devel_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/classes/lib/java_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/classes/lib/perl_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/classes/lib/pgdocs_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/classes/lib/python_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/classes/params_spec.rb
3rdparty/modules/postgresql/spec/unit/classes/postgresql_java_spec.rb [deleted file]
3rdparty/modules/postgresql/spec/unit/classes/postgresql_python_spec.rb [deleted file]
3rdparty/modules/postgresql/spec/unit/classes/repo_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/classes/server/config_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/classes/server/contrib_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/classes/server/initdb_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/classes/server/plperl_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/classes/server/plpython_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/classes/server/postgis_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/classes/server_spec.rb
3rdparty/modules/postgresql/spec/unit/defines/database_grant_spec.rb [deleted file]
3rdparty/modules/postgresql/spec/unit/defines/database_spec.rb [deleted file]
3rdparty/modules/postgresql/spec/unit/defines/database_user_spec.rb [deleted file]
3rdparty/modules/postgresql/spec/unit/defines/db_spec.rb [deleted file]
3rdparty/modules/postgresql/spec/unit/defines/pg_hba_rule_spec.rb [deleted file]
3rdparty/modules/postgresql/spec/unit/defines/pg_hba_spec.rb [deleted file]
3rdparty/modules/postgresql/spec/unit/defines/psql_spec.rb [deleted file]
3rdparty/modules/postgresql/spec/unit/defines/role_spec.rb [deleted file]
3rdparty/modules/postgresql/spec/unit/defines/server/config_entry_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/defines/server/database_grant_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/defines/server/database_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/defines/server/db_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/defines/server/extension_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/defines/server/grant_role_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/defines/server/grant_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/defines/server/pg_hba_rule_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/defines/server/pg_ident_rule_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/defines/server/reassign_owned_by_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/defines/server/recovery_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/defines/server/role_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/defines/server/schema_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/defines/server/table_grant_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/defines/server/tablespace_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/defines/tablespace_spec.rb [deleted file]
3rdparty/modules/postgresql/spec/unit/defines/validate_db_connection_spec.rb
3rdparty/modules/postgresql/spec/unit/facts/postgres_default_version_spec.rb [deleted file]
3rdparty/modules/postgresql/spec/unit/functions/postgresql_acls_to_resources_hash_spec.rb
3rdparty/modules/postgresql/spec/unit/functions/postgresql_escape_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/functions/postgresql_password_spec.rb
3rdparty/modules/postgresql/spec/unit/provider/postgresql_conf/parsed_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/puppet/provider/postgresql_conn_validator/ruby_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/puppet/provider/postgresql_psql/ruby_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/puppet/provider/postgresql_replication_slot/ruby_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/puppet/type/postgresql_conn_validator.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/puppet/type/postgresql_psql_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/puppet/type/postgresql_replication_slot_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/spec/unit/type/postgresql_conf_spec.rb [new file with mode: 0644]
3rdparty/modules/postgresql/templates/pg_ident_rule.conf [new file with mode: 0644]
3rdparty/modules/postgresql/templates/recovery.conf.erb [new file with mode: 0644]
3rdparty/modules/postgresql/templates/systemd-override.erb [new file with mode: 0644]