Git Product home page Git Product logo

Comments (3)

neillturner avatar neillturner commented on July 2, 2024

test kitchen current only support one server for testing and pushs the puppet repository to that server. Test Kitchen support chef server with chef zero but there is not puppet equivalent.
Currently the only way to do this would be to install a puppet master on the server as well as a puppet client. I guess this is feasible as we could create a puppet_master.rb in kitchen_puppet to do this. My guess is this would take about 3 days of work.
Currently what i do is use puppet_apply to do my development and unit testing.
I use custom_facts to set the server_type and have a site.pp that sets the require based on the custom fact. If no custom fact is specified i then use the way puppet_master determines the server_type.
Then when i deploy to a puppet_master it will work.

from kitchen-puppet.

neillturner avatar neillturner commented on July 2, 2024

just getting back on puppet. Should the code create own puppet master inside itself or just connect to external puppet master?

from kitchen-puppet.

neillturner avatar neillturner commented on July 2, 2024

Implemented in version 0.0.15. You pass the hostname of the puppet master as a parameter puppet_server and it runs puppet agent against that server.

from kitchen-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.