Skip to content

Commit

Permalink
Merge pull request #17 from jordiprats/master
Browse files Browse the repository at this point in the history
pdb_test plan
  • Loading branch information
jordiprats authored Jun 19, 2018
2 parents b182053 + dfbffc6 commit a111a6c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.1.16

* added **pdb_test** plan for puppet bolt

## 0.1.15

* added **retcode2bool** function
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eyp-eyplib",
"version": "0.1.15",
"version": "0.1.16",
"author": "eyp",
"summary": "Utility functions for puppet modules",
"license": "Apache-2.0",
Expand Down
3 changes: 3 additions & 0 deletions plans/pdb_test.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
plan pdb_test {
return(puppetdb_query("nodes[certname] {}"))
}

0 comments on commit a111a6c

Please sign in to comment.