{"id":19458714,"url":"https://github.com/improbable-eng/puppet-crypt","last_synced_at":"2026-04-11T16:36:56.853Z","repository":{"id":66220511,"uuid":"209804942","full_name":"improbable-eng/puppet-crypt","owner":"improbable-eng","description":null,"archived":false,"fork":false,"pushed_at":"2019-09-20T15:03:19.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-25T11:48:35.790Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Puppet","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/improbable-eng.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-20T14:05:22.000Z","updated_at":"2019-11-25T15:42:45.000Z","dependencies_parsed_at":"2023-03-17T12:00:45.279Z","dependency_job_id":null,"html_url":"https://github.com/improbable-eng/puppet-crypt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/improbable-eng/puppet-crypt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/improbable-eng%2Fpuppet-crypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/improbable-eng%2Fpuppet-crypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/improbable-eng%2Fpuppet-crypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/improbable-eng%2Fpuppet-crypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/improbable-eng","download_url":"https://codeload.github.com/improbable-eng/puppet-crypt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/improbable-eng%2Fpuppet-crypt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31687881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"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":[],"created_at":"2024-11-10T17:28:13.358Z","updated_at":"2026-04-11T16:36:56.835Z","avatar_url":"https://github.com/improbable-eng.png","language":"Puppet","funding_links":[],"categories":[],"sub_categories":[],"readme":"# puppet-crypt\n\nThis is a Puppet module to install and configure [Crypt](https://github.com/grahamgilbert/crypt).\n\n## Configuration\n\n``` yaml\n---\nclasses:\n - crypt\n\ncrypt::crypt_version: '3.0.0'\ncrypt::server_url: 'http://crypt'\ncrypt::remove_plist: true\ncrypt::package_source : 'puppet:///modules/bigfiles/crypt/my_special_crypt.pkg'\ncrypt::payload_organization: 'Example Organization'\ncrypt::crypt_files:\n - '/Library/Crypt/checkin'\n - '/Library/Crypt/FoundationPlist.py'\n - '/Library/LaunchDaemons/com.grahamgilbert.crypt.plist'\n - '/Library/Security/SecurityAgentPlugins/Crypt.bundle/Contents/MacOS/Crypt'\ncrypt::wait_for_user: false\ncrypt::force_install: false\ncrypt::output_path: '/var/root/crypt_output.plist'\n```\n\nThe path to the install package on your Puppet server. Defaults to `puppet:///modules/bigfiles/crypt/-${munkitools_version}.pkg`, which means that the install package should be in the `bigfiles` module, in `files/crypt`, named to match the version.\n\nBy default this module will only manage Crypt on macOS devices that are either:\n* Laptops\n* Have Crypt managed by Munki\n\nIf you wish to install and configure it on all macOS devices, regardless of their state, set `crypt::force_install` to `true`.\n\nThere have been issues with installing and configuring Crypt's modifications to the Authorization database when there are no users configured on the system. To stop this happening, set `crypt::wait_for_user` to `true` (the default). Set this to `false` only if you know the risks involved.\n\nPass a list of files to watch for that if missing, will trigger an installation of the Crypt package via `crypt::crypt_files`. The defaults should be fine, unless the package has been modified.\n\n## Requirements\n* [apple_package](https://github.com/macadmins/puppet-apple_package)\n* [client_stdlib](https://github.com/macadmins/puppet-client_stdlib)\n* [macauthdb](https://github.com/macadmins/puppet-macauthdb)\n* [mac_facts](https://github.com/grahamgilbert/grahamgilbert-mac_facts)\n* [mac_profiles_handler](https://github.com/keeleysam/puppet-mac_profiles_handler)\n* [munki](https://github.com/airbnb/puppet-munki)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimprobable-eng%2Fpuppet-crypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimprobable-eng%2Fpuppet-crypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimprobable-eng%2Fpuppet-crypt/lists"}