[
https://issues.apache.org/jira/browse/BIGTOP-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14334201#comment-14334201
]
Konstantin Boudnik commented on BIGTOP-1676:
--------------------------------------------
Looks almost good. One last question. Doing this
{code}
default: {
- notify{"WARNING: running on a non-yum platform -- make sure Bigtop repo
is setup": }
+ class { "apt": disable_keys => true }
+ apt::source { "Bigtop":
{code}
would also try to run apt-get on Suse, right? And it will of-course fail. Shall
we explicitly tie the use of apt to debian-based systems?
> Puppet: add deb repo auto deploy
> --------------------------------
>
> Key: BIGTOP-1676
> URL: https://issues.apache.org/jira/browse/BIGTOP-1676
> Project: Bigtop
> Issue Type: Improvement
> Components: debian, deployment
> Affects Versions: 0.8.0
> Reporter: Evans Ye
> Assignee: Evans Ye
> Fix For: 0.9.0
>
> Attachments: BIGTOP-1676.1.patch, BIGTOP-1676.2.patch,
> BIGTOP-1676.3.patch
>
>
> Our puppet recipes currently only implement yum repo auto deploy. we shall
> have deb repo being automatically set up as well.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)