{"id":22700197,"url":"https://github.com/simp/pupmod-simp-at","last_synced_at":"2026-02-25T11:41:20.631Z","repository":{"id":14735031,"uuid":"75859998","full_name":"simp/pupmod-simp-at","owner":"simp","description":"A SIMP Puppet module for managing at","archived":false,"fork":false,"pushed_at":"2026-02-18T22:53:47.000Z","size":147,"stargazers_count":0,"open_issues_count":7,"forks_count":10,"subscribers_count":14,"default_branch":"master","last_synced_at":"2026-02-19T04:37:23.095Z","etag":null,"topics":["hacktoberfest","simp"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/simp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-12-07T17:32:39.000Z","updated_at":"2026-01-09T21:33:29.000Z","dependencies_parsed_at":"2024-07-11T23:26:34.661Z","dependency_job_id":"b99afb34-0d46-45d8-bf73-489b5f90feb0","html_url":"https://github.com/simp/pupmod-simp-at","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/simp/pupmod-simp-at","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simp%2Fpupmod-simp-at","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simp%2Fpupmod-simp-at/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simp%2Fpupmod-simp-at/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simp%2Fpupmod-simp-at/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simp","download_url":"https://codeload.github.com/simp/pupmod-simp-at/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simp%2Fpupmod-simp-at/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29819492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T05:36:42.804Z","status":"ssl_error","status_checked_at":"2026-02-25T05:36:31.934Z","response_time":61,"last_error":"SSL_read: 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":["hacktoberfest","simp"],"created_at":"2024-12-10T06:10:24.371Z","updated_at":"2026-02-25T11:41:20.595Z","avatar_url":"https://github.com/simp.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License](https://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)\n[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/73/badge)](https://bestpractices.coreinfrastructure.org/projects/73)\n[![Puppet Forge](https://img.shields.io/puppetforge/v/simp/at.svg)](https://forge.puppetlabs.com/simp/at)\n[![Puppet Forge Downloads](https://img.shields.io/puppetforge/dt/simp/at.svg)](https://forge.puppetlabs.com/simp/at)\n[![Build Status](https://travis-ci.org/simp/pupmod-simp-at.svg)](https://travis-ci.org/simp/pupmod-simp-at)\n\n#### Table of Contents\n\n\u003c!-- vim-markdown-toc GFM --\u003e\n\n* [Description](#description)\n* [This is a SIMP module](#this-is-a-simp-module)\n* [Setup](#setup)\n  * [What at affects](#what-at-affects)\n* [Usage](#usage)\n* [Development](#development)\n  * [Acceptance tests](#acceptance-tests)\n\n\u003c!-- vim-markdown-toc --\u003e\n\n## Description\n\nThis module manages the at service and /etc/at.allow.\n\nSee [REFERENCE.md](./REFERENCE.md) for additional information.\n\n## This is a SIMP module\nThis module is a component of the\n[System Integrity Management Platform](https://simp-project.com),\na compliance-management framework built on Puppet.\n\nIf you find any issues, they can be submitted to our\n[JIRA](https://simp-project.atlassian.net/).\n\n\n## Setup\n\n### What at affects\n\n  * atd service\n  * `/etc/at.deny`\n  * `/etc/at.allow`\n\n## Usage\n\nTo use this module, simply include the class as follows:\n\n```ruby\ninclude 'at'\n```\n\nUsers can also be added to `/etc/at.allow` with the `at::user` defined type, or\nthe `at::users` array in `hiera`. The following example adds a few users to\n`/etc/at.allow`:\n\n```yaml\nat::users:\n  - foo\n  - bar\n```\n\n## Development\n\nPlease read our [Contribution Guide] (https://simp.readthedocs.io/en/stable/contributors_guide/index.html).\n\n\n### Acceptance tests\n\nThis module includes [Beaker](https://github.com/puppetlabs/beaker) acceptance\ntests using the SIMP [Beaker Helpers](https://github.com/simp/rubygem-simp-beaker-helpers).\nBy default the tests use [Vagrant](https://www.vagrantup.com/) with\n[VirtualBox](https://www.virtualbox.org) as a back-end; Vagrant and VirtualBox\nmust both be installed to run these tests without modification. To execute the\ntests run the following:\n\n```shell\nbundle install\nbundle exec rake beaker:suites\n```\n\nPlease refer to the [SIMP Beaker Helpers documentation](https://github.com/simp/rubygem-simp-beaker-helpers/blob/master/README.md)\nfor more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimp%2Fpupmod-simp-at","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimp%2Fpupmod-simp-at","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimp%2Fpupmod-simp-at/lists"}