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: 10 months ago
JSON representation

Installs the Nodequery Agent

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",
}
```