{"id":15517036,"url":"https://github.com/deric/puppet-fhgfs","last_synced_at":"2026-01-18T12:20:36.253Z","repository":{"id":11047180,"uuid":"13384038","full_name":"deric/puppet-fhgfs","owner":"deric","description":"Puppet module for managing FhGFS","archived":false,"fork":false,"pushed_at":"2015-05-19T16:13:18.000Z","size":576,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-07T11:11:27.377Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://forge.puppetlabs.com/deric/fhgfs","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deric.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2013-10-07T13:06:58.000Z","updated_at":"2015-05-19T16:10:10.000Z","dependencies_parsed_at":"2022-09-07T17:34:40.308Z","dependency_job_id":null,"html_url":"https://github.com/deric/puppet-fhgfs","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/deric/puppet-fhgfs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fpuppet-fhgfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fpuppet-fhgfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fpuppet-fhgfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fpuppet-fhgfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deric","download_url":"https://codeload.github.com/deric/puppet-fhgfs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deric%2Fpuppet-fhgfs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28535726,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-10-02T10:10:58.732Z","updated_at":"2026-01-18T12:20:36.198Z","avatar_url":"https://github.com/deric.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Puppet FhGFS\n\n[![Puppet\nForge](http://img.shields.io/puppetforge/v/deric/fhgfs.svg)](https://forge.puppetlabs.com/deric/fhgfs) [![Build Status](https://travis-ci.org/deric/puppet-fhgfs.png?branch=travis)](https://travis-ci.org/deric/puppet-fhgfs)\n\nThis is the puppet-fhgfs module for managing the Fraunhofer Parallel File System (FhGFS)\n\n## Usage\n\nYou need one mgmtd server:\n\n```puppet\n    class { 'fhgfs::mgmtd': }\n```\n\nAnd probably many storage and meta servers:\n```puppet\n    class { 'fhgfs::meta':\n      mgmtd_host =\u003e 192.168.1.1,\n    }\n    class { 'fhgfs::storage':\n      mgmtd_host =\u003e 192.168.1.1,\n    }\n```\n\ndefining a mount\n```puppet\n  fhgfs::mount{ 'mnt-share':\n    cfg =\u003e '/etc/fhgfs/fhgfs-client.conf',\n    mnt   =\u003e '/mnt/share',\n    user  =\u003e 'fhgfs',\n    group =\u003e 'fhgfs',\n  }\n```\n\n### Interfaces\n\nFor meta and storage nodes you can specify interfaces for commutication. The passed argument must be an array.\n\n```puppet\n    class { 'fhgfs::meta':\n      mgmtd_host =\u003e 192.168.1.1,\n      interfaces =\u003e ['eth0', 'ib0'],\n    }\n    class { 'fhgfs::storage':\n      mgmtd_host =\u003e 192.168.1.1,\n      interfaces =\u003e ['eth0', 'ib0']\n    }\n```\n\n## Hiera support\n\nAll configuration could be specified in Hiera config files. Some settings\nare shared between all components, like:\n\n```\nfhgfs::version: '2012.10.r9.debian7'\n```\n\nfor module specific setting use correct namespace, e.g.:\n```\nfhgfs::meta::interfaces:\n  - 'eth0'\n```\n\n\n## License\n\nApache License, Version 2.0\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderic%2Fpuppet-fhgfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderic%2Fpuppet-fhgfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderic%2Fpuppet-fhgfs/lists"}