{"id":15099009,"url":"https://github.com/bodgit/puppet-gpioflicker","last_synced_at":"2026-01-06T16:57:16.559Z","repository":{"id":57668214,"uuid":"65150688","full_name":"bodgit/puppet-gpioflicker","owner":"bodgit","description":"Puppet Module for managing gpioflicker","archived":false,"fork":false,"pushed_at":"2018-06-21T17:34:59.000Z","size":69,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-21T01:07:45.768Z","etag":null,"topics":["gpio","net6501","openbsd","puppet","soekris"],"latest_commit_sha":null,"homepage":"https://forge.puppetlabs.com/bodgit/gpioflicker","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/bodgit.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-08-07T19:36:07.000Z","updated_at":"2018-06-21T17:35:00.000Z","dependencies_parsed_at":"2022-09-07T17:34:28.734Z","dependency_job_id":null,"html_url":"https://github.com/bodgit/puppet-gpioflicker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-gpioflicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-gpioflicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-gpioflicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bodgit%2Fpuppet-gpioflicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bodgit","download_url":"https://codeload.github.com/bodgit/puppet-gpioflicker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245858878,"owners_count":20684057,"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":["gpio","net6501","openbsd","puppet","soekris"],"created_at":"2024-09-25T17:02:05.327Z","updated_at":"2026-01-06T16:57:16.530Z","avatar_url":"https://github.com/bodgit.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gpioflicker\n\nTested with Travis CI\n\n[![Build Status](https://travis-ci.com/bodgit/puppet-gpioflicker.svg?branch=master)](https://travis-ci.com/bodgit/puppet-gpioflicker)\n[![Coverage Status](https://coveralls.io/repos/bodgit/puppet-gpioflicker/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/bodgit/puppet-gpioflicker?branch=master)\n[![Puppet Forge](http://img.shields.io/puppetforge/v/bodgit/gpioflicker.svg)](https://forge.puppetlabs.com/bodgit/gpioflicker)\n\n#### Table of Contents\n\n1. [Description](#description)\n2. [Setup - The basics of getting started with gpioflicker](#setup)\n    * [Beginning with gpioflicker](#beginning-with-gpioflicker)\n3. [Usage - Configuration options and additional functionality](#usage)\n4. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n5. [Limitations - OS compatibility, etc.](#limitations)\n6. [Development - Guide for contributing to the module](#development)\n\n## Description\n\nThis module manages gpioflicker which toggles a GPIO output (which is usually\nwired to an LED) on the host every time a network packet is logged.\n\nOpenBSD is supported using Puppet 4.5.0 or later.\n\n## Setup\n\n### Beginning with gpioflicker\n\nYou will need to specify the GPIO device and the pin. The below is for a\nSoekris Engineering net6501 using the error LED:\n\n```puppet\nclass { '::gpioflicker':\n  device =\u003e '/dev/gpio1',\n  pin    =\u003e 0,\n}\n```\n\n## Usage\n\nTo make the LED blink for 200 milliseconds:\n\n```puppet\nclass { '::gpioflicker':\n  device      =\u003e '/dev/gpio1',\n  pin         =\u003e 0,\n  active_time =\u003e 200,\n}\n```\n\n## Reference\n\nThe reference documentation is generated with\n[puppet-strings](https://github.com/puppetlabs/puppet-strings) and the latest\nversion of the documentation is hosted at\n[https://bodgit.github.io/puppet-gpioflicker/](https://bodgit.github.io/puppet-gpioflicker/).\n\n## Limitations\n\nThis module has been built on and tested against Puppet 4.5.0 and higher.\n\nThe module has been tested on:\n\n* OpenBSD 6.2/6.3\n\n## Development\n\nThe module has both [rspec-puppet](http://rspec-puppet.com) and\n[beaker-rspec](https://github.com/puppetlabs/beaker-rspec) tests. Run them\nwith:\n\n```\n$ bundle exec rake test\n$ PUPPET_INSTALL_TYPE=agent PUPPET_INSTALL_VERSION=x.y.z bundle exec rake beaker:\u003cnodeset\u003e\n```\n\nPlease log issues or pull requests at\n[github](https://github.com/bodgit/puppet-gpioflicker).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodgit%2Fpuppet-gpioflicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbodgit%2Fpuppet-gpioflicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodgit%2Fpuppet-gpioflicker/lists"}