Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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")
```