Skip to content

Commit 4fa8035

Browse files
authored
Merge pull request #1118 from david22swan/CONT-779/puppet_8_clean
(Cont 779) Add Support for Puppet 8 / Drop Support for Puppet 6
2 parents 5fce0c7 + d0119d4 commit 4fa8035

File tree

6 files changed

+546
-470
lines changed

6 files changed

+546
-470
lines changed

.fixtures.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ fixtures:
22
repositories:
33
"stdlib": "https://github.com/puppetlabs/puppetlabs-stdlib.git"
44
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
5-
puppet_agent:
6-
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
7-
ref: v4.12.1
5+
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
86
provision: 'https://github.com/puppetlabs/provision.git'
97
symlinks:
108
"firewall": "#{source_dir}"

0 commit comments

Comments
 (0)