You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2020/05/15 12:17:03 UTC

[GitHub] [bigtop] sekikn commented on a change in pull request #634: BIGTOP-3343. Add Debian 10 and Ubuntu 18.04 support to the Docker provisioner.

sekikn commented on a change in pull request #634:
URL: https://github.com/apache/bigtop/pull/634#discussion_r425761122



##########
File path: bigtop-deploy/puppet/manifests/bigtop_repo.pp
##########
@@ -43,9 +43,10 @@
       # I couldn't enforce the sequence -> anymore because of this
       # https://twitter.com/c0sin/status/875869783979196416
        apt::conf { "disable_keys":
-          content => "APT::Get::AllowUnauthenticated 1;",
+          content => "APT::Get::AllowUnauthenticated 1;\nAcquire::AllowInsecureRepositories \"true\";",

Review comment:
       Thanks for the comment @elukey and the fix @evans-ye, I'll rebase this PR after #639 is merged.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org