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

Update metadata cleaning script #507

Merged
merged 1 commit into from
Oct 6, 2018

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Oct 6, 2018

We should now ensure Puppet 6 is allowed. Also we have some new Ubuntu versions.

We should now ensure Puppet 6 is allowed. Also we have some new Ubuntu
versions.
@@ -14,7 +14,7 @@ UNSUPPORTED = {
'SLED': {'9', '10'},
'SLES': {'9', '10'},
'Scientific': UNSUPPORTED_EL,
'Ubuntu': {str(i) + m for i in range(4, 17) for m in ('.04', '.10')} - {'14.04', '16.04'},
'Ubuntu': {str(i) + m for i in range(4, 18) for m in ('.04', '.10')} - {'14.04', '16.04'},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my first thought was 'this is really strange ruby'... took me a minute to figure out that it is python :D

@bastelfreak bastelfreak merged commit 1762d34 into voxpupuli:master Oct 6, 2018
@ekohl ekohl deleted the update-cleaning branch October 6, 2018 21:32
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

Successfully merging this pull request may close these issues.

2 participants