Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/threesquared/puppet-nodequery
Installs the Nodequery Agent
https://github.com/threesquared/puppet-nodequery
nodequery puppet puppet-module
Last synced: about 19 hours ago
JSON representation
Installs the Nodequery Agent
- Host: GitHub
- URL: https://github.com/threesquared/puppet-nodequery
- Owner: threesquared
- License: mit
- Created: 2015-11-12T13:25:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-04T17:49:17.000Z (over 8 years ago)
- Last Synced: 2025-01-16T18:25:36.779Z (24 days ago)
- Topics: nodequery, puppet, puppet-module
- Language: Puppet
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# puppet-nodequery
[![Puppet
Forge](http://img.shields.io/puppetforge/v/threesquared/nodequery.svg)](https://forge.puppetlabs.com/threesquared/nodequery) [![Puppet Forge](https://img.shields.io/puppetforge/dt/threesquared/nodequery.svg?maxAge=2592000)]()## Overview
This module installs the Nodequery Agent as described [here](https://nodequery.com/help/manual-installation).
## Parameters
There is only one parameter and it is the access token for the server.
```puppet
class { 'nodequery':
token => "TOKENHERE",
}
```