isomorfeus-puppetmaster 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aa77efe7666950bf4679abac18811bd567dfff09f667c86b0fe3b2b2796a9859
|
4
|
+
data.tar.gz: e29940676dad93f52b3f5c1e874cdf9add8c1caa67573b3ad56c45f174a17dd4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 83bc69996f2a3914328bf2559babafd986b061a9ea7b038566747996cba7bcc1db4edde26ef06d70be749da24ea1a65840ed0e4918534a289517fed865194306
|
7
|
+
data.tar.gz: ee2d594d9a957ecf8b713fc28ac47045b91d97abf9776dc90e08fe7049d6796e5659f7bc5b96bd9983ec7e776a59924c1e0c73f1b5d024aa69acad880fa63904
|
@@ -26,7 +26,7 @@ Isomorfeus::Puppetmaster.register_server :falcon do |app, port, host, **options|
|
|
26
26
|
Rack::Handler::Falcon.run(app, { Host: host, Port: port }.merge(options)).join
|
27
27
|
end
|
28
28
|
|
29
|
-
Isomorfeus::Puppetmaster.register_server :iodine do |app, port,
|
29
|
+
Isomorfeus::Puppetmaster.register_server :iodine do |app, port, host, **options|
|
30
30
|
begin
|
31
31
|
require 'iodine/version'
|
32
32
|
require 'rack/handler/iodine'
|