Sponsored Content
Full Discussion: Puppet dashboard
Special Forums UNIX and Linux Applications Puppet dashboard Post 302969603 by Vit0_Corleone on Thursday 24th of March 2016 12:07:45 PM
Old 03-24-2016
@cjcox thanks for your reply. if not using dashboard how can one be aware of the overall picture like incomplete installation or puppet agent issues etc... Should one watching puppetmaster logs to understand the pciture?
 

7 More Discussions You Might Find Interesting

1. Solaris

Patching Solaris boxes with Puppet

Has anyone here done this? I'd like to discuss this subject as the patching procedures at my new company are woeful. (2 Replies)
Discussion started by: LittleLebowski
2 Replies

2. UNIX for Dummies Questions & Answers

Help installling puppet

Hi, I am trying to instal the puppet. I get this error. Please help.. yum install puppet-server Loaded plugins: fastestmirror, presto Loading mirror speeds from cached hostfile * base: mirrors.greenmountainaccess.net * extras: mirror.lug.udel.edu * updates:... (2 Replies)
Discussion started by: samnyc
2 Replies

3. UNIX for Advanced & Expert Users

Need help installing Puppet and Ruby..

Hi, I am working on RHEL 5.6 server, this is in private DMZ. No access to internet. I have downloaded the files I need to install the Puppet & Ruby. My goal is to install Puppet. I have downloaded.... mcollective-2.2.3-1.el5.noarch- SERVER.rpm ... (2 Replies)
Discussion started by: samnyc
2 Replies

4. UNIX and Linux Applications

Cfengine or puppet?

I'm looking to deploy a configuration management system at my company and was wondering which config management was better: cfengine or Puppet? Pros/Cons? I'm looking to deploy the free version of each. Any advice would be greatly appreciated. Thanks. (6 Replies)
Discussion started by: theace18
6 Replies

5. UNIX and Linux Applications

Puppet, Instillation

Can not complete the installation of a puppet server on a Linux box. bash: passenger-install-apache2-module: command not found Please use CODE tags as required by forum rules whenever you display sample input, sample output, and code segments. (1 Reply)
Discussion started by: zbest1966
1 Replies

6. Red Hat

Update puppet class from Client

Hi all, This is more a satellite 6 question Is it possible to add / assign a puppet client to a class on the master from the client ? This is for automation and I can't get it to work. On an existing client used as a web server I found the following content in cat... (0 Replies)
Discussion started by: stinkefisch
0 Replies

7. UNIX for Beginners Questions & Answers

Puppet : How to start.

Hello Team, Do You have any data/books/links related to Puppet? How to start, how to setup first env and execute "puppet" actions? Thanks in advance! Patryk (3 Replies)
Discussion started by: nsmcny
3 Replies
PUPPET-KICK(8)							   Puppet manual						    PUPPET-KICK(8)

NAME
puppet-kick - Remotely control puppet agent SYNOPSIS
Trigger a puppet agent run on a set of hosts. USAGE
puppet kick [-a|--all] [-c|--class class] [-d|--debug] [-f|--foreground] [-h|--help] [--host host] [--no-fqdn] [--ignoreschedules] [-t|--tag tag] [--test] [-p|--ping] host [host [...]] DESCRIPTION
This script can be used to connect to a set of machines running 'puppet agent' and trigger them to run their configurations. The most com- mon usage would be to specify a class of hosts and a set of tags, and 'puppet kick' would look up in LDAP all of the hosts matching that class, then connect to each host and trigger a run of all of the objects with the specified tags. If you are not storing your host configurations in LDAP, you can specify hosts manually. You will most likely have to run 'puppet kick' as root to get access to the SSL certificates. 'puppet kick' reads 'puppet master''s configuration file, so that it can copy things like LDAP settings. USAGE NOTES
Puppet kick needs the puppet agent on the target machine to be running as a daemon, be configured to listen for incoming network connec- tions, and have an appropriate security configuration. The specific changes required are: o Set listen = true in the agent's puppet.conf file (or --listen on the command line) o Configure the node's firewall to allow incoming connections on port 8139 o Insert the following stanza at the top of the node's auth.conf file: # Allow puppet kick access path /run method save auth any allow workstation.example.com This example would allow the machine workstation.example.com to trigger a Puppet run; adjust the "allow" directive to suit your site. You may also use allow * to allow anyone to trigger a Puppet run, but that makes it possible to interfere with your site by triggering exces- sive Puppet runs. See http://docs.puppetlabs.com/guides/rest_auth_conf.html for more details about security settings. OPTIONS
Note that any configuration parameter that's valid in the configuration file is also a valid long argument. For example, 'ssldir' is a valid configuration parameter, so you can specify '--ssldir directory' as an argument. See the configuration file documentation at http://docs.puppetlabs.com/references/latest/configuration.html for the full list of acceptable parameters. A commented list of all configuration options can also be generated by running puppet master with '--genconfig'. --all Connect to all available hosts. Requires LDAP support at this point. --class Specify a class of machines to which to connect. This only works if you have LDAP configured, at the moment. --debug Enable full debugging. --foreground Run each configuration in the foreground; that is, when connecting to a host, do not return until the host has finished its run. The default is false. --help Print this help message --host A specific host to which to connect. This flag can be specified more than once. --ignoreschedules Whether the client should ignore schedules when running its configuration. This can be used to force the client to perform work it would not normally perform so soon. The default is false. --parallel How parallel to make the connections. Parallelization is provided by forking for each client to which to connect. The default is 1, meaning serial execution. --tag Specify a tag for selecting the objects to apply. Does not work with the --test option. --test Print the hosts you would connect to but do not actually connect. This option requires LDAP support at this point. --ping Do a ICMP echo against the target host. Skip hosts that don't respond to ping. EXAMPLE
$ sudo puppet kick -p 10 -t remotefile -t webserver host1 host2 AUTHOR
Luke Kanies COPYRIGHT
Copyright (c) 2011 Puppet Labs, LLC Licensed under the Apache 2.0 License Puppet Labs, LLC June 2012 PUPPET-KICK(8)
All times are GMT -4. The time now is 06:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy