File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11cookbook-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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 33maintainer_email '[email protected] ' 44license 'AGPL-3.0'
55description 'Installs/Configures redborder proxy'
6- version '4.1.4 '
6+ version '4.1.5 '
77
88depends 'rb-common'
99depends 'rb-selinux'
You can’t perform that action at this time.
0 commit comments