Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad /etc/apt/sources.list.d/saltstack.list generated #270

Closed
darkpixel opened this issue Nov 30, 2016 · 2 comments
Closed

Bad /etc/apt/sources.list.d/saltstack.list generated #270

darkpixel opened this issue Nov 30, 2016 · 2 comments

Comments

@darkpixel
Copy link

root@uslogdcnas04:~# cat /etc/apt/sources.list.d/saltstack.list 
deb http://repo.saltstack.com/apt/debian/8/amd64/latest Debian 8 GNU/Linux main (jessie)
root@uslogdcnas04:~# 

It looks like map.jinja is generating that part by looking at salt['grains.get']('oscodename').

On that particular machine, the oscodename grain returns:

    oscodename:
        Debian GNU/Linux 8 (jessie)

I polled ~100 other machines on my network, and they all return 'jessie', 'wheezy', 'trusty', etc...so I don't think it's a problem with the formula.

After doing a bit more research, it looks like it might be related to this issue: saltstack/salt#30123

I'm going to file a bug against salt and I'll link the two of them shortly.

@ek9
Copy link
Contributor

ek9 commented Jan 13, 2017

Link for related bug in Salt: saltstack/salt#34423

@aboe76
Copy link
Member

aboe76 commented Jan 26, 2019

closing issue, upstream saltstack/salt#34423 is closed

@aboe76 aboe76 closed this as completed Jan 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants