Skip to content

Commit a864f58

Browse files
committed
upgrade PDQTest and rebuild to add missing docs; release
1 parent 228724a commit a864f58

7 files changed

Lines changed: 5 additions & 13 deletions

File tree

.pdqtest/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# *File originally created by PDQTest*
22
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
3-
gem 'pdqtest', '2.0.2'
3+
gem 'pdqtest', '2.0.3'
44
gem 'puppet-strings', '2.1.0'
55
gem 'puppet-lint', '2.3.6'
66
gem 'puppet-syntax', '2.4.1'

.pdqtest/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ GEM
4141
multi_json (1.13.1)
4242
multipart-post (2.0.0)
4343
nesty (1.0.2)
44-
pdqtest (2.0.2)
44+
pdqtest (2.0.3)
4545
deep_merge (~> 1.2)
4646
docker-api (= 1.34.2)
4747
escort (= 0.4.0)
@@ -111,7 +111,7 @@ PLATFORMS
111111
ruby
112112

113113
DEPENDENCIES
114-
pdqtest (= 2.0.2)
114+
pdqtest (= 2.0.3)
115115
puppet (= 6.0.2)
116116
puppet-lint (= 2.3.6)
117117
puppet-strings (= 2.1.0)

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# *File originally created by PDQTest*
22
all:
33
cd .pdqtest && bundle exec pdqtest all
4-
$(MAKE) docs
54

65
fast:
76
cd .pdqtest && bundle exec pdqtest fast
@@ -20,7 +19,6 @@ shellnopuppet:
2019

2120
logical:
2221
cd .pdqtest && bundle exec pdqtest logical
23-
$(MAKE) docs
2422

2523
pdqtestbundle:
2624
# Install all gems into _normal world_ bundle so we can use all of em

REFERENCE.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,10 +306,6 @@ Purge any unmanaged `id_rsa`, `id_rsa.pub`,
306306

307307
Default value: `false`
308308

309-
##### `purge_unmanaged_key`
310-
311-
Purge any unmanaged `known_hosts` file
312-
313309
##### `id_rsa`
314310

315311
Data type: `Optional[String]`

make.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ switch ($target) {
6060
}
6161
"logical" {
6262
cd .pdqtest; bundle exec pdqtest logical; cd ..
63-
cd .pdqtest ; bundle exec "cd ..; puppet strings"; cd ..
6463
}
6564
"docs" {
6665
cd .pdqtest ; bundle exec "cd ..; puppet strings generate --format markdown"; cd ..

manifests/manual.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
# @param group Group that will own the installed keys
5050
# @param purge_unmanaged Purge any unmanaged `id_rsa`, `id_rsa.pub`,
5151
# `known_hosts`, `authorized_keys` files
52-
# @param purge_unmanaged_key Purge any unmanaged `known_hosts` file
5352
# @param id_rsa Content of the regular `id_rsa` (private key) file
5453
# @param id_rsa_file Source of the regular `id_rsa` (private key) file. This can
5554
# be any location understood by the puppet `file` resource

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "geoffwilliams-sshkeys",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"author": "geoffwilliams",
5-
"summary": "ssh key generation and distribution with puppet",
5+
"summary": "ssh key generaton and distribution with puppet",
66
"license": "Apache-2.0",
77
"source": "https://github.com/GeoffWilliams/sshkeys",
88
"project_page": "https://github.com/GeoffWilliams/sshkeys",

0 commit comments

Comments
 (0)