Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/groob/racoon
loop through a munki manifest
https://github.com/groob/racoon
Last synced: about 2 months ago
JSON representation
loop through a munki manifest
- Host: GitHub
- URL: https://github.com/groob/racoon
- Owner: groob
- Created: 2017-06-14T00:20:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-14T00:21:47.000Z (over 7 years ago)
- Last Synced: 2024-02-15T11:32:07.197Z (10 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- cybersecurity-golang-security - racoon - loop through a munki manifest and install everything (MacOS Specific)
- awesome-go-security - racoon - loop through a munki manifest and install everything (MacOS Specific)
README
racoon is a utility that loops through a specific munki manifest at an interval and install everything available in that manifest.
By default, `racoon` will check the munki manifest `dep_bootstrap` every two seconds(unless the previous run is still going).
The manifest and interval between checks is configurable.# Usage
```
Usage of ./racoon:
-interval duration
interval between checks (default 2s)
-manifest string
manifest to loop through (default "dep_bootstrap")
```