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

lint #5

Open
arlt opened this issue Jan 26, 2018 · 0 comments
Open

lint #5

arlt opened this issue Jan 26, 2018 · 0 comments

Comments

@arlt
Copy link

arlt commented Jan 26, 2018

If we create the entries with the hiera-backend-trocla, we get this (trailing spaces marked with °):

---°
  test_gituser:°
    plain: "*nGOL4YSCeEmIil7"
  "test::password":°
    plain: "VBG%l.?Q7Pd:Pcv="

trocla creates the yaml file like this:

---
test_gituser:
  plain: "*nGOL4YSCeEmIil7"
test::password:
  plain: VBG%l.?Q7Pd:Pcv=

Would it be possible to fix the following problems (see first output)?

  • wrong indentation: expected 0 but found 2
  • trailing spaces

The last difference are the quotation marks (see passwords). But this is not a real problem.

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

No branches or pull requests

1 participant