Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SLES support #68

Open
deric opened this issue Jan 12, 2017 · 1 comment
Open

SLES support #68

deric opened this issue Jan 12, 2017 · 1 comment

Comments

@deric
Copy link
Owner

deric commented Jan 12, 2017

Verify functionality and add SLES to supported systems.

@deric
Copy link
Owner Author

deric commented Jan 18, 2017

@redno2 I've created a Docker image for testing purposes. On Docker hub there are official images of opensuse 13.2 and 42.2.

Currently most of the tests are passing:


  1) YAML declaration avoid cyclic dependency Command "groups jordi" stdout should match /jordi : jordi/
     Failure/Error: its(:stdout) { is_expected.to match /jordi : jordi/ }
       expected "jordi : users sudo it\n" to match /jordi : jordi/
       Diff:
       @@ -1,2 +1,2 @@
       -/jordi : jordi/
       +jordi : users sudo it
       
       
     # ./spec/acceptance/hiera_spec.rb:132:in `block (4 levels) in <top (required)>'

  2) YAML declaration avoid cyclic dependency Command "groups it" stdout should match /it : it sudo/
     Failure/Error: its(:stdout) { is_expected.to match /it : it sudo/ }
       expected "it : users sudo it\n" to match /it : it sudo/
       Diff:
       @@ -1,2 +1,2 @@
       -/it : it sudo/
       +it : users sudo it
       
       
     # ./spec/acceptance/hiera_spec.rb:139:in `block (4 levels) in <top (required)>'

  3) accounts defintion manage users Command "id -g deployer" stdout should match /1010/
     Failure/Error: its(:stdout) { is_expected.to match /1010/ }
       expected "100\n" to match /1010/
       Diff:
       @@ -1,2 +1,2 @@
       -/1010/
       +100

I'm gonna look into the failures later, hopefully it won't be hard to fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant