Sponsored Content
Top Forums UNIX for Advanced & Expert Users Need help installing Puppet and Ruby.. Post 302822065 by Just Ice on Sunday 16th of June 2013 11:45:59 PM
Old 06-17-2013
if this is still an issue ...

some packages require or expect pre-requisite packages to be in certain paths or be verifiable thru certain utilities (i.e., pkginfo, yum, etc.). i am thinking your issue is that your ruby package came from a different source as your puppet package so the puppet install could not find it during the pre-install checks. you either need to install a ruby package from the same source as the puppet package or you need to fix the path to ruby so puppet finds it. symlinks may help if you go through with the path fix.
 

6 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 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

4. 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

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. 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-CERT(8)							   Puppet manual						    PUPPET-CERT(8)

NAME
puppet-cert - Manage certificates and requests SYNOPSIS
Standalone certificate authority. Capable of generating certificates, but mostly used for signing certificate requests from puppet clients. USAGE
puppet cert action [-h|--help] [-V|--version] [-d|--debug] [-v|--verbose] [--digest digest] [host] DESCRIPTION
Because the puppet master service defaults to not signing client certificate requests, this script is available for signing outstanding requests. It can be used to list outstanding requests and then either sign them individually or sign all of them. ACTIONS
Every action except 'list' and 'generate' requires a hostname to act on, unless the '--all' option is set. clean Revoke a host's certificate (if applicable) and remove all files related to that host from puppet cert's storage. This is useful when rebuilding hosts, since new certificate signing requests will only be honored if puppet cert does not have a copy of a signed certificate for that host. If '--all' is specified then all host certificates, both signed and unsigned, will be removed. fingerprint Print the DIGEST (defaults to md5) fingerprint of a host's certificate. generate Generate a certificate for a named client. A certificate/keypair will be generated for each client named on the command line. list List outstanding certificate requests. If '--all' is specified, signed certificates are also listed, prefixed by '+', and revoked or invalid certificates are prefixed by '-' (the verification outcome is printed in parenthesis). print Print the full-text version of a host's certificate. revoke Revoke the certificate of a client. The certificate can be specified either by its serial number (given as a decimal number or a hexadecimal number prefixed by '0x') or by its hostname. The certificate is revoked by adding it to the Certificate Revocation List given by the 'cacrl' configuration option. Note that the puppet master needs to be restarted after revoking certificates. sign Sign an outstanding certificate request. verify Verify the named certificate against the local CA certificate. 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/stable/configuration.html for the full list of acceptable parameters. A commented list of all configuration options can also be generated by running puppet cert with '--genconfig'. --all Operate on all items. Currently only makes sense with the 'sign', 'clean', 'list', and 'fingerprint' actions. --digest Set the digest for fingerprinting (defaults to md5). Valid values depends on your openssl and openssl ruby extension version, but should contain at least md5, sha1, md2, sha256. --debug Enable full debugging. --help Print this help message --verbose Enable verbosity. --version Print the puppet version number and exit. EXAMPLE
$ puppet cert list culain.madstop.com $ puppet cert sign culain.madstop.com AUTHOR
Luke Kanies COPYRIGHT
Copyright (c) 2011 Puppet Labs, LLC Licensed under the Apache 2.0 License Puppet Labs, LLC June 2012 PUPPET-CERT(8)
All times are GMT -4. The time now is 05:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy