Skip to content

Commit

Permalink
Merge pull request #526 from bastelfreak/bla
Browse files Browse the repository at this point in the history
update puppet support range in get_all_diffs
  • Loading branch information
bastelfreak authored Dec 27, 2018
2 parents 080415a + 3d1d563 commit 7685f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/get_all_the_diffs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require 'yaml'
LEGACY_OR_BROKEN_NOBODY_KNOWS = ['puppet-bacula', 'puppet-nagios_providers', 'puppet-iis', 'puppet-syntax', 'puppet-blacksmith', 'puppet-mode']

# define some versions that we want to match against
PUPPET_SUPPORT_RANGE = '>= 4.10.0 < 6.0.0'
PUPPET_SUPPORT_RANGE = '>= 4.10.0 < 7.0.0'
# Ubuntu 18.04 got released, but Puppet doesn't work yet on it
# https://tickets.puppetlabs.com/browse/PA-1869
# https://github.com/camptocamp/facterdb/pull/82#event-1600066178
Expand Down

0 comments on commit 7685f56

Please sign in to comment.