Fix for Issue #6006 - cfengine will now install
This commit is contained in:
parent
b18671839f
commit
287831dd2e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue