We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ac737 commit 030bb2eCopy full SHA for 030bb2e
lib/puppet/provider/es_instance_conn_validator/tcp_port.rb
@@ -12,7 +12,7 @@
12
def exists?
13
start_time = Time.now
14
timeout = resource[:timeout]
15
- sleep_interval = resource[:sleep]
+ sleep_interval = resource[:sleep_interval]
16
17
success = validator.attempt_connection
18
0 commit comments