Disable watcher temporarily
Watcher recently introduced a new dependency and it it slipped through the promotion process. So let's disable it while we wait for a new promotion with the fixed package. Change-Id: I6b733428930ff07e2599dd8e3c034d2c2bc9f313
This commit is contained in:
parent
fc6628d0ee
commit
30d9b74e4a
@ -25,7 +25,9 @@ if $::operatingsystem == 'Ubuntu' {
|
||||
} else {
|
||||
$ssl_enabled = true
|
||||
$ipv6 = true
|
||||
$watcher_enabled = true
|
||||
# TODO(aschultz): enable once https://review.rdoproject.org/r/#/c/6491/ is
|
||||
# promoted
|
||||
$watcher_enabled = false
|
||||
$bgpvpn_enabled = true
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user