Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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