Re: [Puppet Users] Debugging Custom Stuff

2012-08-29 Thread david.gar...@gmail.com
Pienaar is a seasoned puppet master I am sure he can help? http://www.devco.net/archives/2009/08/19/tips_and_tricks_for_puppet_debugging.php On Wed, Aug 29, 2012 at 10:10 PM, Douglas Garstang wrote: > So... how can I debug ruby code for custom functions? Putting a 'puts' > in the ruby script does

[Puppet Users] Uber Frustration with Puppet.

2012-08-29 Thread Douglas Garstang
Boy, am I frustrated. I'm about ready to throw puppet out the window here. I'm trying to configure glusterfs, and you know, it kinda made sense to separate the data from the manifests, so I went ahead and put this into a YAML file, which hiera loads... glusterfs_volumes: gfsvol01: volume_nam

[Puppet Users] Debugging Custom Stuff

2012-08-29 Thread Douglas Garstang
So... how can I debug ruby code for custom functions? Putting a 'puts' in the ruby script doesn't actually cause anything to go anywhere. Doug -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@goo

Re: [Puppet Users] Autosign frequency

2012-08-29 Thread John Warburton
On 30 August 2012 14:03, Peter Bukowinski wrote: > How many nodes is your puppetmaster currently servicing? I have one > servicing about 700 nodes, splayed over an hour check-in interval, and any > new nodes I add (that fall into my autosign subdomain) get signed > immediately on their first pupp

Re: [Puppet Users] Autosign frequency

2012-08-29 Thread Peter Bukowinski
How many nodes is your puppetmaster currently servicing? I have one servicing about 700 nodes, splayed over an hour check-in interval, and any new nodes I add (that fall into my autosign subdomain) get signed immediately on their first puppet run. -- Peter Bukowinski On Aug 29, 2012, at 8:50 P

[Puppet Users] Autosign frequency

2012-08-29 Thread John Warburton
Hi Puppet Gurus I am running puppet 2.6.16, ruby 1.8.7-p249, on puppet server with passenger on Apache. These are my gems: builder (2.1.2) fastthread (1.0.7) mysql (2.8.1) passenger (2.2.14) rack (1.1.0) rake (0.8.7) We manually manage autosign.conf to allow new builds to continue so certificates

[Puppet Users] Re: [Puppet-dev] Re: Announce: Puppet-3.0.0-rc5 Available

2012-08-29 Thread Eric Sorenson
Ack, thanks for the catch. I can't believe we regressed on a sub-1000 bug number; this exact change was applied in redmine #528 and reverted in March 2007! https://github.com/puppetlabs/puppet/commit/41e1285553870f0b425b88a6209fab8733b421b2 On Aug 29, 2012, at 5:54 PM, Chuck wrote: > The chk

[Puppet Users] Re: Announce: Puppet-3.0.0-rc5 Available

2012-08-29 Thread Chuck
The chkconfig change that was implmented is breaking the puppet service function on Red Hat based systems. http://projects.puppetlabs.com/issues/15797 "chkconfig reset" looks like it is meant to set the service back to how it was set during initial package installation. Most services are not

[Puppet Users] Announce: Puppet-3.0.0-rc5 Available

2012-08-29 Thread Moses Mendoza
Puppet 3.0.0-rc5 is a feature release candidate for the 3.x series of Puppet. Downloads are available at: * Source http://downloads.puppetlabs.com/puppet/puppet-3.0.0rc5.tar.gz RPMs are available at http://yum.puppetlabs.com Debs are available at http://apt.puppetlabs.com Gems are available vi

Re: [Puppet Users] thoughts on puppet 2.7 vs 3.0

2012-08-29 Thread Peter Brown
>From what I have seen there is a big difference between 2.6+ and 3.0+. I would be setting up a completely separate environment with 2.7 to test if your code works. 2.7 apparently let you know which things will stop working in 3.0 so it will be a better idea to use that in the dev environment and i

Re: [Puppet Users] thoughts on puppet 2.7 vs 3.0

2012-08-29 Thread John Warburton
On 30 August 2012 00:52, Jason Antman wrote: > For anyone in the know, given this situation, would you recommend building > on puppet 2.7.18, or trying to draw things out as much as possible and wait > for a stable 3.x release? Does anyone have any general idea of when one > might be forthcoming

Re: [Puppet Users] Re: newish puppet on RHEL4 and/or SLES9?

2012-08-29 Thread Sam Kottler
Thanks! -Sam On Wed, Aug 29, 2012 at 7:10 PM, James Turnbull wrote: > Sam Kottler wrote: > > Who's got the ban hammer? :P > > > > The address appears to be now banned. Apologies for the spam. > > Regards > > James > > > -- > James Turnbull > Puppet Labs > 1-503-734-8571 > To schedule a meeting w

Re: [Puppet Users] Re: newish puppet on RHEL4 and/or SLES9?

2012-08-29 Thread James Turnbull
Sam Kottler wrote: > Who's got the ban hammer? :P > The address appears to be now banned. Apologies for the spam. Regards James -- James Turnbull Puppet Labs 1-503-734-8571 To schedule a meeting with me: http://tungle.me/jamtur01 -- You received this message because you are subscribed to t

Re: [Puppet Users] Puppet visudo/ sudoers help

2012-08-29 Thread Tony Caffe
Thanks. I used this: file {'puppet_sudo': ensure => present, path => '/tmp/puppet_sudo', source => 'puppet:///files/puppet_sudo', owner => 'root', group => 'root', mode =>

Re: [Puppet Users] Puppet visudo/ sudoers help

2012-08-29 Thread Tim Mooney
In regard to: Re: [Puppet Users] Puppet visudo/ sudoers help, Tony Caffe...: I understand but that is not what I asked for help. I would like some help on making or writing the code needed to add users to visudo. $ cat puppet/modules/sudo/manifests/config.pp define sudo::config($content='', $

Re: [Puppet Users] Puppet-Dashboard nodes showing up as unreported

2012-08-29 Thread Peter Bukowinski
Adam, in dashboard's upper-left corner, do you see any pending tasks listed in the Background Tasks section? If so, then you simply need to start the delayed job workers (http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html#starting-and-managing-delayed-job-workers) and they will

Re: [Puppet Users] Puppet visudo/ sudoers help

2012-08-29 Thread Tony Caffe
Would I still need to write ruby code? I dont know ruby or really any other programming language. So I would create a duplicate of the sudoers file in /etc/sudoers.d/ that adds a user to it and it will work? I am not to sure of how sudoers.d works. Thanks. -- You received this message because

Re: [Puppet Users] Puppet visudo/ sudoers help

2012-08-29 Thread Ramin K
On 8/29/2012 8:31 AM, Tony Caffe wrote: Hi, I am trying to get puppet going on CentOS 6.3 and I got it installed and running. I want to create good manifests for basic stuff. I know I will learn more as I go but I am new to programming in general and puppet code. I have puppet master instal

Re: [Puppet Users] Puppet visudo/ sudoers help

2012-08-29 Thread Christopher Wood
You learn from use one of these: http://forge.puppetlabs.com/modules?q=sudo On Wed, Aug 29, 2012 at 02:13:34PM -0700, Tony Caffe wrote: >I understand but that is not what I asked for help. I would like some help >on making or writing the code needed to add users to visudo. >On Wednesd

Re: [Puppet Users] Puppet visudo/ sudoers help

2012-08-29 Thread Tony Caffe
I understand but that is not what I asked for help. I would like some help on making or writing the code needed to add users to visudo. On Wednesday, August 29, 2012 1:34:35 PM UTC-7, Ygor wrote: > > First suggestion: > > Use a group name ( like "wheel" ) and declare the sudo privileges to the

[Puppet Users] Re: troubleshooting resource collection

2012-08-29 Thread jcbollinger
On Wednesday, August 29, 2012 9:34:24 AM UTC-5, Frank Van Damme wrote: > > On Wednesday, August 29, 2012 4:14:27 PM UTC+2, jcbollinger wrote: >> >> >> >> On Wednesday, August 29, 2012 6:25:35 AM UTC-5, Frank Van Damme wrote: >>> >>> Hi, >>> >>> I'm new to Puppet. And I'm trying out an ssh module:

Re: [Puppet Users] Re: newish puppet on RHEL4 and/or SLES9?

2012-08-29 Thread Nigel Kersten
About to unsubscribe this account as it was set to no email and looks like a spam account. On Wed, Aug 29, 2012 at 1:25 PM, Sam Kottler wrote: > Who's got the ban hammer? :P > > > On Wed, Aug 29, 2012 at 3:44 PM, shell Nor wrote: >> >> My puppet has been created in isolation on an island at top

[Puppet Users] Re: puppetlabs-stdlib

2012-08-29 Thread jcbollinger
On Wednesday, August 29, 2012 2:54:48 PM UTC-5, Krzysztof Wilczynski wrote: > > Hi, > > For some reason these are in README.markdown, perhaps a copy-paste > mistake. Look inside the directory :) > Ah, that explains it. Silly me, I ignored the README and went straight to the actual sources :)

Re: [Puppet Users] Re: Managing Eclipse with Puppet

2012-08-29 Thread Jeff Sussna
Thanks! Will give it a shot and let you know how it works. On Wednesday, August 29, 2012 1:25:17 PM UTC-5, Henrik Lindberg wrote: > > On 2012-29-08 16:04, Henrik Lindberg wrote: > > To install additional plugins into Eclipse, you want to use the "p2 > > director" application. It is embedded ins

Re: [Puppet Users] Re: puppetlabs-stdlib

2012-08-29 Thread Jeff McCune
On Wed, Aug 29, 2012 at 12:54 PM, Krzysztof Wilczynski wrote: > Hi, > > For some reason these are in README.markdown, perhaps a copy-paste mistake. > Look inside the directory :) Ah this was my fault. I thought I filtered out the function documentation for core functions but I clearly didn't. -

Re: [Puppet Users] Puppet visudo/ sudoers help

2012-08-29 Thread Dan White
First suggestion: Use a group name ( like "wheel" ) and declare the sudo privileges to the group. Then all you need do is add that group in the "groups" parameter for puppet type user. On Aug 29, 2012, at 11:31 AM, Tony Caffe wrote: > Hi, > > I am trying to get puppet going on CentOS 6.3 and

Re: [Puppet Users] Re: newish puppet on RHEL4 and/or SLES9?

2012-08-29 Thread Sam Kottler
Who's got the ban hammer? :P On Wed, Aug 29, 2012 at 3:44 PM, shell Nor wrote: > My puppet has been created in isolation on an island at top of scotland > over a period of 2 weeks nonstop working on her mismatched outfit. sure > youve probwho hsn't . Flattery will get u know where..no.

[Puppet Users] Puppet-Dashboard nodes showing up as unreported

2012-08-29 Thread Adam Hamner
Hello, I have followed the documentation at http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html to try to setup dashboard but after I manually add a node it shows up as unreported. The agent has successfully completed a very basic catalog run just adding a file to the file-syst

[Puppet Users] Re: newish puppet on RHEL4 and/or SLES9?

2012-08-29 Thread shell Nor
My puppet has been created in isolation on an island at top of scotland over a period of 2 weeks nonstop working on her mismatched outfit. sure youve probwho hsn't . Flattery will get u know where..no.Know we're he're..wh'at i'd on't knowdumf...

[Puppet Users] Re: puppetlabs-stdlib

2012-08-29 Thread Krzysztof Wilczynski
Hi, For some reason these are in README.markdown, perhaps a copy-paste mistake. Look inside the directory :) KW On Wednesday, August 29, 2012 5:58:13 PM UTC+1, Douglas wrote: > > I'm confused about this... > > https://github.com/puppetlabs/puppetlabs-stdlib/ > > I see a lot of functions there

Re: [Puppet Users] Re: puppetlabs-stdlib

2012-08-29 Thread R.I.Pienaar
- Original Message - > From: "Douglas Garstang" > To: puppet-users@googlegroups.com > Sent: Wednesday, August 29, 2012 8:20:19 PM > Subject: Re: [Puppet Users] Re: puppetlabs-stdlib > > Really? From the function reference at: > http://docs.puppetlabs.com/references/latest/function.html

Re: [Puppet Users] Re: puppetlabs-stdlib

2012-08-29 Thread Douglas Garstang
Really? From the function reference at: http://docs.puppetlabs.com/references/latest/function.html Common ones seem to be create_resources, crit, defined, err, extlookup, fail, file and so on. Doug. On Wed, Aug 29, 2012 at 11:57 AM, jcbollinger wrote: > > > On Wednesday, August 29, 2012 11

Re: [Puppet Users] Don't touch non-default config files

2012-08-29 Thread jcbollinger
On Wednesday, August 29, 2012 9:57:13 AM UTC-5, Jones wrote: > > If it's default it should use the puppet version... but if someone changed > it puppet should do nothing. > That's the little issue :/ > It sounds like you want Puppet to manage the file content under some circumstances, but not u

[Puppet Users] Re: puppetlabs-stdlib

2012-08-29 Thread jcbollinger
On Wednesday, August 29, 2012 11:58:13 AM UTC-5, Douglas wrote: > > I'm confused about this... > > https://github.com/puppetlabs/puppetlabs-stdlib/ > > I see a lot of functions there that are the same as the ones that come > standard with puppet. If I create a module and dump this stuff in >

Re: [Puppet Users] Re: Managing Eclipse with Puppet

2012-08-29 Thread Henrik Lindberg
On 2012-29-08 16:04, Henrik Lindberg wrote: To install additional plugins into Eclipse, you want to use the "p2 director" application. It is embedded inside the Eclipse IDE itself so once the IDE is unzipped and Java is installed, it is possible to run the director. The director app can install

Re: [Puppet Users] Puppet Agent on Windows

2012-08-29 Thread Nimish Vidyarthi
Yes i know i was trying out things to make it work. it does not work for 60 sec also. Ok i fetched the values from puppet config print all | find "config". the puppet.conf is showing to be correct( as the file i changed) But the runinterval is showing as 1800. I presume this is the issue , how c

Re: [Puppet Users] Puppet Agent on Windows

2012-08-29 Thread Josh Cooper
Hi Nimish, On Wed, Aug 29, 2012 at 10:52 AM, Nimish Vidyarthi wrote: > I tried changing the puppet.conf Likely the file you are editing is not the same one that the service is looking at. Since the puppet agent service runs under the LocalSystem account, make sure you are editing the puppet.conf

Re: [Puppet Users] Re: thoughts on puppet 2.7 vs 3.0

2012-08-29 Thread Jakov Sosic
On 08/29/2012 07:34 PM, Jason Antman wrote: > but given the way things work > around here, and that puppet is really a lower-level project (i.e. > experimentation, failure, and bugs aren't tolerated well because we only > have management support for the end result, not puppet itself) I'll I don't

[Puppet Users] issues with puppetdoc and missing symlink

2012-08-29 Thread Jason Antman
I have a module with its files/ directory symlinked to a SVN checkout outside of the module path (specifically, to /shared_svn). (explanation below) in a few places within that directory structure, there are some dead symlinks. When I run puppetdoc on my modules and manifests, it dies with "Cou

[Puppet Users] Puppet Agent on Windows

2012-08-29 Thread Nimish Vidyarthi
Hi , I am trying to run puppet agent on windows. The Master is running on Linux RHEL6.2. Puppet Version : 2.7.12. The puppet agent service starts properly and the client is able to fetch its catalouge evry 30 mins. My requirement is to reduce this interval to 2 mins. I tried changing the puppet.c

[Puppet Users] Puppet visudo/ sudoers help

2012-08-29 Thread Tony Caffe
Hi, I am trying to get puppet going on CentOS 6.3 and I got it installed and running. I want to create good manifests for basic stuff. I know I will learn more as I go but I am new to programming in general and puppet code. I have puppet master install on 1 cloud server and a client test puppe

[Puppet Users] Puppet java module

2012-08-29 Thread Bai Shen
I'm trying to install the java module using puppet. http://forge.puppetlabs.com/puppetlabs/java I think I'm supposed to download the oracle rpm and extract it somewhere. But where does it go? Thanks. -- You received this message because you are subscribed to the Google Groups "Puppet Users" g

Re: [Puppet Users] Re: thoughts on puppet 2.7 vs 3.0

2012-08-29 Thread Jason Antman
Chris & Jakov, That's my tentative feeling right now, but given the way things work around here, and that puppet is really a lower-level project (i.e. experimentation, failure, and bugs aren't tolerated well because we only have management support for the end result, not puppet itself) I'll p

Re: [Puppet Users] hiera-puppet no longer installs

2012-08-29 Thread Thomas Hallgren
Thanks for the info. In our case it affected our puppet manifests where we had: package { 'hiera-puppet': ensure => installed, provider => $gem_provider, } We prefer to use the latest release when possible. On 2012-08-29 18:56, Matthaus Owens wrote: Once Hiera-Puppet m

Re: [Puppet Users] augeas and cron.allow

2012-08-29 Thread Dominic Cleal
On 29/08/12 15:57, Greenhalgh, Mark wrote: > I am having a few problems with augeas and need some help. > > What I am trying to use is augeas to update the cron.allow file. I can > get augeas to add the required name but I am having problems with > getting it to add the name once. > > au

Re: [Puppet Users] Re: Announce: Hiera-Puppet 1.0.0 available

2012-08-29 Thread Matthaus Owens
It does rely on Hiera 1.0.0. We'll be cutting one more rc of Hiera this week and if that goes well, Hiera 1.0.0 will follow the week after. On Wed, Aug 29, 2012 at 6:12 AM, llowder wrote: > > > On Tuesday, August 28, 2012 5:32:56 PM UTC-5, Matthaus Litteken wrote: >> >> We are happy to announce H

[Puppet Users] puppetlabs-stdlib

2012-08-29 Thread Douglas Garstang
I'm confused about this... https://github.com/puppetlabs/puppetlabs-stdlib/ I see a lot of functions there that are the same as the ones that come standard with puppet. If I create a module and dump this stuff in there, what happens to the existing stuff? How does puppet know which one to use? D

Re: [Puppet Users] hiera-puppet no longer installs

2012-08-29 Thread Matthaus Owens
Once Hiera-Puppet moved out of rc, it seemed best to move its hiera dependency from 1.0.0rc to 1.0, to ensure that those using Hiera-puppet get the non-RC version of hiera when it's available. Until Hiera 1.0.0 is released, you can install Hiera-puppet alongside hiera using the --pre flag to gems.

[Puppet Users] Re: minor change in inkling/postgresql – PostgreSQL

2012-08-29 Thread Chris Price
Hello OSX007, You are on the right track, for sure. The goal of the params.pp is to set default values for those things and allow you to override them in your own manifests. It's definitely OK for you to edit params.pp directly if you know for sure that the settings you've specified will alwa

Re: [Puppet Users] Re: thoughts on puppet 2.7 vs 3.0

2012-08-29 Thread Christopher Wood
In your position I would consider it well worth waiting for puppet 3. On Wed, Aug 29, 2012 at 09:01:05AM -0700, Jason Antman wrote: >I saw that, thanks. I'm looking for more of an opinion on what route other >people would take... > >On Wednesday, August 29, 2012 10:57:40 AM UTC-4, San

[Puppet Users] Re: What is wrong with mu class?

2012-08-29 Thread Sandra Schlichting
Solved. directories="<%= backupDirList.join(" ") %>" Of course =) -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/yJvpD1K7AiQJ. To post to this group, se

Re: [Puppet Users] Re: thoughts on puppet 2.7 vs 3.0

2012-08-29 Thread Jakov Sosic
On 08/29/2012 06:01 PM, Jason Antman wrote: > I saw that, thanks. I'm looking for more of an opinion on what route > other people would take... Considering the long term lock-in, I would try to postpone deployment till 3.0 stable gets out. PS. This new addon of parametrized classes getting info f

[Puppet Users] Re: thoughts on puppet 2.7 vs 3.0

2012-08-29 Thread Jason Antman
I saw that, thanks. I'm looking for more of an opinion on what route other people would take... On Wednesday, August 29, 2012 10:57:40 AM UTC-4, Sandra Schlichting wrote: > > Please see this post. > > https://groups.google.com/forum/#!topic/puppet-users/8AwzWv2-Qeo > > > -- You received this me

[Puppet Users] What is wrong with mu class?

2012-08-29 Thread Sandra Schlichting
Hi, If I write the following in a template directories="<% backupDirList.each do |dir| -%><%= dir %> <% end -%>" then it will output directories="/appl /etc /usr/local " Question How do I print the backupDirList array, so it doesn't end with a blank space? Best regards, Sandra =) -- You r

Re: [Puppet Users] Re: Puppet not picking up manifests

2012-08-29 Thread Bai Shen
This is the tutorial I was using. http://bitfieldconsulting.com/puppet-tutorial Once I changed nodes.pp to site.pp Puppet saw it. Now I just have to change the rest of the manifests. Thanks. On Tue, Aug 28, 2012 at 6:55 PM, Nick Fagerlund < nick.fagerl...@puppetlabs.com> wrote: > Could you pl

Re: [Puppet Users] Don't touch non-default config files

2012-08-29 Thread Davide Ferrari
On 29/08/12 16:57, Johannes Reichhardt wrote: If it's default it should use the puppet version... but if someone changed it puppet should do nothing. That's the wrong approach. if you are managing a resource through puppet, then ALL changes go through puppet, otherwise it's a mess, and then pup

[Puppet Users] augeas and cron.allow

2012-08-29 Thread Greenhalgh, Mark
Hi. I am having a few problems with augeas and need some help. What I am trying to use is augeas to update the cron.allow file. I can get augeas to add the required name but I am having problems with getting it to add the name once. augeas { "check_mk_cron.allow" : co

[Puppet Users] Re: thoughts on puppet 2.7 vs 3.0

2012-08-29 Thread Sandra Schlichting
Please see this post. https://groups.google.com/forum/#!topic/puppet-users/8AwzWv2-Qeo -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/mlKC53-C9e4J. To po

Re: [Puppet Users] Don't touch non-default config files

2012-08-29 Thread Johannes Reichhardt
If it's default it should use the puppet version... but if someone changed it puppet should do nothing. That's the little issue :/ Am 29.08.2012 16:21 schrieb "Davide Ferrari" : > > On 29/08/12 15:10, Jones wrote: >> >> >> I'd like to say puppet. >> If the standart config file, delivered by dpkg, i

[Puppet Users] thoughts on puppet 2.7 vs 3.0

2012-08-29 Thread Jason Antman
I currently have ~30 hosts managed by puppet, running on 2.6.14. I'm just starting a project to build a new puppetmaster in a new datacenter, which will be our single master. Within a short time, we'll have upwards of 200 hosts managed by Puppet, and about 25% of these will be "legacy" OSes (RH

[Puppet Users] Re: How to purge network-manager (requires reboot) ?

2012-08-29 Thread Sandra Schlichting
Hi John That is a very interesting solution! I had to look up what "provider" and "refreshonly" did. They seam to be very useful for other situations as well! Thanks =) Hugs, Sandra On Wednesday, 29 August 2012 16:04:32 UTC+2, jcbollinger wrote: > > > > On Wednesday, August 29, 2012 6:48:04

[Puppet Users] Re: troubleshooting resource collection

2012-08-29 Thread Frank Van Damme
On Wednesday, August 29, 2012 4:14:27 PM UTC+2, jcbollinger wrote: > > > > On Wednesday, August 29, 2012 6:25:35 AM UTC-5, Frank Van Damme wrote: >> >> Hi, >> >> I'm new to Puppet. And I'm trying out an ssh module: >> https://github.com/saz/puppet-ssh. >> It collects ssh keys like this: >> >> clas

Re: [Puppet Users] Re: Puppet not picking up manifests

2012-08-29 Thread jcbollinger
On Tuesday, August 28, 2012 10:39:01 PM UTC-5, Anatoliy Lisovskiy (Wavebourn) wrote: > > > > On Tue, Aug 28, 2012 at 3:55 PM, Nick Fagerlund > > > wrote: > >> Could you please link me to these tutorials, so I may destroy them. >> > > It is easy to destroy incomplete tutorials, but harder to o

Re: [Puppet Users] Don't touch non-default config files

2012-08-29 Thread Davide Ferrari
On 29/08/12 15:10, Jones wrote: I'd like to say puppet. If the standart config file, delivered by dpkg, is changed and has also not the same md5sum as the file I want to deliver with puppet. Do nothing :) OK guys.. that was not my idea! I say everything has to be changed in puppet and not by

[Puppet Users] Re: troubleshooting resource collection

2012-08-29 Thread jcbollinger
On Wednesday, August 29, 2012 6:25:35 AM UTC-5, Frank Van Damme wrote: > > Hi, > > I'm new to Puppet. And I'm trying out an ssh module: > https://github.com/saz/puppet-ssh. > It collects ssh keys like this: > > class ssh::knownhosts { > Sshkey <<| |>> { > ensure => present, > } >

Re: [Puppet Users] Re: Managing Eclipse with Puppet

2012-08-29 Thread Henrik Lindberg
To install additional plugins into Eclipse, you want to use the "p2 director" application. It is embedded inside the Eclipse IDE itself so once the IDE is unzipped and Java is installed, it is possible to run the director. The director app can install new things, update, and uninstall. There

[Puppet Users] Re: How to purge network-manager (requires reboot) ?

2012-08-29 Thread jcbollinger
On Wednesday, August 29, 2012 6:48:04 AM UTC-5, Sandra Schlichting wrote: > > Hi all =) > > I would like to purge the following packages > > network-manager > > network-manager-gnome > > network-manager-pptp > > network-manager-pptp-gnome > > > but the problem is, that I suppose a reboot is requi

[Puppet Users] Re: How to purge network-manager (requires reboot) ?

2012-08-29 Thread Sandra Schlichting
Hi Krzysztof I am not sure why would it require a restart, hm... I am used to making > sure that the service is stopped, packaged purged and then you only need to > make sure that static IP configuration is in place. Sometimes you need to > get rid of the udev rules file, but not often. > Grea

[Puppet Users] Re: Managing Eclipse with Puppet

2012-08-29 Thread Jeff Sussna
Eclipse itself is straightfoward, since it's just a matter of download/unzip/set env vars.I wrote my own manifest to do that. In at least one case I tried, installing a plugin by manually placing files into /plugins and /features wasn't enough to activate the plugin. Wondering if it was because

[Puppet Users] Re: Announce: Hiera-Puppet 1.0.0 available

2012-08-29 Thread llowder
On Tuesday, August 28, 2012 5:32:56 PM UTC-5, Matthaus Litteken wrote: > > We are happy to announce Hiera-Puppet 1.0.0. > > That is good news, however, doesn't this rely on hiera 1.0.0? Any word on when that will be out of RC and a final release will be ready? > It includes Puppet functions

[Puppet Users] Don't touch non-default config files

2012-08-29 Thread Jones
Hi folks, I'd like to say puppet. If the standart config file, delivered by dpkg, is changed and has also not the same md5sum as the file I want to deliver with puppet. Do nothing :) OK guys.. that was not my idea! I say everything has to be changed in puppet and not by hand. Or Maybe there i

[Puppet Users] Re: Managing plugins

2012-08-29 Thread Krzysztof Wilczynski
Hi, [...] I'd get rid of wget altogether, then make nice packages for each plugin using https://github.com/jordansissel/fpm and then just use Puppet's package to install relevant ones. KW -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To v

[Puppet Users] Managing plugins

2012-08-29 Thread Frank Scholten
Hi all, We are configuring Jenkins and Sonar with puppet and both systems use plugins. What is the preferred way of managing plugin-like resources with puppet? I am looking at two options but if you have a better idea let me know! 1. Create plugin::installed and plugin::uninstalled definitions:

[Puppet Users] Re: How to purge network-manager (requires reboot) ?

2012-08-29 Thread Krzysztof Wilczynski
Hi Sandra, [...] > > but the problem is, that I suppose a reboot is required for the NIC's no > longer to be manged by network-manager? > > I am not sure why would it require a restart, hm... I am used to making sure that the service is stopped, packaged purged and then you only need to make

Re: [Puppet Users] The rewritten Puppet 2.7 language reference is live

2012-08-29 Thread Henrik Lindberg
https://github.com/puppetlabs/puppet/commit/193e19eb14ff640a68f2a21fd525ef6c8825dbf2 Don't think that was in the language guide. And the new 'unless' statement in 3.0. - henrik -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this g

[Puppet Users] How to purge network-manager (requires reboot) ?

2012-08-29 Thread Sandra Schlichting
Hi all =) I would like to purge the following packages network-manager network-manager-gnome network-manager-pptp network-manager-pptp-gnome but the problem is, that I suppose a reboot is required for the NIC's no longer to be manged by network-manager? How would you work around this? H

[Puppet Users] troubleshooting resource collection

2012-08-29 Thread Frank Van Damme
Hi, I'm new to Puppet. And I'm trying out an ssh module: https://github.com/saz/puppet-ssh. It collects ssh keys like this: class ssh::knownhosts { Sshkey <<| |>> { ensure => present, } notify{"knownhosts class: $fqdn $hostname $ipaddress ":} } I can see it echoes the ho

[Puppet Users] Re: Managing Eclipse with Puppet

2012-08-29 Thread Juha Vainikka
perjantai, 24. elokuuta 2012 0.43.19 UTC+3 Jeff Sussna kirjoitti: > Does anyone know if there's a Puppet module available for managing Eclipse > plugins? I'm also interested in this. Anyone using puppet for setting up eclipse? (with or without plugins) -- You received this message because you

[Puppet Users] Re: minor change in inkling/postgresql – PostgreSQL

2012-08-29 Thread OXS007
I think i figured it out in the Postgresql module edit the params.pp so that it looks like this; case $::osfamily { 'RedHat': { $service_name = 'postgresql-9.1' $client_package_name = 'postgresql91' $server_package_name = 'postgresql91-server'

Re: [Puppet Users] dmz network configuration

2012-08-29 Thread Gabriel Filion
On 12-08-29 01:51 AM, Andrei-Florian Staicu wrote: > I need to install puppet agent on some DMZ hosts, so I need to have > all TCP ports. > Can anyone tell me what the data flow is between agents and the master? > Also, what would be the case when using MCollective, inseatad of puppet kick? If I'm