{"id":27958052,"url":"https://github.com/ericsson/puppet-module-afs","last_synced_at":"2025-05-07T18:16:06.903Z","repository":{"id":14502281,"uuid":"17215523","full_name":"Ericsson/puppet-module-afs","owner":"Ericsson","description":"manage OpenAFS with new EIS packages","archived":false,"fork":false,"pushed_at":"2025-02-07T09:39:19.000Z","size":353,"stargazers_count":2,"open_issues_count":0,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T18:15:59.225Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ericsson.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2014-02-26T15:41:43.000Z","updated_at":"2025-02-07T09:36:53.000Z","dependencies_parsed_at":"2024-04-15T23:06:21.108Z","dependency_job_id":"cadd1d41-a80c-49d2-ab6e-d54d4bf3bce2","html_url":"https://github.com/Ericsson/puppet-module-afs","commit_stats":null,"previous_names":["ericsson/puppet-module-afs"],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ericsson%2Fpuppet-module-afs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ericsson%2Fpuppet-module-afs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ericsson%2Fpuppet-module-afs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ericsson%2Fpuppet-module-afs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ericsson","download_url":"https://codeload.github.com/Ericsson/puppet-module-afs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252931507,"owners_count":21827112,"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":[],"created_at":"2025-05-07T18:16:06.244Z","updated_at":"2025-05-07T18:16:06.889Z","avatar_url":"https://github.com/Ericsson.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# puppet-module-afs\n\n#### Table of Contents\n\n1. [Module Description - What the module does and why it is useful](#module-description)\n1. [Setup - The basics of getting started with afs](#setup)\n   * [What afs affects](#what-afs-affects)\n   * [Setup requirements](#setup-requirements)\n   * [Beginning with afs](#beginning-with-afs)\n1. [Usage - Configuration options and additional functionality](#usage)\n1. [Limitations - OS compatibility, etc.](#limitations)\n1. [Development - Guide for contributing to the module](#development)\n\n## Module description\n\nThis module manages OpenAFS\n\n## Setup\n\n### What afs affects\n\nManages the packages and files regarding OpenAFS. Location of these files vary\nby platform and packages being used to install OpenAFS.\n\n### Setup requirements\n\nThis module requires `stdlib`,`cron_core` and `common` (see metadata.json).\n\n### Beginning with afs\n\nInclude the main `::afs` class. Default values for supported operating systems\nare specified in the module's Hiera.\n\n#### Basic usage\n\nThere are a few parameters that are required for the AFS module to configure\nOpenAFS correctly.\nafs::cell\nafs::afs_cellserverdb\n\n```yaml\nafs::cell: afs.domain.tld\nafs::afs_cellserverdb: |\n  \u003eafs.domain.tld\n```\n\nOpenAFS will be configured with ThisCell `afs.domain.tld` with CellServDB\n`afs.domain.tld`.\n\n#### Manage symlinks for AFS\n\nSymlinks can be created if required.\n\n```yaml\nafs::links:\n  'app':\n    path:   '/app'\n    target: '/afs/some/path/app'\n  'env':\n    path:   '/env'\n    target: '/afs/some/path/env'\n  'etc_home':\n     path:   '/etc/home'\n     target: '/env/site/profiles/home'\n```\n\nThis would create the following symlinks:\n\n```\n/app -\u003e /afs/some/path/app\n/env -\u003e /afs/some/path/env\n/etc/home -\u003e /env/site/profiles/home\n```\n\n## Limitations\n\nThis module has been tested to work on the following systems with Puppet\nversions 5 and 6 with the Ruby version associated with those releases.\nPlease see `.travis.yml` for a full matrix of supported versions.\nThis module aims to support the current and previous major Puppet versions.\n\n * EL 5\n * EL 6\n * EL 7\n * EL 8\n * EL 9\n * Suse 10\n * Suse 11\n * Suse 12\n * Suse 15\n * Ubuntu 12.04\n * Ubuntu 14.04\n * Ubuntu 16.04\n * Ubuntu 18.04\n * Ubuntu 20.04\n * Ubuntu 22.04\n * Ubuntu 24.04\n\nOther operating systems might be supported by configuring the module with the\ncorrect parameters.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericsson%2Fpuppet-module-afs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericsson%2Fpuppet-module-afs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericsson%2Fpuppet-module-afs/lists"}