-
-
Notifications
You must be signed in to change notification settings - Fork 148
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 #240 from vinzent/update_fedora_support_statement
Add Fedora 26 and 27 to supported distros
- Loading branch information
Showing
4 changed files
with
42 additions
and
2 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
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 |
---|---|---|
|
@@ -18,7 +18,9 @@ | |
{ | ||
"operatingsystem": "Fedora", | ||
"operatingsystemrelease": [ | ||
"25" | ||
"25", | ||
"26", | ||
"27" | ||
] | ||
} | ||
], | ||
|
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
# This file is managed via modulesync | ||
# https://github.com/voxpupuli/modulesync | ||
# https://github.com/voxpupuli/modulesync_config | ||
# | ||
# platform is fedora 24 because there is no | ||
# puppet-agent for fedora 25 by 2016-12-30 | ||
HOSTS: | ||
fedora-26-x64: | ||
roles: | ||
- master | ||
platform: fedora-26-x86_64 | ||
box: fedora/26-cloud-base | ||
hypervisor: vagrant | ||
CONFIG: | ||
type: aio | ||
... | ||
# vim: syntax=yaml |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
# This file is managed via modulesync | ||
# https://github.com/voxpupuli/modulesync | ||
# https://github.com/voxpupuli/modulesync_config | ||
# | ||
# platform is fedora 26 because there is no | ||
# puppet-agent for fedora 27 by 2017-11-17 | ||
HOSTS: | ||
fedora-27-x64: | ||
roles: | ||
- master | ||
platform: fedora-26-x86_64 | ||
box: fedora/27-cloud-base | ||
hypervisor: vagrant | ||
CONFIG: | ||
type: aio | ||
... | ||
# vim: syntax=yaml |