Skip to content

Commit

Permalink
various typo checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mose committed Dec 11, 2015
1 parent 4f1db1b commit f28ba1d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Expand Up @@ -2,10 +2,10 @@ Hieracles Changelog
=======================

### 0.2.1 - 2015-12-11
- add configuration variables for connection to puppetdb
- make puppetdb calls fill up the facts for the node queried
- add configuration variables for connection to PuppetDB
- make PuppetDB calls fill up the facts for the node queried
- add a `facts` command to display the facts, provided locally
or from puppetdb directly
or from PuppetDB directly
- make a new CLI tool named ppdb for direct calls to PuppetDB
- add optional filtering on ppdb commands
- add a man page for ppdb
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -55,7 +55,7 @@ Configuration variables are:
- encpath
where to read information about each nodes
- hierafile
where to find a hierafile customised for your local puppet installation
where to find a hierafile customized for your local puppet installation
- format
can be plain, console, csv, yaml, rawyaml, json
- defaultscope
Expand Down
10 changes: 5 additions & 5 deletions debian/changelog
@@ -1,10 +1,10 @@
ruby-hieracles (0.2.1.0) unstable; urgency=medium

* upstream 0.2.1
* add configuration variables for connection to puppetdb
* make puppetdb calls fill up the facts for the node queried
* add configuration variables for connection to PuppetDB
* make PuppetDB calls fill up the facts for the node queried
* add a `facts` command to display the facts, provided locally
or from puppetdb directly
or from PuppetDB directly
* make a new CLI tool named ppdb for direct calls to PuppetDB
* add optional filtering on ppdb commands
* add a man page for ppdb
Expand All @@ -24,7 +24,7 @@ ruby-hieracles (0.2.0.0) unstable; urgency=medium
ruby-hieracles (0.1.7.0) unstable; urgency=medium

* upstream 0.1.7
* various fixes on display for marged values
* various fixes on display for merged values

-- mose <mose@gandi.net> Mon, 23 Nov 2015 16:20:00 +0800

Expand All @@ -43,7 +43,7 @@ ruby-hieracles (0.1.5.0) unstable; urgency=medium

* upstream 0.1.5
* add `interactive` new option `-i` for having
CLI user promtped to fill up missing scope vars
CLI user prompted to fill up missing scope vars
* implement interpolation adapted from the code of hiera
* fixed the single option parsing for `-i`

Expand Down

0 comments on commit f28ba1d

Please sign in to comment.