Sponsored Content
Full Discussion: Puppet, Instillation
Special Forums UNIX and Linux Applications Puppet, Instillation Post 302982910 by wviands on Tuesday 4th of October 2016 04:43:09 PM
Old 10-04-2016
Code:
rpm -ivh https://yum.puppetlabs.com/puppetlabs-release-el-6.noarch.rpm

Code:
yum update

Code:
yum install puppetserver


Last edited by wviands; 10-04-2016 at 05:44 PM.. Reason: left out line
 

7 More Discussions You Might Find Interesting

1. Red Hat

cfengine / puppet for rhel servers

Hello all, I am planning to deploy a configuration / auditing software package for about 100 new nodes that we are planning to install. I am hearing many good things in regards to cfengine and puppet. Can someone shed some light in regards to these solutions? Thanks, jaysunn (1 Reply)
Discussion started by: jaysunn
1 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 dashboard

Hello all, can you please let me know if the free version of puppet provides dashboard? Or how do you get info about failed installation or other staff for the puppet agents? Sorry for not googling first :) (3 Replies)
Discussion started by: Vit0_Corleone
3 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-CONFIG(8)						   Puppet manual						  PUPPET-CONFIG(8)

NAME
puppet-config - Interact with Puppet's configuration options. SYNOPSIS
puppet config action OPTIONS
Note that any configuration parameter that's valid in the configuration file is also a valid long argument, although it may or may not be relevant to the present action. For example, server is a valid configuration parameter, so you can specify --server <servername> as an argument. See the configuration file documentation at http://docs.puppetlabs.com/references/stable/configuration.html for the full list of acceptable parameters. A commented list of all configuration options can also be generated by running puppet with --genconfig. --mode MODE The run mode to use for the current action. Valid modes are user, agent, and master. --render-as FORMAT The format in which to render output. The most common formats are json, s (string), yaml, and console, but other options such as dot are sometimes available. --verbose Whether to log verbosely. --debug Whether to log debug information. ACTIONS
print - Examine Puppet's current configuration settings. SYNOPSIS puppet config print (all | setting [setting ...] DESCRIPTION Prints the value of a single configuration option or a list of configuration options. This action is an alternate interface to the information available with puppet <subcommand> --configprint. RETURNS A single value when called with one config setting, and a list of settings and values when called with multiple options or "all." NOTES By default, this action reads the configuration in agent mode. Use the '--mode' and '--environment' flags to examine other configu- ration domains. EXAMPLES
print Get puppet's runfile directory: $ puppet config print rundir Get a list of important directories from the master's config: $ puppet config print all --mode master | grep -E "(path|dir)" COPYRIGHT AND LICENSE
Copyright 2011 by Puppet Labs Apache 2 license; see COPYING Puppet Labs, LLC June 2012 PUPPET-CONFIG(8)
All times are GMT -4. The time now is 09:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy