From da5547c53385c576bbbd81a9844903468f52937e Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 19 Sep 2014 18:13:26 -0700 Subject: [PATCH] Switch accessbot to project-config Change-Id: Ie1e6416c0b6d70d647b3c3bcef8843cc06dc73f4 --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/init.pp b/manifests/init.pp index bc3f55e..a8a2293 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -31,6 +31,7 @@ class project_config( } } + $accessbot_channels_yaml = "/etc/project-config/${base}accessbot/channels.yaml" $gerrit_acls_dir = "/etc/project-config/${base}gerrit/acls" $gerrit_notify_impact_file = "/etc/project-config/${base}gerrit/notify_impact.yaml" $jeepyb_project_file = "/etc/project-config/${base}gerrit/projects.yaml"