{"id":15022811,"url":"https://github.com/hfm/puppet-vaz","last_synced_at":"2026-01-20T20:33:42.690Z","repository":{"id":57665084,"uuid":"111087960","full_name":"hfm/puppet-vaz","owner":"hfm","description":"The vaz module handles installing, configuring, and running vaz for Veeta.","archived":false,"fork":false,"pushed_at":"2018-11-06T11:58:26.000Z","size":37,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T14:29:31.951Z","etag":null,"topics":["puppet","vaz"],"latest_commit_sha":null,"homepage":"https://forge.puppet.com/hfm/vaz","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-17T10:00:22.000Z","updated_at":"2018-11-06T11:58:24.000Z","dependencies_parsed_at":"2022-09-26T20:31:15.473Z","dependency_job_id":null,"html_url":"https://github.com/hfm/puppet-vaz","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/hfm/puppet-vaz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfm%2Fpuppet-vaz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfm%2Fpuppet-vaz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfm%2Fpuppet-vaz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfm%2Fpuppet-vaz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hfm","download_url":"https://codeload.github.com/hfm/puppet-vaz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hfm%2Fpuppet-vaz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28612970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["puppet","vaz"],"created_at":"2024-09-24T19:58:24.611Z","updated_at":"2026-01-20T20:33:42.675Z","avatar_url":"https://github.com/hfm.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# puppet-vaz\n\n[![Build Status](https://img.shields.io/travis/hfm/puppet-vaz/master.svg?style=flat-square)](https://travis-ci.org/hfm/puppet-vaz)\n[![Puppet Forge](https://img.shields.io/puppetforge/v/hfm/vaz.svg?style=flat-square)](https://forge.puppet.com/hfm/vaz)\n\n#### Table of Contents\n\n1. [Description](#description)\n1. [Setup - The basics of getting started with vaz](#setup)\n    * [Setup requirements](#setup-requirements)\n1. [Usage - Configuration options and additional functionality](#usage)\n    * [Configuring vaz](#configuring-vaz)\n    * [Configuring modules from Hiera](#configuring-modules-from-hiera)\n1. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n    * [Public Classes](#public-classes)\n    * [Parameters](#parameters)\n1. [Limitations - OS compatibility, etc.](#limitations)\n1. [Development - Guide for contributing to the module](#development)\n    * [Running tests](#running-tests)\n    * [Testing quickstart](#testing-quickstart)\n\n## Description\n\nThe vaz module handles installing, configuring, and running [vaz](https://github.com/pyama86/vaz) for [Veeta](https://veeta.org/).\n\n## Setup\n\n### Setup Requirements\n\nThe vaz module requires the following puppet module:\n\n- [puppetlabs-apt](https://forge.puppet.com/puppetlabs/apt): version 2.0 or newer (only Debian-based distributions).\n\npuppetlabs-apt is soft dependencies. If you are installing on Debian systems, you will need to configure appropriate versions of this module.\n\n## Usage\n\n### Configuring vaz\n\nTo install the vaz server, declare the `vaz` class like the following:\n\n```puppet\nclass { 'vaz':\n  service =\u003e '\u003cservice name\u003e',\n  token   =\u003e '\u003ctoken\u003e',\n}\n```\n\n### Configuring modules from Hiera\n\nTo install the vaz server using Hiera, you can use 'include ::vaz' and declare in Hiera like the following:\n\n```yaml\n---\nvaz::service: \u003cservice name\u003e\nvaz::token: \u003ctoken\u003e\n```\n\n## Reference\n\n### Public Classes\n\n- [`vaz`](#vaz): Installs, configures, and running vaz server.\n\n### Parameters\n\n- `service`: Specifies your service name. Data type: String. Default: 'vaz'.\n- `token`: Specifies your token. Data type: String. Default: undef.\n\n## Limitations\n\nThis module has been tested on:\n\n- RedHat Enterprise Linux 7\n- CentOS 7\n- Scientific Linux 7\n- Debian 8, 9\n- Ubuntu 16.04\n\n## Development\n\n### Running tests\n\nThe STNS puppet module contains tests for both [rspec-puppet](http://rspec-puppet.com/) (unit tests) and [beaker-rspec](https://github.com/puppetlabs/beaker-rspec) (acceptance tests) to verify functionality. For detailed information on using these tools, please see their respective documentation.\n\n#### Testing quickstart\n\n- Unit tests:\n\n```console\n$ bundle install\n$ bundle exec rake\n```\n\n- Acceptance tests:\n\n```console\n# Set your DOCKER_HOST variable\n$ eval \"$(docker-machine env default)\"\n\n# List available beaker nodesets\n$ bundle exec rake beaker_nodes\ncentos7\ndebian9\n\n# Run beaker acceptance tests\n$ BEAKER_set=debian9 bundle exec rake beaker\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhfm%2Fpuppet-vaz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhfm%2Fpuppet-vaz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhfm%2Fpuppet-vaz/lists"}