Skip to content

Commit 827f4a7

Browse files
committed
Merge branch 'updates'
2 parents fac2b30 + 2242572 commit 827f4a7

13 files changed

+183
-135
lines changed

.bundle/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--- {}

.kitchen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ platforms:
1616
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box
1717
run_list:
1818
- recipe[apt]
19-
- name: centos-7.0
19+
- name: centos-7.1
2020

2121
suites:
2222
- name: known_hosts

.rubocop.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ ClassLength:
1919
MethodLength:
2020
Max: 25
2121
Severity: refactor
22-
SingleSpaceBeforeFirstArg:
22+
SpaceBeforeFirstArg:
2323
Enabled: false
2424
AbcSize:
2525
Enabled: false
2626
Documentation:
2727
Enabled: false
28-

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# CHANGELOG for ssh
2+
3+
## 0.10.14
4+
* #54 fix issues in readme (Thanks to @javierav)
5+
* #57 remove un-needed conditional (thanks to @elser82)
6+
* #58 fix deprication warning in default value of provider (thanks to @CloCkWeRX)
7+
* #59 - fix known_hosts diretctory creation (thanks to @atward)
8+
* several updates to get rubocop and foodcritic happy
9+
210
## 0.10.12
311
* Updated authorized_keys to allow for commas, quotes, and spaces inside the options.
412
* fixed a bug that was adding a single space to the end of entries.

0 commit comments

Comments
 (0)