[Puppet Users] Re: Can't parse for environment production

2013-09-19 Thread llowder
Comments inline. On Thursday, September 19, 2013 10:19:45 AM UTC-5, TimV wrote: Hi - We’ve got a small test puppet setup that I am trying to get working. 2 hosts, a puppetmaster server and a client machine, both running version 2.6.18. The host has been added, and it’s certificate

[Puppet Users] Re: is there a way to declare all classes in a namespace?

2013-07-12 Thread llowder
On Friday, July 12, 2013 11:21:09 AM UTC-7, m4l...@gmail.com wrote: Say I have the following classes: foo foo::bar::one foo::bar::two Is there a way to declare all classes in the foo::bar namespace at once? Not really, but you can have foo::bar look like: class foo::bar { include

Re: [Puppet Users] puppetlabs-ntp template discussion

2013-07-11 Thread llowder
On Thursday, July 11, 2013 9:16:55 AM UTC-7, RichT wrote: On 10 July 2013 23:33, Jason Slagle rais...@tacorp.net javascript:wrote: If you use hiera and puppet 3, specifying servers is as easy as putting ntp::servers in hiera. Jason I have been reading through the module but not

[Puppet Users] Re: Best way to add APC and change size of apc.shm_size

2013-06-10 Thread llowder
On Monday, June 10, 2013 12:43:12 PM UTC-5, Josh sutton wrote: Hello!! I am a new user to puppet and I need to use puppet to install apc and change the size of apc.shm_size to 64. I have found a module here: https://github.com/ridonkulous/puppet-apc However, when I add the module in,

[Puppet Users] Re: exec in a source file?

2013-05-30 Thread llowder
I am not positive exactly what you are trying to accomplish, but I believe you can do this in a couple of ways. First, if puppet manages snmpd.conf and /etc/fstab simply set refreshonly = true on the exec and set those two file resources to notify the exec. If puppet does not manage those

[Puppet Users] Re: Puppet / hiera call a parametrised class from hieras yaml file?

2013-04-16 Thread llowder
On Tuesday, April 16, 2013 4:19:26 AM UTC-5, Brent wrote: Good day Im using puppet 2.7.18 and hiera 1.1.0. I would like to ask. For some servers I manage I use the following to pull in 'custom classes'. hiera_include('classes') And it all works very well. But Im now have a

[Puppet Users] Re: Managing uniform package baselines (declaring *many* packages) - any tricks?

2013-04-15 Thread llowder
On Monday, April 15, 2013 9:13:27 AM UTC-5, Kodiak Firesmith wrote: Hello, Our group is currently moving from RHEL5 and an in-house baseline management system and yum repositories to RHEL6, Puppet , and RHN Satellite. With our old homebrew management framework we had a lot of flexibility

[Puppet Users] Re: puppet-lint -- learning stuff about style but also generating questions

2013-04-11 Thread llowder
On Thursday, April 11, 2013 10:22:54 AM UTC-5, Ygor wrote: Here's one I learned: I originally had # Ensure /etc/hosts contains the basics host { ${fqdn}: host_aliases = $hostname, ip = $ipaddress, } And thru some trial and error, got down to this (which puppet-lint

[Puppet Users] Re: Duplicate Declaration of resource (editing contents of same file in two diiferent module)

2013-04-11 Thread llowder
On Thursday, April 11, 2013 1:11:16 PM UTC-5, Rahul Khengare wrote: Hi all, I am writing two modules abc and xyz. In both the modules i have to change common test.txt file,here i use template (.erb) file to changing the contents. In both abc and xyz the contents of test.txt file is

[Puppet Users] Re: hiera hiera-gpg

2013-04-10 Thread llowder
On Wednesday, April 10, 2013 3:45:39 AM UTC-5, Stefan Heijmans wrote: Hello, We are looking into using hiera with hiera-gpg, installed puppet 3.1.1 hiera 1.2.0 with rpm's. Installing the hiera-gpg gem, it also depends on the hiera gem (used version 1.2.0). The hiera rpm installs

[Puppet Users] Re: Show manifest code in rdoc

2013-04-08 Thread llowder
On Monday, April 8, 2013 12:36:33 PM UTC-5, banjer wrote: Is it possible to have puppet doc show all of the manifest code in the generated docs? I'm generating some html docs and would love to be able to look at the actual code for each class or define statement. With syntax

[Puppet Users] puppet doc and puppet 3 problems.

2013-03-29 Thread llowder
Full details are at https://ask.puppetlabs.com/question/841/puppet-doc-is-giving-no-output-at-all/ but the tl;dr version is that when I run puppet doc, I get no output at all, even with --debug and --trace. Nothing to stdout, stderr or the --outputdir, and I am not sure why or what I am

[Puppet Users] Re: puppet doc and puppet 3 problems.

2013-03-29 Thread llowder
On Friday, March 29, 2013 9:44:42 AM UTC-5, llowder wrote: Full details are at https://ask.puppetlabs.com/question/841/puppet-doc-is-giving-no-output-at-all/ but the tl;dr version is that when I run puppet doc, I get no output at all, even with --debug and --trace. Nothing to stdout

[Puppet Users] Re: Viewing reports without the dashboard

2013-03-28 Thread llowder
On Thursday, March 28, 2013 2:23:15 PM UTC-5, Schofield wrote: What I understand is that the puppet dashboard is essentially deprecated. https://groups.google.com/forum/#!msg/puppet-users/j44EbTJY7HI/EQSJgh-g1fgJ I'm curious to know if anyone is aware of any effort to replace the report

[Puppet Users] Re: Nested case

2013-03-22 Thread llowder
On Friday, March 22, 2013 8:23:31 AM UTC-5, Dragos R wrote: Can I make use of nested cases like this ? case $operatingsystem: { case $kernelmajorversion: { '6.1' : { code } '6.2' : { code } default } } Have you tried? If you put that into

Re: [Puppet Users] What's your hiera tree look like?

2013-03-21 Thread llowder
On Wednesday, March 20, 2013 5:37:14 PM UTC-5, Andy Parker wrote: On Tue, Mar 19, 2013 at 2:30 PM, Larry Fast lfas...@gmail.comjavascript: wrote: My Hiera tree is turning into a chaotic mess. I'm guessing that my tree structure is one problem source. So I'm wondering how other real users

[Puppet Users] Re: How we can create two database Using same credetial using Puppet

2013-03-21 Thread llowder
On Thursday, March 21, 2013 5:37:35 AM UTC-5, Jithin Xavier wrote: Hello All, I wanted to create two two MySQL database with same user credential using Puppet-MySQL. How can I achieve this? Please find my script below. class mysql::vsdatabase { include mysql mysql::db { 'vidispine':

Re: [Puppet Users] What's your hiera tree look like?

2013-03-21 Thread llowder
On Thursday, March 21, 2013 10:47:11 AM UTC-5, Andy Parker wrote: On Thu, Mar 21, 2013 at 5:46 AM, llowder llow...@gmail.com javascript:wrote: On Wednesday, March 20, 2013 5:37:14 PM UTC-5, Andy Parker wrote: On Tue, Mar 19, 2013 at 2:30 PM, Larry Fast lfas...@gmail.com wrote: My

[Puppet Users] Re: Generating a config file from multiple classes

2013-03-19 Thread llowder
On Tuesday, March 19, 2013 8:21:24 AM UTC-5, Moritz Tanzer wrote: Hello, is it possible to modify the same file with two different inherited classes? I have to define some kernel modules which must be loaded automatically at system startup. Probably the easiest way would be writing the

[Puppet Users] Re: Installing a tarball using Puppet

2013-03-14 Thread llowder
On Thursday, March 14, 2013 1:20:39 PM UTC-5, ridha gadhgadhi wrote: Hi all, I want to install opensaf from a tar file. Below, the content of my script shell: --- tar -xvf opensaf cd opensaf ./configure

[Puppet Users] Re: PuppetDB Constraint error

2013-03-14 Thread llowder
On Thursday, March 14, 2013 4:51:25 PM UTC-5, Ken Barber wrote: Hey all, I'm hoping I can get some information from other users on the list in relationship ak0ska's problem listed below. I thought I would start a new thread so more users would see this message and not loose it in the

[Puppet Users] Re: Error: stack level too deep

2013-03-11 Thread llowder
On Monday, March 11, 2013 4:25:12 PM UTC-5, Luca Gioppo wrote: I'm running a previously working set of modules with the Puppet master version 3.1.0-rc2. I'm getting the Error: stack level too deep Here is a chunk of the debug Debug: Scope(Class[Zabbix]): Retrieving template

Re: [Puppet Users] Re: Dynamic scoping deprecated - for defines also?

2013-03-08 Thread llowder
On Thursday, March 7, 2013 4:49:38 PM UTC-6, Bruce wrote: just do %= @foo_name % the vars in the define is local scope, just use them This worked great. I'm a little shaky on when I can use @variables. Is there documentation you could point me at? Thanks again. Any variable

[Puppet Users] Re: Boolean in hiera... problems again

2013-03-07 Thread llowder
On Thursday, March 7, 2013 6:38:52 AM UTC-6, Ahmed Kamal wrote: I'm on 3.1, and I'm finding that true works as expected, but false does not! I think false is interpreted as undef or so, thus taking value from the module's default params False is being treated as the lookup function

[Puppet Users] Re: use of parameterized classes

2013-03-05 Thread llowder
On Tuesday, March 5, 2013 1:07:37 PM UTC-6, Corey Osman wrote: Hi, I have been following this new type of style, using parameterized classes but I have a question. Say I have the following: class java-app-profile { class {'java-app': app-name = my_first_app1, app-dir =

[Puppet Users] Re: puppet could'nt find hiera even when hiera gem is installed

2013-02-22 Thread llowder
On Friday, February 22, 2013 2:03:30 PM UTC-6, Sai_Emc wrote: Hiera was properly working in my environment. But puppet was looking at old version even when I have the latest hiera gem installed. So I could'nt use json backend. But puppet is not looking at my latest hiera gem. Not sure

Re: [Puppet Users] Rspec with rspec-hiera-puppet

2013-02-20 Thread llowder
On Wednesday, February 20, 2013 7:45:41 AM UTC-6, Justin Lambert wrote: I have been revisiting this again lately and still haven't been able to get any spec tests working with hiera. Has anyone else had any luck in the last few months? It is easy to make hiera lookups work if there is a

[Puppet Users] Re: Querying system to generate resources

2013-02-19 Thread llowder
On Tuesday, February 19, 2013 10:00:39 AM UTC-6, Robert Citek wrote: What commands are there to collect system information and convert it into puppet resources? We have a lot of systems that were not initially configured with puppet and we would like to gather information about those

[Puppet Users] Re: Functions for PuppetDB

2013-02-19 Thread llowder
On Tuesday, February 19, 2013 10:21:54 AM UTC-6, Schofield wrote: Is this the best option for accessing puppetdb data from modules? http://forge.puppetlabs.com/dalen/puppetdbquery Any other recommendations? As far as I know, that is currently the best option - though what you are trying

[Puppet Users] Re: Apparent bug in 'import' when directory name matches module name

2013-02-18 Thread llowder
On Monday, February 18, 2013 3:47:40 AM UTC-6, Steve Shipway wrote: I've found an apparent bug in the puppet parser. If you are using 'import' to include the contents of a subdirectory, like this: import 'foo/*.pp' and then you create a new module 'foo', suddenly the import statement

[Puppet Users] Re: Arrays in node definition

2013-02-14 Thread llowder
On Thursday, February 14, 2013 9:02:01 AM UTC-6, Dan wrote: Hi, I'm struggling to get this to work and don't understand where I'm going wrong, can someone please guide me on how to correct? Basically I want to get an array in my nodes.pp, which is then used by my templates file by

[Puppet Users] Re: Checking GIT updates

2013-02-14 Thread llowder
On Thursday, February 14, 2013 2:49:42 PM UTC-6, John Coggeshall wrote: Hello all, I'm using puppet to deploy my codebase from GIT. I have everything working, but i currently don't have any way to check to make sure there is actually something TO deploy before it goes through the entire

[Puppet Users] Re: How to call one manifset from another

2013-02-13 Thread llowder
On Wednesday, February 13, 2013 3:03:15 AM UTC-6, yarlagadda ramya wrote: Hi all, I have 3 different manifests. How can i call one manifest from another manifest? Please do help me with this. It depends on what is in the manifests... if you used modules and classes and have things on

[Puppet Users] Re: PuppetDB KahaDB db.data leak

2013-02-13 Thread llowder
On Wednesday, February 13, 2013 12:00:40 PM UTC-6, Ken Barber wrote: Hi all, I've been looking at a potential problem, as documented here: http://projects.puppetlabs.com/issues/19241 To do with a leak within the KahaDB persistence layer of ActiveMQ. Specifically, there are reports

Re: [Puppet Users] Getting dangerous with hiera

2013-02-12 Thread llowder
On Tuesday, February 12, 2013 7:16:21 AM UTC-6, Drew Blessing wrote: Ellison is right, it really doesn't make much sense to create one resource with create_resources. In fact, I'm not even sure it will work with classes because I've never tried it. However, it works great for defined

Re: [Puppet Users] Getting dangerous with hiera

2013-02-12 Thread llowder
On Tuesday, February 12, 2013 8:09:49 AM UTC-6, jcbollinger wrote: On Tuesday, February 12, 2013 7:16:21 AM UTC-6, Drew Blessing wrote: Then you can go about adding any parameters that need defined for those classes: class1::param1: 'boom' class2::array1: - 'foo' - 'bar' -

[Puppet Users] Re: Alternatives to attempting self-modifying puppet code....

2013-02-12 Thread llowder
On Tuesday, February 12, 2013 8:28:18 AM UTC-6, jcbollinger wrote: On Monday, February 11, 2013 4:30:16 PM UTC-6, llowder wrote: The title pretty much sums it up. I've got a situation where I need to have puppet enforce a given state most of the time, then when a certain flag

[Puppet Users] Alternatives to attempting self-modifying puppet code....

2013-02-11 Thread llowder
The title pretty much sums it up. I've got a situation where I need to have puppet enforce a given state most of the time, then when a certain flag is present it needs to use a different state - but only until a certain amount of time has passed, at which point it needs to go back to the

Re: [Puppet Users] RFC: Default File Permissions

2013-02-08 Thread llowder
On Friday, February 8, 2013 6:56:55 AM UTC-6, nikolavp wrote: I have seen this issue for sure many times. I always forget this and when I see it while running with --noop, I change the owner and the group on the file resource. I am +1 on fixing this to have a more deterministic behaviour

Re: [Puppet Users] Re: Need a solution for puppet node clean (puppet v3.0.2)

2013-02-06 Thread llowder
On Wednesday, February 6, 2013 6:06:49 AM UTC-6, Ken Barber wrote: Perhaps you want to use 'puppet node deactivate' for now: http://docs.puppetlabs.com/puppetdb/1.1/maintain_and_tune.html#deactivate-decommissioned-nodes This will at least remove it from being collected immediately,

[Puppet Users] Re: Multiple hierarchies with Hiera

2013-01-31 Thread llowder
On Thursday, January 31, 2013 8:38:34 AM UTC-6, Schofield wrote: I am evaluating Hiera for use in our puppet setup to handle overrides based on facts. Unfortunately the documentation is slim http://projects.puppetlabs.com/issues/15295. I am wondering if it is possible to have multiple

[Puppet Users] Re: Need a solution for puppet node clean (puppet v3.0.2)

2013-01-31 Thread llowder
On Thursday, January 31, 2013 3:10:12 PM UTC-6, David Kerr wrote: I am using PuppetDB and I'd love the links, I did some searching and wasn't able to find the conversation. Thanks for the reply! This may help.

[Puppet Users] Re: Hyperic monitoring of Puppet master and nodes?

2013-01-30 Thread llowder
On Wednesday, January 30, 2013 7:46:53 AM UTC-6, Thomas wrote: I'll be looking at having Hyperic monitor our Puppet master and nodes. Maybe I'm lucky but I've never found any thing errors in the puppet logs to indicate any problems. Are there any messages I should look for? Is there any

[Puppet Users] Re: puppetdb catalog duplication

2013-01-29 Thread llowder
On Tuesday, January 29, 2013 8:54:43 AM UTC-6, olli...@googlemail.com wrote: Hello, Just kicking the tyres with PuppetDB (1.1.0) on a test setup with 100-odd nodes running only once an hour by default. Looking at the dashboard the catalog duplication is showing 0.0% which seems a

[Puppet Users] Re: Custom Error/Exception Handler

2013-01-22 Thread llowder
On Monday, January 21, 2013 5:42:41 PM UTC-6, James Birchfield wrote: I have looked over the documentation, but I did not see anything pertaining to this subject. If there is documentation of such sort, could someone please point me to it? Is it possible to register some sort of custom

[Puppet Users] Re: How to watch a logfile in Puppet?

2013-01-21 Thread llowder
On Monday, January 21, 2013 3:32:51 PM UTC-6, Andrey Brindeyev wrote: Hi! I'm a newbie in Puppet with some Chef experience. Now trying to convert my pet project from Chef to Puppet. When I start a Tomcat is takes some time (several seconds). I need to wait a line Server startup in in

Re: [Puppet Users] Re: Announce: Puppet Dashboard 1.2.19 Available

2013-01-16 Thread llowder
On Wednesday, January 16, 2013 7:22:15 AM UTC-6, bernard...@morpho.com wrote: I did not understand : there is a new version of the dashboard ? I thought that the dashboard was deprecated and that Puppet Lab will no work on it anymore ... What is the status please ? Work on Dashboard

[Puppet Users] Re: Version 2.6 Future Updates?

2013-01-15 Thread llowder
On Tuesday, January 15, 2013 10:53:55 AM UTC-6, Michael Hrivnak wrote: I am trying to determine how much longer, if at all, version 2.6 of Puppet Open Source will get security fixes. Any guidance? The only documentation I can find is this link, stating that 2.6 is currently a

[Puppet Users] Couple of blog posts on puppet design

2013-01-15 Thread llowder
After reading recent posts by R.I. Pienaar [1] and Craig Dunn [2] I was inspired to not only refactor my puppet code, but also write about the process and one idea on how to combine these two patterns. I've currently completed parts 1 and 2, and plan on completing part 3 this week. Part 1 can

Re: [Puppet Users] Re: Access variables defined in defined type

2013-01-11 Thread llowder
On Friday, January 11, 2013 4:45:49 AM UTC-6, Vladimir Rutsky wrote: Thank you for your reply. On Fri, Jan 11, 2013 at 1:06 AM, llowder llow...@gmail.com javascript:wrote: On Thursday, January 10, 2013 2:53:34 PM UTC-6, Vladimir Rutsky wrote: Sorry, there is a typo in example

[Puppet Users] Re: Access variables defined in defined type

2013-01-10 Thread llowder
On Thursday, January 10, 2013 2:53:34 PM UTC-6, Vladimir Rutsky wrote: Sorry, there is a typo in example: define python_virtualenv( $directory ) { # Setup virtualenv in directory here ... $easy_install = ${directory}/bin/easy_install } And use it in this way: python_virtualenv

[Puppet Users] Re: Hiera hashes and arrays in ERB templates

2013-01-04 Thread llowder
On Friday, January 4, 2013 9:11:28 AM UTC-6, Andy Taylor wrote: Hi, I'm trying to build a module for haproxy which fetches all the configuration data from Hiera to populate the haproxy config file. I've run into a number of issues though when I try to use hashes. Ideally, I want to use

[Puppet Users] Re: Hiera, AIX, please help :)

2012-12-19 Thread llowder
On Wednesday, December 19, 2012 1:21:04 PM UTC-6, Worker Bee wrote: Hi Everyone; First, is my understanding correct that all boxes with agents 3.0 will need to have hiera installed? I have gotten conflicting answers and I have found different answers in the documentation as well. Can

[Puppet Users] Re: Puppet Reporting

2012-12-11 Thread llowder
On Tuesday, December 11, 2012 3:58:00 PM UTC-6, GregC wrote: I'd like to be able to load my puppet reports generated on my Puppet production server onto my Puppet development server using dashboard, I rsync the directory for my reports from the Puppet production host, from

[Puppet Users] Re: Defined Type and Scoping ...

2012-12-10 Thread llowder
On Monday, December 10, 2012 3:36:55 PM UTC-6, Reginald Choudari wrote: Hello, I've got a module with an 'init.pp' like so: class test_backend { ... exec {'reset': refreshonly = true, command = 'C:\blah.exe', } ... } And I declare a defined resource type 'cmd.pp'

[Puppet Users] Re: Defined Type and Scoping ...

2012-12-10 Thread llowder
in that define, or your node def from the ENC, you will have to also include that class. On Monday, December 10, 2012 4:39:57 PM UTC-5, llowder wrote: On Monday, December 10, 2012 3:36:55 PM UTC-6, Reginald Choudari wrote: Hello, I've got a module with an 'init.pp' like so: class

[Puppet Users] Re: Pre-commit hooks for your modules?

2012-12-10 Thread llowder
On Monday, December 10, 2012 4:27:26 PM UTC-6, Jakov Sosic wrote: Hi. I was wondering what kind of precommit hooks are you guys using? Here is what I use: #!/bin/bash # pre-commit git hook to check the validity of a puppet manifest # # Prerequisites: # gem install puppet-lint puppet #

[Puppet Users] Puppet and Hyperic

2012-12-07 Thread llowder
I was just wodnering - has anyone puppetized hyperic? Specifically, the configuration of groups, resources, alertdefs etc. I'm starting such a project, but am unsure how to approach some of it. I think eventually I will wind up needing to do a set of types and providers, comparable to the

[Puppet Users] Re: Module class parameter override question

2012-12-07 Thread llowder
On Friday, December 7, 2012 1:37:20 PM UTC-6, Ugo Bellavance wrote: I realize that maybe these modules have been built to be used only with foreman. Is that a decent assumption? And if so, is there a simple apache module somewhere? I only want to do the basics, check packages, service,

[Puppet Users] Re: hiera default values for a variable

2012-12-03 Thread llowder
On Sunday, December 2, 2012 9:42:08 PM UTC-6, Pete wrote: Hi everyone, I currently have a giant file with default variables I use in a lot of my modules and I override those at the node level if I need to. I thought I would give porting that data into a hiera setup. I worked out how to

[Puppet Users] Re: Environmets doesnt work on Puppet 2.7

2012-12-03 Thread llowder
On Thursday, November 29, 2012 9:02:27 AM UTC-6, Fran Rodríguez wrote: Hi group, I got a problem with environments, im getting this erros from the client: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to parse template ssh/retrieve_priv_key.erb: cannot find

[Puppet Users] Re: [hiera] Hierarchy modification takes long time to be effective

2012-11-28 Thread llowder
On Wednesday, November 28, 2012 8:38:37 AM UTC-6, AnOnJoe wrote: Hello, I've something strange : When I modify my hierarchy in my hiera.yaml, it can take up to several hours, for the modification to work. eg : I create a subdir in my hieradata, move all the concerned files into,

[Puppet Users] Puppet and Hyperic

2012-11-27 Thread llowder
Was just wondering, before I went too far down this path... I have to use Hyperic for monitoring and alerting. I've got... 110+ apps to monitor spread across 3 clusters of 3 nodes. I've puppetized nearly every other aspect of this setup, so am now looking to puppetize the monitoring. I know

[Puppet Users] Re: Question about a node that includes a class of the same name...

2012-11-26 Thread llowder
On Monday, November 26, 2012 10:10:06 AM UTC-6, jcbollinger wrote: On Tuesday, November 20, 2012 3:32:07 PM UTC-6, llowder wrote: I was going through the open bugs and came across an interesting one[1], where if a node has a certain name, and includes a class of the same name

[Puppet Users] Re: Technical Reviewers Needed

2012-11-26 Thread llowder
On Monday, November 26, 2012 6:32:36 AM UTC-6, joa...@packtpub.com wrote: I am searching for a number of technical reviewers for a Puppet Beginner's Guide that is currently in production. You need to have good technical knowledge, and be able to spare a few hours every couple of weeks to

[Puppet Users] Question about a node that includes a class of the same name...

2012-11-20 Thread llowder
I was going through the open bugs and came across an interesting one[1], where if a node has a certain name, and includes a class of the same name, the class doesn't get loaded. I did discover a workaround - two of them, actually. However, I was somewhat curious. Is this something people do?

[Puppet Users] Re: puppet dashboard

2012-11-16 Thread llowder
On Friday, November 16, 2012 6:10:33 AM UTC-6, vioilly wrote: Hi, Can I have multiple puppet masters speaking to 1 puppet dashboard? I don't see why not, just need to configure each one to send the reports. If you are using the inventory service or the ENC it might get a little

[Puppet Users] Re: Puppet version 2.7 or 3?

2012-11-15 Thread llowder
On Thursday, November 15, 2012 8:47:29 AM UTC-6, vioilly wrote: Hi, I am just rolling out a new puppet deployment. Which version should i go for, 2.7 or 3.1? I am looking to use the open source version. If you plan on using an ENC, specifically TheForeman, or a lot of modules from the

[Puppet Users] Couple of dashbaord issues

2012-11-13 Thread llowder
I'm running dashbaord 1.2.12 on Ubuntu 10.04, with puppet 2.7.19 When I try to do an inventory search, I just get a blank screen. When I try to view a changed file, I get a white box w/ i/o error. I have asked about this once before in IRC, and the fix involved using a backported package,

Re: [Puppet Users] Couple of dashbaord issues

2012-11-13 Thread llowder
there is still the filebucket issue to address. On Tue, Nov 13, 2012 at 8:18 AM, llowder llow...@gmail.com javascript: wrote: I'm running dashbaord 1.2.12 on Ubuntu 10.04, with puppet 2.7.19 When I try to do an inventory search, I just get a blank screen. When I try to view

[Puppet Users] Re: rrdgraph issues

2012-11-13 Thread llowder
this is currently not working under 3.0.1, tracking under #17371 On Monday, November 12, 2012 7:54:57 AM UTC-8, llowder wrote: I recently enabled the rrdgraph reporting on my 2.7.19 master. I set it to create the graphs in /var/lib/puppet/rrd. In order to be able to access the things from the web

[Puppet Users] rrdgraph issues

2012-11-12 Thread llowder
I recently enabled the rrdgraph reporting on my 2.7.19 master. I set it to create the graphs in /var/lib/puppet/rrd. In order to be able to access the things from the web, I set this directory to have mode 755. However, it keeps getting switched back to 750 during certain (all?) puppet runs.

[Puppet Users] Puppet in SW MO

2012-11-06 Thread llowder
i am currently located in southwest MIssouri. Springfield, MO to be precise. I'd like to get some sort of Puppet user group / meetup going in the area, but so far have not been able to locate anyone. I had looked on some of the Springfield based DevOps and related LInkedIn groups, but got no

[Puppet Users] Re: Run Exec without notifying Puppet as a change

2012-11-05 Thread llowder
On Monday, November 5, 2012 3:03:57 PM UTC-6, Thomas Biddle wrote: I just switched from an in-house APT module to the Puppetlabs one thinking that it may solve this, but after looking at the code (And installing to confirm) it did not. Seeing Puppet be notified of a change just when

[Puppet Users] Really long puppet runs...

2012-11-02 Thread llowder
I've got a 3.0.0 node on Ubuntu 12.04 talking to a 2.7.19 master on Ubuntu 10.04. Until yesterday, this worked fine (and the other 3.0.0 node works fine as well) This node is in my 'test' environment and the other node uses an almost identical node def except is in the 'prod' environment. I

[Puppet Users] Re: Really long puppet runs...

2012-11-02 Thread llowder
Turns out it was a stray recurse = true On Friday, November 2, 2012 9:56:40 AM UTC-5, llowder wrote: I've got a 3.0.0 node on Ubuntu 12.04 talking to a 2.7.19 master on Ubuntu 10.04. Until yesterday, this worked fine (and the other 3.0.0 node works fine as well) This node is in my 'test

Re: [Puppet Users] Re: Really long puppet runs...

2012-11-02 Thread llowder
problems when a client is newer than a master, and I do not plan on running this way any longer than I have to. Best, Nikola On Fri, Nov 02, 2012 at 08:28:12AM -0700, llowder wrote: Turns out it was a stray recurse = true On Friday, November 2, 2012 9:56:40 AM UTC-5, llowder wrote

[Puppet Users] 'puppet resource user' questions

2012-10-26 Thread llowder
When I run puppet resource user ldadpuser I get a resource definition back for that user. However, when I run puppet resource user I do NOT see ldapuser in the list. Is this intended behavior? Is there a way to get a list of all users, whether they are ldap or local? This node is running

[Puppet Users] Re: Managing untemplatable configuration files

2012-10-24 Thread llowder
On Wednesday, October 24, 2012 1:24:07 PM UTC-5, David Reagan wrote: I'm brand new to Puppet. Just read through the tutorial online, and the first couple chapters of Pro Puppet. As I've experimented with managing Apache, I ended up storing my wildcard ssl cert on the puppetmaster. Since

[Puppet Users] Re: How to remove data from hiera programtically

2012-10-23 Thread llowder
On Tuesday, October 23, 2012 4:22:59 PM UTC-5, Nishant Jain wrote: Hello Everybody, Is it possible to store and remove data from hiera(the yaml files) programatically ??? Sure, just use one of the YAML libraries and whatever language you want. -- You received

Re: [Puppet Users] Your number of resources and time of your catalog runs

2012-10-22 Thread llowder
On Monday, October 22, 2012 4:12:15 PM UTC-5, Jakov Sosic wrote: On 10/22/2012 09:04 PM, Bostjan Skufca wrote: Hi, I was just wondering what is someone else's number of manager resources and catalog run time. Mine is 1,700 resources and average catalog run of 70-100 seconds (40

Re: [Puppet Users] pocco - a puppet manifest documentation experiment

2012-10-19 Thread llowder
Comments in line On Friday, October 19, 2012 12:11:59 PM UTC-5, Ryan Coleman wrote: On Thu, Oct 18, 2012 at 10:06 PM, Nan Liu n...@puppetlabs.comjavascript: wrote: Hi! The existing puppet manifests documentation generated via rdoc isn't very dry. I quite like docco generated

[Puppet Users] Re: Using Hiera with Parameters set for the Puppet Node

2012-10-19 Thread llowder
On Friday, October 19, 2012 3:18:59 PM UTC-5, Thomas Biddle wrote: Is it possible to have Hiera look at a key set for the node first, before looking at other items in the hierarchy? In particular - I'm using Puppet Dashboard and am setting keys params for there, so I would like for any

[Puppet Users] Re: hiera Boolean values

2012-10-12 Thread llowder
On Friday, October 12, 2012 9:51:22 AM UTC-5, guymatz wrote: Hi! Sorry if this has already been discussed . . . I have a requirement to disallow root logins on my UK servers, but allow them on my US servers. I have an sshd_config template and am hoping to use hiera to get a Yes/No

[Puppet Users] Re: Install application that isn't in a package - need a nudge

2012-10-12 Thread llowder
On Friday, October 12, 2012 10:34:57 AM UTC-5, Brian Dunbar wrote: I apologize in advance - this might be covered elsewhere and I simply lack the vocabulary to find it. I have Puppet 2.7. I have some linux hosts in a sandbox. I have some working modules for cron, files, packages,

[Puppet Users] Re: Wrapper classes, ordering anchors

2012-10-11 Thread llowder
On Thursday, October 11, 2012 8:37:39 AM UTC-5, alcy wrote: Hello, I have a class like: class wrapper { include foo include bar include baz } And a node like: node x { include someclass include wrapper Class[someclass]-Class[wrapper] } The class

[Puppet Users] Re: Need help with rspec-puppet

2012-10-10 Thread llowder
On Wednesday, October 10, 2012 9:43:47 AM UTC-5, Jian wrote: Anybody else received this or similar error? What I was able to figure out so far is that: by adding require 'puppet' to the spec test my error changes to: Error converting value for param 'plugindest': Error converting

[Puppet Users] Re: How to remove warnings related to Resource references should now be capitalized when starts with number?

2012-10-08 Thread llowder
comments in line.. On Monday, October 8, 2012 9:38:05 AM UTC-5, jcbollinger wrote: On Thursday, October 4, 2012 8:42:39 AM UTC-5, Carlos Tapia wrote: Hi Guys! I want to clean warning messages: *warning: Deprecation notice: Resource references should now be capitalized*... It is

[Puppet Users] Puppet Dashboard inventory search problems.

2012-10-05 Thread llowder
I'm using Dashboard 1.2.10 on an Ubuntu 10.04 LTS system, and Puppet 2.7.19 When I do an inventory search, I get a blank screen. In the logs, I found the following: Processing NodesController#search (for X.X.X.X at 2012-10-05 08:44:57) [GET] Parameters: {action=search, controller=nodes,

[Puppet Users] Puppet Conf Slides

2012-10-05 Thread llowder
While waiting for the video and audio to be published, I went through a bunch of the tweets and collected links to slides already out there. That list is at https://docs.google.com/document/d/1rtrwrSEsXXM5gwaH7cUSkJ-pMbnmedMTdgvONO5k728/edit If you know of any I missed, let me know by mail,

Re: [Puppet Users] Re: How to prevent puppet clients from updating to version 3?

2012-10-04 Thread llowder
On Thursday, October 4, 2012 2:49:03 PM UTC-5, Jo wrote: On Oct 4, 2012, at 12:39 PM, Jeff McCune wrote: Either just use installed, or a specific version, and then you can upgrade when you are ready to. Even if you use ensure = installed, newly provisioned nodes will get the latest

[Puppet Users] Re: How to prevent puppet clients from updating to version 3?

2012-10-03 Thread llowder
On Wednesday, October 3, 2012 9:37:01 AM UTC-5, Mister Guru wrote: I'm sending this email to start this thread, feel free to comment as appropriate. I'm going to assume that it's going to take a while for most people to actually realise that the puppet update may be giving them some

[Puppet Users] Re: hiera and fallback to params?

2012-10-03 Thread llowder
On Wednesday, October 3, 2012 10:03:17 AM UTC-5, Jakov Sosic wrote: Hi. I would like to setup my manifests, so that variable data is gathered from hiera, if it's available there, and if not, then to fallback on some predefined value... Something like this: $my_var = hiera('myvar')

[Puppet Users] Re: activerecord and puppet-3.0.0

2012-10-03 Thread llowder
Comments inline. On Wednesday, October 3, 2012 1:55:35 PM UTC-5, Joehillen wrote: Same issue here. I'd love to get some info on this. On Wednesday, October 3, 2012 2:26:42 AM UTC-7, Jonathan Gazeley wrote: Yesterday my puppetmaster and nodes got upgraded to puppet-3.0.0. Since then, all

Re: [Puppet Users] Puppet Forge Happenings

2012-10-03 Thread llowder
On Wednesday, October 3, 2012 4:40:59 AM UTC-5, Mister Guru wrote: On 3 Oct 2012, at 03:35, Ryan Coleman wrote: Hello, If you weren't at PuppetConf or didn't catch my talk, here's a quick recap. I'm product owner for the Puppet Forge team which formed in July with 2 awesome

Re: [Puppet Users] Re: PuppetConf speakers contact info

2012-10-01 Thread llowder
http://info.puppetlabs.com/puppetconf-video-registration.html use that to get notified when the video / audio + slides becomes available. All sessions, except I think the lab ones, were recorded and should be available in the near future (this week I think, but soon for sure) On Monday,

[Puppet Users] Re: Puppetd

2012-10-01 Thread llowder
puppet agent has replaced the puppetd command. On Monday, October 1, 2012 2:38:39 PM UTC-5, Douglas Brancaglion wrote: Hi guys, I updated my 3.0.1 to 2.7.19 puppet, puppet command but disappeared. How do I sync manually? example pupped-vt hugs, -- Douglas Brancaglion Security

[Puppet Users] Re: Puppet testing

2012-09-20 Thread llowder
On Wednesday, September 19, 2012 4:52:46 PM UTC-5, Jason_s wrote: Hi, It sounds like you would like to reduce some of the boilerplate code around your testing? I happened to notice this article you may find useful: http://puppetlabs.com/blog/the-next-generation-of-puppet-module-testing/

[Puppet Users] Puppet testing

2012-09-19 Thread llowder
I'm in the process of trying to get automated testing for my modules, using puppet-lint, rspec-puppet, puppetlabs_spec_helper and Jenkins. Are there any automated, or semi-automated ways to ensure coverage on my tests? At the moment I am writing tests for existing modules, but I also need to

[Puppet Users] puppet-dashboad fileviewer

2012-09-17 Thread llowder
I recently install dashboard (1.2.10) on my puppet master (2.7.19 on Ubuntu 10.04 LTS). I setup the filebucket/viewer as per http://docs.puppetlabs.com/dashboard/manual/1.2/configuring.html#enabling-the-filebucket-viewer. The md5sums are now clickable links, but when I click them I just get a

  1   2   >