I feel like an old man not being familiar with these new-fangled init
script methods the kids are using these days. I guess I've got to get with
the times... :)
Thanks, Matthaus!
On Tuesday, February 10, 2015 at 10:13:25 PM UTC-7, Matthaus Litteken wrote:
>
> Bryan,
> EL7 has systemd, so we s
Bryan,
EL7 has systemd, so we ship systemd service files for puppet and
puppet-server. `service puppet status` should still work, it just
redirects to systemctl under the hood.
rpm -qplv
http://yum.puppetlabs.com/el/7/products/x86_64/puppet-3.7.4-1.el7.noarch.rpm
| grep service
-rw-r--r--1 ro
Hi,
I just installed puppet and puppet-server on my CentOS 7 puppet master
system but I noticed that there's no init script included (and none
gets created). The following doc says there should be one at least
and one was included on a different ubuntu vm I'd tested on earlier:
https://docs.pupp
Facter 2.4.1 is a bug fix release in the Facter 2 series.
Included in this release are fixes for the following bugs:
- The ec2_metadata fact was not filtering out sensitive IAM security
credentials.
- The virtual fact's detection of KVM hypervisors when running as
non-root on Linux wa
For Unix users :
unzip -j learn_puppet_centos-6.5-pe-3.7.1-ptb-vmware.zip -d
learn_puppet_centos-6.5.vmwarevm -x learning-vmware/Quest_Guide.pdf
Bye.
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop rece
Hi,
You could use hiera with osfamily
Regard,
Dominique Arpin
Le 2015-02-10 à 16:18, leam hall
mailto:leamh...@gmail.com>> a écrit :
We have a mixed environment. I wrote a module that would only do stuff on Red
Hat family boxes. Under the class definition I put:
if $::osfamily == 'RedHat
We have a mixed environment. I wrote a module that would only do stuff on
Red Hat family boxes. Under the class definition I put:
if $::osfamily == 'RedHat' {
and did all the package and file definitions under that. Is there a better
or cleaner way to do this?
Leam
--
You received this mes
On Feb 10, 2015, at 12:39 PM, Hunter Haugen wrote:
> A tip on OS X about getting "inside" folder-app-things (like .app, .vmwarevm,
> etc).
>
> You can right click ("two finger" click) on the object, and select "Show
> package contents" to get into it with Finder. Then you'll be able to see the
On Sun, Jan 25, 2015 at 5:07 PM, Trevor Vaughan
wrote:
> I've been able to do everything from the APIs thus far and, yes, having a
> 'puppet master reload' and 'puppet master environment-flush' (or something)
> would be nice.
>
Trevor - I just created https://tickets.puppetlabs.com/browse/SERVER
A tip on OS X about getting "inside" folder-app-things (like .app,
.vmwarevm, etc).
You can right click ("two finger" click) on the object, and select "Show
package contents" to get into it with Finder. Then you'll be able to see
the PDF.
Or you can `cd` in a terminal into it, and `open .` to ope
On Feb 10, 2015, at 9:15 AM, Benito Mourelo wrote:
> Unzip it and rename the resulted directory to attach the ".vmwarevm"
> extension and then open it.
Ahh. That was the thing I was missing from the instructions.
BTW, I discovered that you probably want to pull the PDF file out of the
extra
Not sure how typical we are, but it feels pretty standard for a medium-sized
installation. Just starting out I had a puppetmaster and some agents, so two
lines of this list. The rest came later.
puppetmasters behind a load balancer
facter (this is standard, yes)
hiera
hiera-eyaml
puppetdb
Puppet
Dear Puppet Enterprise Users,
Puppet Enterprise 3.7.2 is now available.
This is primarily a bug-fix and security release of Puppet Enterprise. All
users of Puppet Enterprise 3.x are encouraged to upgrade when possible to
Puppet Enterprise 3.7.2.
Puppet Enterprise 3.7.2 includes fixes to address
Hi,
I'm just getting started with Puppet (I have it installed but that's
pretty much the extent of it). I'm planning on using Foreman with it
but was wondering what "most" Puppet users do. Is it more or less
standard to use PuppetDB and Facter? Or do you even need those
components when using Fo
> On Feb 10, 2015, at 5:13 AM, Jonathan Gazeley
> wrote:
>
> Hi folks,
>
> The developers at my place are designing a new set of webapps, which will be
> written in Python/Django. This is new to us (our old stuff is nasty Perl) and
> I've been asked to look at how to deploy these new apps us
On Tue, Feb 10, 2015 at 06:52:05AM -0800, jcbollinger wrote:
>On Monday, February 9, 2015 at 10:37:39 AM UTC-6, Christopher Wood wrote:
>
>
> I'm dealing with a config file template where most options are always
> turned off. I'm also trying to get our puppet agent runs to fail
On Monday, February 9, 2015 at 11:42:40 PM UTC+1, Brad Knowles wrote:
>
> Folks,
>
> I tried downloading the Learning VM image for VMware, and while there does
> seem to be a .vmdk file inside the zip archive, along with various other
> parts I would expect to find, so far as I can tell this is n
On Monday, February 9, 2015 at 10:37:39 AM UTC-6, Christopher Wood wrote:
> I'm dealing with a config file template where most options are always
> turned off. I'm also trying to get our puppet agent runs to fail with
> catalog compilation errors if they can't look up a hiera value, so there
Garett already gave you a good answer for the code as you presented it.
But,
On Monday, February 9, 2015 at 10:33:32 AM UTC-6, Salty Old Cowdawg wrote:
class scripts::myscript {
> @file{'my neat script':
>path=>"/path/to/the/script",
>
Hello,
I'm trying to create my own custom type according to guide at
http://garylarizza.com/blog/2013/12/15/seriously-what-is-this-provider-doing/.
My problem is that I want one of the resource's properties to be
mandatory and failed if the property is not defined. So in the type I have:
Hi folks,
The developers at my place are designing a new set of webapps, which
will be written in Python/Django. This is new to us (our old stuff is
nasty Perl) and I've been asked to look at how to deploy these new apps
using Puppet.
The Django apps will be developed in Git repos and releas
21 matches
Mail list logo