Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Adding SLES support #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

msurato
Copy link

@msurato msurato commented Nov 8, 2018

A few changes are required to add SLES support:

  • SLES uses git-core instead of git as the package name. Moving several paramaters to the params.pp pattern to accomodate.
  • Adding support for SLES by fixing the tests that are looking for a static package name.
  • Fixing the tests to use OS for Gitosis and subtree
  • Changing to require class Git instead of package
  • Adding OS information to git::config unit tests.
  • Adding OS information to git::config defines tests.
  • The chaining arrows need to move to fix syntax error in a test
  • Subtree unit test appears to have a syntax error. Correcting by joining lines.

SLES uses git-core instead of git as the package name. Moving several paramaters to the params.pp pattern to accomodate.
Adding support for SLES by fixing the tests that are looking for a static package name.
Fixing the tests to use OS for Gitosis and subtree
Changing to require class Git instead of package
Merging the facts and versions to avoid double declarations.
Adding OS information to git::config unit tests.
Adding OS information to git::config defines tests.
Fixing the class to inherit the parameters and fixing tests to run against the proper OS.
The chaining arrows need to move to fix syntax error.
Subtree appears to have a syntax error. Correcting by joining lines.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant