forked from glarizza/puppet-haproxy
-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #544 from puppetlabs/CONT-780/main/puppet_8
(Cont 779) Add Support for Puppet 8 / Drop Support for Puppet 6
- Loading branch information
Showing
33 changed files
with
795 additions
and
984 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"settings": { | ||
"terminal.integrated.profiles.linux": { | ||
"bash": { | ||
"path": "bash", | ||
"path": "bash" | ||
} | ||
} | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
fixtures: | ||
repositories: | ||
concat: | ||
repo: "https://github.com/puppetlabs/puppetlabs-concat.git" | ||
stdlib: | ||
repo: "https://github.com/puppetlabs/puppetlabs-stdlib.git" | ||
concat: "https://github.com/puppetlabs/puppetlabs-concat.git" | ||
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git" | ||
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git' | ||
puppet_agent: | ||
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git' | ||
ref: v4.12.1 | ||
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git' | ||
provision: 'https://github.com/puppetlabs/provision.git' | ||
symlinks: | ||
haproxy: "#{source_dir}" |
Oops, something went wrong.