From 287831dd2e0248171265257097b5b56d7ebe8b2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A7=80=ED=9B=88?= Date: Mon, 20 Jul 2015 02:08:13 -0700 Subject: [PATCH] Fix for Issue #6006 - cfengine will now install --- plugins/provisioners/cfengine/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/provisioners/cfengine/config.rb b/plugins/provisioners/cfengine/config.rb index 842db7c36..19d0e7583 100644 --- a/plugins/provisioners/cfengine/config.rb +++ b/plugins/provisioners/cfengine/config.rb @@ -51,7 +51,7 @@ module VagrantPlugins end if @deb_repo_line == UNSET_VALUE - @deb_repo_line = "deb http://cfengine.com/pub/apt $(lsb_release -cs) main" + @deb_repo_line = "deb http://cfengine.com/pub/apt/packages stable main" end @extra_agent_args = nil if @extra_agent_args == UNSET_VALUE