{"id":15517944,"url":"https://github.com/hfm/puppet-embulk","last_synced_at":"2025-04-23T03:52:46.936Z","repository":{"id":57664935,"uuid":"49422183","full_name":"hfm/puppet-embulk","owner":"hfm","description":"Manage installation of embulk and its plugins with Puppet","archived":false,"fork":false,"pushed_at":"2018-12-12T19:09:27.000Z","size":96,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T06:18:16.659Z","etag":null,"topics":["embulk","puppet","puppet-forge"],"latest_commit_sha":null,"homepage":"https://forge.puppetlabs.com/hfm/embulk","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hfm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-11T11:38:30.000Z","updated_at":"2018-12-12T19:09:28.000Z","dependencies_parsed_at":"2022-09-26T20:31:12.230Z","dependency_job_id":null,"html_url":"https://github.com/hfm/puppet-embulk","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfm%2Fpuppet-embulk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfm%2Fpuppet-embulk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfm%2Fpuppet-embulk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfm%2Fpuppet-embulk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hfm","download_url":"https://codeload.github.com/hfm/puppet-embulk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250366688,"owners_count":21418768,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["embulk","puppet","puppet-forge"],"created_at":"2024-10-02T10:14:35.877Z","updated_at":"2025-04-23T03:52:46.915Z","avatar_url":"https://github.com/hfm.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# puppet-embulk\n\n[![Build Status](https://img.shields.io/travis/hfm/puppet-embulk/master.svg?style=flat-square)](https://travis-ci.org/hfm/puppet-embulk)\n[![Puppet Forge](https://img.shields.io/puppetforge/v/hfm/embulk.svg?style=flat-square)](https://forge.puppetlabs.com/hfm/embulk)\n[![Puppet Forge](https://img.shields.io/puppetforge/f/hfm/embulk.svg?style=flat-square)](https://forge.puppetlabs.com/hfm/embulk)\n\n#### Table of Contents\n\n1. [Overview](#overview)\n1. [Setup - The basics of getting started with embulk](#setup)\n1. [Usage - Configuration options and additional functionality](#usage)\n1. [Limitations - OS compatibility, etc.](#limitations)\n1. [Development - Guide for contributing to the module](#development)\n\nOverview\n---\n\nManage installation of [embulk/embulk](https://github.com/embulk/embulk) and its plugins with Puppet on CentOS.\n\nSetup\n---\n\n```\npuppet module install hfm-embulk\n```\n\nor using [rodjek/librarian-puppet](https://github.com/rodjek/librarian-puppet):\n\n```rb\nmod 'hfm-embulk'\n```\n\nand execute ``` librarian-puppet install ```.\n\n### Used modules\n\n- [puppetlabs/puppetlabs-stdlib](https://github.com/puppetlabs/puppetlabs-stdlib)\n- [puppetlabs/puppetlabs-java](https://github.com/puppetlabs/puppetlabs-java)\n\nUsage\n---\n\n### Installation of embulk\n\n```puppet\ninclude ::embulk\n\n# Default latest version\nclass { '::embulk': }\n\n# Or you can specify the version of embulk.\nclass { '::embulk':\n  ensure =\u003e '0.8.1',\n}\n\n# Or you can specify the user of embulk.\nclass { '::embulk':\n  user =\u003e 'embulk_user',\n}\n```\n\n### Installation of embulk plugins\n\nUsing `embulk gem` command to install embulk plugins like the following:\n\n```puppet\ninclude ::embulk\n\n::embulk::plugin {\n  # Enable to use an array\n  [\n    'embulk-parser-ltsv',\n    'embulk-filter-insert',\n  ]:\n    ensure =\u003e present;\n\n  # You can use latest to be up-to-date version.\n  # Default to present.\n  'embulk-output-bigquery':\n    ensure =\u003e latest;\n}\n```\n\nLimitations\n---\n\nTested on:\n\n- CentOS 5.11\n- CentOS 6.6\n- CentOS 7.2.1511\n- Ubuntu 14.04\n- Ubuntu 12.04\n- Debian 8\n- Debian 7\n- Debian 6\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhfm%2Fpuppet-embulk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhfm%2Fpuppet-embulk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhfm%2Fpuppet-embulk/lists"}