-
-
Notifications
You must be signed in to change notification settings - Fork 883
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The build was broken due to one of our dependencies, (puppetlabs/apt), starting to use the puppet 4 $facts hash.
- Loading branch information
1 parent
3eb335c
commit 3fd19a6
Showing
11 changed files
with
4,203 additions
and
4,201 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
fixtures: | ||
repositories: | ||
apt: "git://github.com/puppetlabs/puppetlabs-apt.git" | ||
concat: "git://github.com/puppetlabs/puppetlabs-concat.git" | ||
stdlib: "git://github.com/puppetlabs/puppetlabs-stdlib.git" | ||
apt: "https://github.com/puppetlabs/puppetlabs-apt.git" | ||
concat: "https://github.com/puppetlabs/puppetlabs-concat.git" | ||
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git" | ||
symlinks: | ||
nginx: "#{source_dir}" |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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,6 +1,2 @@ | ||
--- | ||
osfamily: "Debian" | ||
operatingsystem: "Debian" | ||
operatingsystemmajrelease: "8" | ||
lsbdistid: "Debian" | ||
lsbdistcodename: "jessie" | ||
ipaddress6: '::' |
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
Oops, something went wrong.