Code Monkey home page Code Monkey logo

Comments (1)

timabbott avatar timabbott commented on July 3, 2024

puppet.zulip.com has never even existed, so that's definitely a bug.
Agreed on the approach -- since we already run Puppet via the
scripts/zulip-puppet-apply wrapper where we could put in options (as we
already do for show_diff), it should definitely not be needed...

    -Tim Abbott

On Sat, Sep 26, 2015 at 5:43 AM, Roman Mueller [email protected]
wrote:

There are some issues with how you are using Puppet.

The /etc/puppet/puppet.conf you are dropping on the system contains:

[main]
server = puppet.zulip.com

As Ubuntu automatically starts the puppet agent after the package is
installed (via your install script) all servers will try to connect to
puppet.zulip.com.
Thankfully that server does not exist but it is a serious security risk.
If someone were to setup a server at that address he could control all
servers which installed via that install script.

Also, it is nowhere mentioned that you shouldn't run the installer on a
system which is already running Puppet.
The installer will overwrite your /etc/puppet/puppet.conf and break your
setup.

In my opinion you shouldn't replace the puppet.conf at all.
As far as I can tell you are using puppet apply ... and you should be
able to specify all options directly there.


Reply to this email directly or view it on GitHub
#23.

from zulip.

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.