Coder Social home page Coder Social logo

Comments (3)

alexjfisher avatar alexjfisher commented on July 17, 2024

Is declaring puppet::server directly supported? I've always declared the base puppet class and set server => true (and other options) there.

from puppet-puppet.

ekohl avatar ekohl commented on July 17, 2024

Technically I guess it's supported. I know that there are also people do essentially use this in their base profile:

class { 'puppet':
  server => false,
}

And then in another profile:

class { 'puppet::server':
  ...
}

In hiera I point to the correct CA server and I was expecting to see code to run puppet ssl bootstrap but I didn't.

I don't think we really considered this use case that much. Personally I've always set up hosts to provision, including Puppet setup. Then in profiles I added additional functionality. At that point the bootstrapping was already done.

from puppet-puppet.

unixsurfer avatar unixsurfer commented on July 17, 2024

@ekohl this is what I am doing as well.
I think my issue is rather a process issue for bootstrapping a compiler. I just need to adjust the process to run puppet ssl bootstrap before I apply the corresponding role+profile on the 1st compiler of the region.

Having said that, it would be nice if the module could generate the certs on a compiler as well.

from puppet-puppet.

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.