Sponsored Content
Full Discussion: Cfengine or puppet?
Special Forums UNIX and Linux Applications Cfengine or puppet? Post 302870407 by theboogymaster on Sunday 3rd of November 2013 11:38:34 AM
Old 11-03-2013
I used cfengine for 2 years. After switching to puppet I relised that I'll not chage it ever for something else

Puppet has a realy great community and support. So you'll find mode help about puppet or patches if needed than cfengine. This is my opinion. I know there are people out there how think cfengine is better, and if cfengine works well for them thats fine for me. But cfengine in my opinion does't have a bright future as puppet.

So my advice is to go with puppet.

Last edited by theboogymaster; 11-03-2013 at 01:53 PM..
This User Gave Thanks to theboogymaster For This Post:
 

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 Advanced & Expert Users

Cfengine vs OpenWRT

Hi! Im using Cfengine for Debian servers administration and know i have to manage to include some devices with openwrt firmware. Does someone know of a Cfengine client (cfagent) developed for OpenWRT? Thanks, Santiago (0 Replies)
Discussion started by: sbrandi
0 Replies

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

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

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

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

NAME
puppet-man - Display Puppet manual pages. SYNOPSIS
puppet man action DESCRIPTION
This subcommand displays manual pages for all Puppet subcommands. If the ronn gem (https://github.com/rtomayko/ronn/) is installed on your system, puppet man will display fully-formated man pages. If ronn is not available, puppet man will display the raw (but human-readable) source text in a pager. 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
man - Display the manual page for a Puppet subcommand. SYNOPSIS puppet man subcommand DESCRIPTION Display the manual page for a Puppet subcommand. RETURNS The man data, in Markdown format, suitable for consumption by Ronn. RENDERING ISSUES: To skip fancy formatting and output the raw Markdown text (e.g. for use in a pipeline), call this action with '--render-as s'. EXAMPLES
man View the manual page for a subcommand: $ puppet man facts NOTES
The pager used for display will be the first found of $MANPAGER, $PAGER, less, most, or more. COPYRIGHT AND LICENSE
Copyright 2011 by Puppet Labs Apache 2 license; see COPYING Puppet Labs, LLC June 2012 PUPPET-MAN(8)
All times are GMT -4. The time now is 07:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy