Skip to content

Commit f328484

Browse files
committed
Admin on metadata and fixes in README
1 parent d9c34d0 commit f328484

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
# node_manager
1+
# node_manager [![Build Status](https://travis-ci.org/puppetlabs/prosvcs-node_manager.svg)](https://travis-ci.org/puppetlabs/prosvcs-node_manager)
32

43
#### Table of Contents
54
1. [Overview](#overview)
@@ -71,7 +70,7 @@ The UID for the data group. Can be specified by group name or
7170
UID. Default: `default`
7271

7372
* `rules`<br />
74-
An array of classification rules. Default (empty hash): `{}`
73+
An array of classification rules. Default (empty array): `[]`
7574

7675
### Puppet_environment
7776

@@ -135,6 +134,7 @@ Retrieve all or one node_group and its data.
135134
"environment"=>"production",
136135
"classes"=>{}
137136
}
137+
}
138138
```
139139

140140
_Type:_ rvalue

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "WhatsARanjit-node_manager",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"author": "WhatsARanjit",
55
"summary": "Create and manage Node Manager API endpoints as resources.",
66
"license": "Apache 2.0",

0 commit comments

Comments
 (0)