Re: [Puppet Users] Re: require broken with create_resources() ?

2014-08-20 Thread Joseph Swick
? -- Joseph Swick joseph.sw...@meltwater.com Operations Engineer Meltwater Group signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Package Resource, Versioning and Yum

2014-06-17 Thread Joseph Swick
if this was a known issue or not. We'll see what presents Puppet 4 brings us. -- Joseph Swick joseph.sw...@meltwater.com Operations Engineer Meltwater Group signature.asc Description: OpenPGP digital signature

[Puppet Users] Package Resource, Versioning and Yum

2014-06-12 Thread Joseph Swick
reason, I want to think this has been discussed on the list before, but couldn't find the relevant thread. It appears I may be running up against this bug: https://tickets.puppetlabs.com/browse/PUP-1244 TIA. -- Joseph Swick joseph.sw...@meltwater.com Operations Engineer Meltwater Group

Re: [Puppet Users] Managing iptables with puppet

2014-03-12 Thread Joseph Swick
? It can do most (if not all) of what you're trying to do for iptables management with manifests. http://forge.puppetlabs.com/puppetlabs/firewall -- Joseph Swick joseph.sw...@meltwater.com Operations Engineer Meltwater Group signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Puppet manage HOMES on Desktop Computers

2014-02-10 Thread Joseph Swick
; if [ \\$?\ -ne \0\ ]; then j=1;fi; done;echo \$j)\ = \0\, } It may not be all that efficient for a system that has a lot of users on it. Hope that helps. -- Joseph Swick joseph.sw...@meltwater.com Operations Engineer Meltwater Group signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Re: Puppet manage HOMES on Desktop Computers

2014-02-10 Thread Joseph Swick
On 02/10/2014 12:09 PM, Rafael Cristaldo wrote: Hi Joseph Swick ! Thanks for the answer ! This really can help me! .. but thereis some questions about your manifest. Did you build custom factes for ${username} and ${homedir_real} ? Or you propose to edit it and change this values

Re: [Puppet Users] puppet 3.4: N00b has Trouble with regexes in a if-else structure manifest config.pp

2014-02-10 Thread Joseph Swick
directory and named properly? E.g: modules/iptables/manifests/config.pp ? Please can some kind person show a poor little beginner what I am doing wrong? Thanks! -- Joseph Swick joseph.sw...@meltwater.com Operations Engineer Meltwater Group signature.asc Description: OpenPGP digital

Re: [Puppet Users] Title on file resources

2014-01-14 Thread Joseph Swick
= /some/path/${name}, target = /some/other/path/${name}, } } I wasn't the first to figure that out, I think I remember who I got it from, but I'm not sure if it's something they came up with or if they got it from somewhere else. Hope that helps. -- Joseph Swick joseph.sw...@meltwater.com

Re: [Puppet Users] Notify service in one class from other class

2014-01-13 Thread Joseph Swick
in the correct order. The few places I do use stages, I have them run after main and I'll eventually work to remove them. Have you tried running it without the stage? -- Joseph Swick joseph.sw...@meltwater.com Operations Engineer Meltwater Group signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Re: Run stages of virtual resources

2014-01-06 Thread Joseph Swick
and still have the desired result. -- Joseph Swick joseph.sw...@meltwater.com Operations Engineer Meltwater Group signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Roles/profile design

2013-12-26 Thread Joseph Swick
for classification as well. Josh That's certainly another gotcha with hiera and classes that's good to know. We went to using hiera exclusively for our node classification, so we didn't run into that issue as we're not using any other ENCs with our current configuration. -- Joseph Swick

Re: [Puppet Users] Roles/profile design

2013-12-23 Thread Joseph Swick
that come up with the hiera merge behavior depending on how complex you're hiera layout becomes. For example, we had to set the hiera merge_behavior to deeper for us to get some of the desired results that we were looking for. -- Joseph Swick joseph.sw...@meltwater.com Operations Engineer Meltwater

Re: [Puppet Users] Re: Resource ordering only using Hiera?

2013-12-16 Thread Joseph Swick
On 12/16/2013 10:59 AM, jcbollinger wrote: On Friday, December 13, 2013 3:56:50 PM UTC-6, Joseph Swick wrote: [...] What am I missing to get Puppet to evaluate the $resourceX_type variables as a resource type [e.g: File, Service, etc.] to get this to work? Puppet DSL does

[Puppet Users] Resource ordering only using Hiera?

2013-12-13 Thread Joseph Swick
}' for \$resource2_type)} } } default: {fail(Unknown resource type '${resource1_type}' for \$resource1_type)} } Thank you for taking the time to wade through my lengthy question. -- Joseph Swick joseph.sw...@meltwater.com Operations Engineer Meltwater Group signature.asc Description: OpenPGP