diff --git a/zones.d/master/git/base-services.conf b/zones.d/master/git/base-services.conf index c1481ea..6c82fa8 100644 --- a/zones.d/master/git/base-services.conf +++ b/zones.d/master/git/base-services.conf @@ -14,6 +14,14 @@ apply Service "ping6" { assign where host.address6 } +apply Service "Test for deploy" { + import "generic-service" + + check_command = "dummy" + + assign where host.address +} + apply Service "ssh" { import "generic-service"