Giter Site home page Giter Site logo

Comments (8)

nibalizer avatar nibalizer commented on September 2, 2024

Hrm, it looks like you're failing the truth test here https://github.com/puppet-community/puppet-module-puppetboard/blob/master/templates/settings.py.erb#L16. Now doing this is a bit weird becaus we can have 'True', 'False', or 'path' so /hrm/

One thing I notice right away is that this is the one field in your hiera that is single quoted. Maybe try double quoting it?

from puppet-puppetboard.

nibalizer avatar nibalizer commented on September 2, 2024

I don't have the resources to reproduce this today but I'll try to do so in a few days.

from puppet-puppetboard.

kemra102 avatar kemra102 commented on September 2, 2024

Double quoting has no effect (I tried it in my test set-up), though I didn't expect it too. There are other single quoted stings in the config - I only tend to double quote when I need a value expanding like for the name of the cert or the key.

I agree though that it's that test it's failing at I just can't see why that might be the case.

from puppet-puppetboard.

nibalizer avatar nibalizer commented on September 2, 2024

What puppet version are you using?

from puppet-puppetboard.

kemra102 avatar kemra102 commented on September 2, 2024

A mix of 3.7.3 & 3.7.4 Open Source version (mostly the latter).

from puppet-puppetboard.

ffrank avatar ffrank commented on September 2, 2024

I just failed to reproduce. I made

  1. a hiera.yaml with

    :backends:
      - yaml
    :yaml:
      :datadir: /etc/puppet/hiera
    :hierarchy:
      - "%{::clientcert}"
      - common
    
  2. a common.yaml with all your puppetboard data

I ran puppet apply -e 'include puppetboard' and installation succeeded. My settings.py includes

PUPPETDB_SSL_VERIFY = '/var/lib/puppet/ssl/certs/ca.pem'

Puppet version is 3.6.2.

Have you throughly inspected your Hiera data? (i.e., hiera CLI tests)

from puppet-puppetboard.

jyaworski avatar jyaworski commented on September 2, 2024

Hello:

Is this still an issue?

from puppet-puppetboard.

ryno75 avatar ryno75 commented on September 2, 2024

kemra102,
which version of the puppetboard module are you rocking? Anything past 6b95a6a will ONLY accept a bool for PUPPETDB_SSL_VERIFY. Which is a bug because it should support bool OR string.

from puppet-puppetboard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.