{"id":32132714,"url":"https://github.com/zendtech/puppet-zendhq","last_synced_at":"2025-10-21T02:58:22.946Z","repository":{"id":62121640,"uuid":"558016217","full_name":"zendtech/puppet-zendhq","owner":"zendtech","description":"Puppet templates for ZendHQ","archived":false,"fork":false,"pushed_at":"2024-08-07T20:43:39.000Z","size":39,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-21T02:58:08.124Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/zendtech.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":"2022-10-26T18:31:02.000Z","updated_at":"2024-08-07T20:43:42.000Z","dependencies_parsed_at":"2022-10-26T19:45:17.465Z","dependency_job_id":null,"html_url":"https://github.com/zendtech/puppet-zendhq","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/zendtech/puppet-zendhq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zendtech%2Fpuppet-zendhq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zendtech%2Fpuppet-zendhq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zendtech%2Fpuppet-zendhq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zendtech%2Fpuppet-zendhq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zendtech","download_url":"https://codeload.github.com/zendtech/puppet-zendhq/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zendtech%2Fpuppet-zendhq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280195302,"owners_count":26288637,"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","status":"online","status_checked_at":"2025-10-21T02:00:06.614Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-10-21T02:58:21.578Z","updated_at":"2025-10-21T02:58:22.940Z","avatar_url":"https://github.com/zendtech.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zend/zendhq Puppet Module\n\nThis Puppet module manages ZendHQ, a Zend product add-on for ZendPHP Enterprise.\n\n## Table of Contents\n\n1. [What zendhq affects](#what-zendhq-affects)\n1. [Usage](#usage)\n1. [Reference](#reference)\n\n## What zendhq affects\n\nThis module adds the ZendPHP package repositories and manages the ZendHQ service,\nwhich can be installed, uninstalled, started, stopped, and configured.\n\n## Usage\n\nUsing `zendhq` to setup the ZendPHP repositories and install ZendHQ without\nconfiguration is as simple as providing a Zend product license:\n\n```puppet\nclass { 'zendhq':\n  license_source =\u003e 'puppet:///modules/\u003cMODULE_NAME\u003e/zend/license',\n}\n```\n\nInclude settings to configure ZendHQ.\n\n```puppet\nclass { 'zendhq':\n  license_source =\u003e 'puppet:///modules/\u003cMODULE_NAME\u003e/zend/license',\n  settings =\u003e {\n    'zendhq.daemon_uri' =\u003e 'tcp://0.0.0.0:10090',\n  },\n}\n```\n\nCreating a new group and user with read-only permissions using Bolt.\n\n```\n$ bolt task run zendhq::group_add group=readonly permissions='r zray,mon,conf,ct,jq' -t zendhq_server\n$ # verify group creation and permissions\n$ bolt task run zendhq::group_print group=readonly -t zendhq_server\n$ bolt task run zendhq::user_add user=readonly_user password=readonly_password group=readonly -t zendhq_server\n$ # verify user creation and permissions\n$ bolt task run zendhq::user_print user=readonly_user -t zendhq_server\n```\n\n## Tasks\n\nInstallation of ZendHQ comes with a helpful tool, `zendhqctl`, for managing\ngroups, users, and their permissions. While this CLI could be called with\nPuppet's `exec` functionality, this module comes with tasks for all the\n`zendhqctl` commands, making them easy to call with\n[PE](https://www.puppet.com/docs/pe/latest/running_tasks_from_the_command_line.html)\nor [Bolt](https://www.puppet.com/docs/bolt/latest/bolt_running_tasks).\n\nPlease see the reference below for a list of tasks in this module.\n\n## Reference\n\nSee [REFERENCE.md](./REFERENCE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzendtech%2Fpuppet-zendhq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzendtech%2Fpuppet-zendhq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzendtech%2Fpuppet-zendhq/lists"}