Skip to content

Commit 1266bc6

Browse files
release 4.1.5 (#81)
* update cdomain to point correctly (#80) --------- Co-authored-by: nilsver <[email protected]>
1 parent 5d45c97 commit 1266bc6

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
cookbook-rb-proxy CHANGELOG
22
===============
33

4+
## 4.1.5
5+
6+
- nilsver
7+
- [b27a4f7] update cdomain to point correctly (#80)
8+
49
## 4.1.4
510

611
- nilsver

resources/libraries/update_hosts_file.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ def update_hosts_file
4848
hosts_hash['127.0.0.1'] << "#{new_service}.service"
4949
next
5050
end
51-
hosts_hash[manager_registration_ip] << "#{new_service}.service"
52-
hosts_hash[manager_registration_ip] << "#{new_service}.#{node['redborder']['cdomain']}"
51+
hosts_hash[manager_registration_ip] << "#{new_service}.service.#{node['redborder']['cdomain']}"
5352
end
5453
end
5554

resources/metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
maintainer_email '[email protected]'
44
license 'AGPL-3.0'
55
description 'Installs/Configures redborder proxy'
6-
version '4.1.4'
6+
version '4.1.5'
77

88
depends 'rb-common'
99
depends 'rb-selinux'

0 commit comments

Comments
 (0)