Re: [Puppet Users] Getting started - yikes

2022-07-29 Thread ch...@freeranger.com
Thank you, Martin, I installed the specific package requirements I checked NTP services; all good I re-ran the install - still the same issues I uninstalled with: /opt/puppetlabs/bin/puppet-enterprise-uninstaller Reinstalled with: ./puppet-enterprise-installer ## Puppet Enterprise configuration c

Re: [Puppet Users] Getting started - yikes

2022-07-29 Thread Martin Alfke
Hi Chris, Please check the time synchronisation prior running the installer. Also check the system requirements page: https://puppet.com/docs/pe/2019.8/system_requirements.html Especially https://puppet.com/docs/pe/2019.8/supported_op

Re: [Puppet Users] Getting Started with Hiera

2012-11-16 Thread Rajul Vora
http://docs.puppetlabs.com/hiera/1/index.html is the only document I could find and some of the pages are empty or light on content. I also did git clone of the hiera project from github to read some of the docs / code / examples there. Also, the Puppet function reference has no documentation (

Re: [Puppet Users] Getting Started with Hiera

2012-11-16 Thread Martin Alfke
Hi, On 15.11.2012, at 19:20, Worker Bee wrote: > Hi Everyone; > > Can anyone direct me towards documentation on getting started with Hiera? > SPecifically, I ma looking for an easy way to verify post-install > functionality. > > I did visit the following page which is is blank... > http://doc

Re: [Puppet Users] Getting started

2012-04-09 Thread Josh Cooper
Hi Andreas, On Sun, Apr 8, 2012 at 11:30 AM, Andreas Haerter < list+puppet-us...@mail-node.com> wrote: > On 08.04.2012 00:46, Michael Stahnke wrote: > >>> Puppet seems way too clumber some with the amount of dependencies > >>> required so far. > >> > >> Seriously: use the packages of your distrib

Re: [Puppet Users] Getting started

2012-04-09 Thread Luke Tislow
; > ** ** > > *From:* puppet-users@googlegroups.com [mailto: > puppet-users@googlegroups.com] *On Behalf Of *Russell Van Tassell > *Sent:* Thursday, April 05, 2012 5:26 PM > *To:* puppet-users@googlegroups.com > *Subject:* Re: [Puppet Users] Getting started > > ** *

RE: [Puppet Users] Getting started

2012-04-09 Thread Dan White
ps.com] On > Behalf Of Russell Van Tassell > Sent: Thursday, April 05, 2012 5:26 PM > To: puppet-users@googlegroups.com > Subject: Re: [Puppet Users] Getting started > > It might also be helpful to include your O/S, here ... as there are many > linuxes where installing pup

RE: [Puppet Users] Getting started

2012-04-09 Thread Brown, Rodrick
legroups.com] On Behalf Of Russell Van Tassell Sent: Thursday, April 05, 2012 5:26 PM To: puppet-users@googlegroups.com Subject: Re: [Puppet Users] Getting started It might also be helpful to include your O/S, here ... as there are many linuxes where installing puppet can largely be reduced to in

Re: [Puppet Users] Getting started

2012-04-08 Thread Andreas Haerter
On 08.04.2012 00:46, Michael Stahnke wrote: >>> Puppet seems way too clumber some with the amount of dependencies >>> required so far. >> >> Seriously: use the packages of your distribution or the YUM/APT repos by >> Puppetlabs if you want to start with all the 2.7 features right now (I >> would re

Re: [Puppet Users] Getting started

2012-04-07 Thread Michael Stahnke
On Fri, Apr 6, 2012 at 7:40 AM, Andreas Haerter wrote: > Hi, > > On 05.04.2012 22:42, Brown, Rodrick wrote: >> I really hate poor documentation. >> >> I’m following along in PDF documentation I downloaded from the official >> site and I’m stuck after I installed rack & passenger modules from >> ru

Re: [Puppet Users] Getting started

2012-04-06 Thread Andreas Haerter
Hi, On 05.04.2012 22:42, Brown, Rodrick wrote: > I really hate poor documentation. > > I’m following along in PDF documentation I downloaded from the official > site and I’m stuck after I installed rack & passenger modules from > rubygems. There is a PDF?! OK... However, Maybe helpful:

Re: [Puppet Users] Getting started

2012-04-05 Thread Tom Barber
I have to say I find the online documentation very helpful indeed... along with github once you get working with the module. On Thu, Apr 5, 2012 at 10:26 PM, Eric Shamow wrote: > Jo, > > Very good advice - Rodrick, I'd try the Learning Puppet VM to start and > get used to the tool first. Ther

Re: [Puppet Users] Getting started

2012-04-05 Thread Eric Shamow
Jo, Very good advice - Rodrick, I'd try the Learning Puppet VM to start and get used to the tool first. There's an excellent Learning Puppet doc as well - http://docs.puppetlabs.com/learning/ That should get you started. -Eric -- Eric Shamow Professional Services http://puppetlabs.com/

Re: [Puppet Users] Getting started

2012-04-05 Thread Russell Van Tassell
It might also be helpful to include your O/S, here ... as there are many linuxes where installing puppet can largely be reduced to installing the right RPMs out of one repository or another (so you worry less about compiling and manufacturing basic configs than just learning how to make puppet go).

Re: [Puppet Users] Getting started

2012-04-05 Thread Christopher Wood
In your position I would "apt-get install puppet" and then try out some manifests before running my own puppetmaster. Then I would "apt-get install puppetmaster" or something similar. Personally I have never installed from gems and I've been just fine. (Or pkg_add -r puppet or yum install puppe

Re: [Puppet Users] Getting started

2012-04-05 Thread Jo Rhett
You've probably gone about this the hard way. It would be best to just get the server running without passenger and learn Puppet itself. You only need passenger when you exceed 50-100 systems. Anyway, to answer your questions the config.ru is available in share/puppet (exactly where dependin

Re: [Puppet Users] Getting started

2010-07-26 Thread Daniel Maher
On 07/26/2010 02:36 PM, parag(PK) wrote: Hey, I have just installed puppet I wanted some basic tasks ,so that i will get started with it .. Can anyone help out .. If you're interested in getting started, you might like to read the documentation in the "Getting Started" area : http

Re: [Puppet Users] Getting started

2010-07-26 Thread Rob McBroom
On Jul 26, 2010, at 8:36 AM, parag(PK) wrote: > I have just installed puppet > I wanted some basic tasks ,so that i will get started with it .. > Can anyone help out .. I’m going to ignore the fascinating cultural differences your posts bring to light and instead just say… http://docs.

Re: [Puppet Users] getting started with puppet: overriding roles

2010-05-24 Thread Dan Bode
On Fri, May 21, 2010 at 4:32 PM, andreash wrote: > hi there, > > i'm not sure as to how to call the subject of this post, as i'm > totally new to puppet -- so please forgive me if this is > misleading ... > > for my servers, i'm planning to do something like this (pseudo-code): > > class (?) base

Re: [Puppet Users] getting started with puppet: overriding roles

2010-05-24 Thread Silviu Paragina
On 22.05.2010 02:32, andreash wrote: hi there, i'm not sure as to how to call the subject of this post, as i'm totally new to puppet -- so please forgive me if this is misleading ... for my servers, i'm planning to do something like this (pseudo-code): class (?) base-config: include ntp::

Re: [Puppet Users] getting started with puppet: overriding roles

2010-05-21 Thread Daniel Pittman
andreash writes: > i'm not sure as to how to call the subject of this post, as i'm totally new > to puppet -- so please forgive me if this is misleading ... > > for my servers, i'm planning to do something like this (pseudo-code): > > class (?) base-config: > include ntp::client > include