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

ci: merge travis matrix, add salt-lint & rubocop to lint job #49

Commits on Oct 8, 2019

  1. fix(cert-gen.sh.j2): fix salt-lint errors

    ```bash
    Examining vault/files/cert-gen.sh.j2 of type state
    [204] Lines should be no longer that 160 chars
    vault/files/cert-gen.sh.j2:34
    root_subj="/C={{ vault.self_signed_cert.country }}/ST={{ vault.self_signed_cert.state }}/L={{ vault.self_signed_cert.city }}/O={{ vault.self_signed_cert.org }}/OU={{ vault.self_signed_cert.org_unit }}/CN=$root\_ca"
    
    [204] Lines should be no longer that 160 chars
    vault/files/cert-gen.sh.j2:75
    child_subj="/C={{ vault.self_signed_cert.country }}/ST={{ vault.self_signed_cert.state }}/L={{ vault.self_signed_cert.city }}/O={{ vault.self_signed_cert.org }}/OU={{ vault.self_signed_cert.org_unit }}/CN=$child_name"
    ```
    myii committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    12fd2f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba82312 View commit details
    Browse the repository at this point in the history