You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion of Puppet usage and community.
|
|
|
rspec spec_helper
|
| |
Hi,
I was playing with rspec and every time I find a possible improvement
that could be made in spec_helper or rakefile I have to change it in
every module that is using rspec tests. So maybe these things could be
centralized, I thought to myself.
I found the following module, actually.
[link]... more »
|
|
error trying ENC.
|
| |
Hello, I'm trying to use External Node classification and I have not
idea what is my mistake.
I getting the following error :
err: Could not retrieve catalog from remote server: Error 400 on
SERVER: undefined method `downcase' for ["hola",
{"mens"=>"HOLA"}]:Array on node casa
I have a very simple parameter class :... more »
|
|
Announce: Puppet 3.0.0rc3 Available
|
| |
Puppet 3.0.0rc3 is a feature release candidate for the 3.x series of Puppet.
Puppet 3.0.0 has breaking changes from the Puppet 2.7 series and has new
dependencies of Facter version 2.0.0 or greater, and Hiera (and the
hiera puppet functions) version 1.0.0 or greater.
Downloads are available at:... more »
|
|
Override cronjob command
|
| |
Hi folks - I'm trying what should be a simple task but I'm having a case of brain fade! In puppet enterprise in the pe_compliance module, a cronjob gets added by class pe_compliance::agent: % cat /opt/puppet/share/puppet/modul es/pe_compliance/manifests/age nt.pp class pe_compliance::agent { cron { 'report_baseline':... more »
|
|
Parameterizing params?
|
| |
I'm probably trying to solve a problem that I don't really need to
solve, but I'm hard-headed enough that I'm going ahead anyway...
I am using foo::params to centralize things like file paths, package
names, etc. that vary by $::osfamily, but I am running into
difficulties where the actual parameters might vary partly on... more »
|
|
PuppetDB relationship to dashboard DB ?
|
| |
I am curious if the PuppetDB provides some optimization of the very-high-utilization of DB with Dashboard. I deployed Dashboard last year with ~500 nodes and used up 50-60GB of disk space just keeping 30 days of changes around. Do the optimizations that PuppetDB provides lower that utilization, or are these different factors?... more »
|
|
Installing Hiera on Puppet Master 2.7.14
|
| |
I'm trying to install Hiera on a Red Hat 6 server running puppet
2.7.14
I've installed the following gems on my 2.7.14 RH6 server:
puppet resource package | grep hiera
package { 'hiera':
package { 'hiera-puppet':
But still recieve this error on the client
err: Could not retrieve catalog from remote server: Error 400 on... more »
|
|
puppet on Xen Server
|
| |
Has anyone had any luck installing puppet on Citrix Xenserver? It appears that there is no ruby package for the OS itself, and we ran into dependency issues when we tried to compile our own ruby.
Thanks.
John Guthrie
jguth...@book.com
This electronic mail message contains information that (a) is or... more »
|
|
Manage but don't create resource
|
| |
Hi, I have certain situations where I want to manage user attributes, if the user already exists on a system, but not actually create them if they are missing. Is there a way to do this? I tried removing the explicit "ensure => present", but this seems to have no effect (i.e. missing users still created).... more »
|
|
|