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:
Alex Schultz 2017-04-28 08:47:05 -06:00
parent fc6628d0ee
commit 30d9b74e4a

View File

@ -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
}