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

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

[Puppet Users] Getting started - yikes

2022-07-28 Thread ch...@freeranger.com
I've been tasked to install puppet enterprise 2019.8.11 on centos 7. We have some licenses that I figure I can apply once puppet is installed. I figured I could just fire up a centos 7 instance on AWS (derived from a self hardened AMI) and install a puppet enterprise master. What could go

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

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

[Puppet Users] Getting Started with Hiera

2012-11-15 Thread Worker Bee
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://docs.puppetlabs.com/hiera/1/puppet.html Any help would be greatly

RE: [Puppet Users] Getting started

2012-04-09 Thread Brown, Rodrick
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 installing the right RPMs out of one

RE: [Puppet Users] Getting started

2012-04-09 Thread Dan White
: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 installing the right RPMs out of one repository or another (so you worry

Re: [Puppet Users] Getting started

2012-04-09 Thread Luke Tislow
[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 ** ** It might also be helpful to include your O/S, here ... as there are many linuxes where

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 distribution or the

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 recommend that

Re: [Puppet Users] Getting started

2012-04-07 Thread Michael Stahnke
On Fri, Apr 6, 2012 at 7:40 AM, Andreas Haerter list+puppet-us...@mail-node.com 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

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:

[Puppet Users] Getting started

2012-04-05 Thread Brown, Rodrick
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. I ran the passenger build script and it compiled and installed into my local apache httpd server successfully.

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

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 puppet

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

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 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 e...@puppetlabs.com wrote: Jo, Very good advice - Rodrick, I'd try the Learning Puppet VM to start and get used to the

[Puppet Users] Getting started

2010-07-26 Thread parag(PK)
Hey, I have just installed puppet I wanted some basic tasks ,so that i will get started with it .. Can anyone help out .. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to

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…

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 :

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

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 hilb...@gmail.com 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

[Puppet Users] getting started with puppet: overriding roles

2010-05-21 Thread andreash
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::client include resolver ...

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

2010-05-21 Thread Daniel Pittman
andreash hilb...@gmail.com 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

[Puppet Users] getting started with naginator?

2009-09-02 Thread Dan Bode
I want to have a look at Naginator. Where is the best place to start the link from the Type reference is a dead link http://reductivelabs.com/trac/naginator I downloaded the project from gitrepo and had a glance, but the first thing that I saw said that its an integration with CFEngine (in the