Revert "Disable watcher temporarily"

This reverts commit 30d9b74e4a.

Change-Id: I20fb4ac0644f20c80ed16f6091ccd3f93f6d0e88
This commit is contained in:
Alex Schultz 2017-04-28 16:23:45 +00:00 committed by Emilien Macchi
parent 2b57a24d35
commit 66929dc856
1 changed files with 1 additions and 3 deletions

View File

@ -25,9 +25,7 @@ if $::operatingsystem == 'Ubuntu' {
} else {
$ssl_enabled = true
$ipv6 = true
# TODO(aschultz): enable once https://review.rdoproject.org/r/#/c/6491/ is
# promoted
$watcher_enabled = false
$watcher_enabled = true
$bgpvpn_enabled = true
}