[Puppet Users] logoutput=>on_failure doesn't work as expected

2011-02-17 Thread Bryan
I'm using puppet 0.25.1. I've got a simple resource: exec { "/bin/ls $oracle_base/dba/bin/database_backup.ksh": logoutput => on_failure, } and I don't want it to log every time it's successfully run: $ sudo tail -F /var/log/messages | grep puppetd Feb 17 16:36:11 test puppetd[26614]: (//my_

[Puppet Users] Re: logoutput=>on_failure doesn't work as expected

2011-02-18 Thread Bryan
On Feb 18, 8:40 am, jcbollinger wrote: > On Feb 17, 5:33 pm, Bryan wrote: > > > > > > > > > > > I'm using puppet 0.25.1.  I've got a simple resource: > > > exec { "/bin/ls $oracle_base/dba/bin/database_backup.ksh": > >    

[Puppet Users] Re: yumrepo is missing name attribute in repo files using puppet-0.24.8-4.el5

2009-12-04 Thread Bryan
Never mind. Apparently the answer is to use the "descr" option in yumrepo, not the name option. It would be nice if the documentation made any mention of this. http://reductivelabs.com/trac/puppet/wiki/TypeReference#descr On Fri, Dec 4, 2009 at 1:50 PM, Bryan Schneiders wrote: &

[Puppet Users] Re: regular expressions do not work with selectors as shown in documentation

2009-10-07 Thread Bryan
OK. I just noticed I'm not running version 0.25 as is glaringly obvious from the contents of my email. My mistake. Sorry for the post. On Wed, Oct 7, 2009 at 6:18 PM, Bryan Schneiders wrote: > The documentation at: > http://reductivelabs.com/trac/puppet/wiki/LanguageTutorial#c

[Puppet Users] Installing CloudFoundry.org components using Puppet

2012-08-20 Thread Bryan
appears to use Chef - so not sure if its worth the effort to re-implement using Puppet. Thanks, Bryan (*) https://github.com/jamtur01/puppetlabs-cloudfoundry -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussio

[Puppet Users] puppet-dashboard doesn't connect to inventory service

2011-08-24 Thread Bryan Berry
hello, I am using puppet-dashboard 1.1 with puppet 2.7.3 I have followed the instructions in the dashboard manual http://docs.puppetlabs.com/dashboard/manual/1.2/configuring.html http://docs.puppetlabs.com/guides/inventory_service.html I can query the inventory service successfully using curl but

[Puppet Users] Relationship of PE 2.0 to community version?

2011-09-28 Thread Bryan Berry
info you can shed on this subject would be very helpful. Bryan -- 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@googlegroups.com. To unsubscribe from this group, send email to puppet-user

[Puppet Users] yumrepo is missing name attribute in repo files using puppet-0.24.8-4.el5

2009-12-04 Thread Bryan Schneiders
I'm using puppet-0.24.8-4.el5 on CentOS 5.4. My problem is yumrepo isn't writing the "name=" field to the repository files which causes yum to complain with the error: Repository 'local-CentOS-5.4-x86_64' is missing name in configuration, using id I get this behavior on all of my yumrepo definit

[Puppet Users] Re: New Puppet Documentation Site

2010-01-27 Thread Bryan Schneiders
While the new documentation site is "pretty", I agree with the other posts that the font is way too big. I'm using Firefox 3.5.6 in Fedora 12. I find the new documentation site to take much longer to navigate, both between pages and on a page. The load times are fine, the layout is in my opinion

[Puppet Users] Workaround for #3004?

2010-01-28 Thread Bryan Allen
Anyone have a workaround/patch for the Solaris zones ensure => running bug? Cheers. -- bda cyberpunk is dead. long live cyberpunk. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.c

Re: [Puppet Users] Re: Patching Solaris with Puppet?

2010-02-02 Thread Bryan Allen
+-- | On 2010-02-02 08:22:40, Martin Englund wrote: | | We have also used a custom facts to gather info from all systems, and | report back if they are vulnerable to a specific issue or not. I wouldn't mind seeing the fac

Re: [Puppet Users] Automated installation of Puppetmaster and Dashboard

2010-06-17 Thread Bryan Ross
er using passenger. I'm quite new to puppet, so my manifests might not be a great example of best practice, but feel free to take a look... http://github.com/liquidstate/puppet-puppet/ As an aside, I'd welcome critique of my manifests in the style of Wil Shipley's "pimp m

Re: [Puppet Users] Re: Automated installation of Puppetmaster and Dashboard

2010-06-22 Thread Bryan Ross
If that codebase performs as expected, then it gets checked out to production. Im currently using SVN, so this fairly trivial to do - just create a 'cheap copy' of the current repo and tag it with an appropriate name (based on release version / date for me) Hope that helps, Cheers,

[Puppet Users] Re: more trouble/feedback with augeas & puppet

2008-09-08 Thread Bryan Kearney
ether changes were made > or not, so that the plugin can suppress spurious reports. This could be > done in a number of ways: > > 1. Indicated through the return value of individual calls like > aug_set, aug_insert etc. > 2. Through the return value of aug_s

[Puppet Users] Re: more trouble/feedback with augeas & puppet

2008-09-08 Thread Bryan Kearney
David Lutterkort wrote: > On Mon, 2008-09-08 at 10:49 -0400, Bryan Kearney wrote: >> David Lutterkort wrote: >>> Yeah, Augeas should be able to tell the caller whether changes were made >>> or not, so that the plugin can suppress spurious reports. This could be &

[Puppet Users] Delay the evaluation of a template

2008-10-03 Thread Bryan Kearney
I am running puppet from the command line with no puppet master. My recipe brings up the required services, including network, during execution. I have noticed that at initial boot, if I attempt to refernce the ipaddress or fqdn fact in a template that it will error out. I believe this is beca

[Puppet Users] Re: Puppet Augeas Plugin

2008-10-09 Thread Bryan Kearney
Joel Nimety wrote: > resending, not sure the original made it to the mailing list. > > Bryan -- I'm using the puppet augeas plugin at > http://git.et.redhat.com/?p=ace.git;a=blob;f=modules/augeas/plugins/puppet/type/augeas.rb;h=2346c37d724d7607ed4e09b0413700bec2b7cbed;hb=HEAD

[Puppet Users] Re: Puppet Augeas Plugin

2008-10-09 Thread Bryan Kearney
Joel Nimety wrote: > > > Bryan Kearney wrote: >> Joel Nimety wrote: >> >> >> Thank you. I have applied this patch. Please let me know if it works for >> you. >> >> http://git.et.redhat.com/?p=ace.git;a=commit;h=8c4420ba7c732d039ce6a37fd347437

[Puppet Users] Re: Puppet Augeas Plugin

2008-10-09 Thread Bryan Kearney
Bryan Kearney wrote: > Joel Nimety wrote: >> >> >> Bryan Kearney wrote: >>> Joel Nimety wrote: >>> >>> >>> Thank you. I have applied this patch. Please let me know if it works for >>> you. >>> >>> htt

[Puppet Users] Re: Puppet Augeas Plugin

2008-10-16 Thread Bryan Kearney
Marc Fournier wrote: hmmm. looks like a patch from Marc Fournier attempts to address the same thing and I'm not sure both are necessary (and they conflict in some cases). I suppose it depends on what behavior is appropriate. Marc's patch will not perform the onlyif get/ma

[Puppet Users] Re: Puppet Augeas Plugin

2008-10-17 Thread Bryan Kearney
Marc Fournier wrote: >>> The patch I sent indeed focused on the need for this workaround. The >>> behaviour of Joel's patch is definitely better. >> >> So.. to verify... you are good? > > Sorry, I wasn't very clear. Yes Joel's patch works fine for me. Great.. thank you for using it and sending a

[Puppet Users] Have a good workaround for network service on Fedora?

2008-10-17 Thread Bryan Kearney
Has anyone solved status checking for the network service on fedora? Since it always returns success, using 'hastatus => true' does not work. We have some recipes that always cause the network service to restart even when it does not need to. -- bk --~--~-~--~~~--

[Puppet Users] Re: more trouble/feedback with augeas & puppet

2008-10-31 Thread Bryan Kearney
Ben wrote: > Bryan Kearney wrote: >> David Lutterkort wrote: >> >>> On Mon, 2008-09-08 at 10:49 -0400, Bryan Kearney wrote: >>> >>>> David Lutterkort wrote: >>>> >>>>> Yeah, Augeas should be able to tell t

[Puppet Users] Re: Using Augeas

2008-12-16 Thread Bryan Kearney
Thomas Bellman wrote: > I'm reading about Augeas to see what can be done with it, and > with the new 'augeas' resource type in 0.24.7. So far I have > only played using augtool, not the Puppet integration, but I > have a few questions: The type is basically a wrapper around augtool. So.. the ans

[Puppet Users] Re: RPMS of 0.24.7?

2008-12-22 Thread Bryan Kearney
R.I.Pienaar wrote: > Hello, > > - "Todd Zullinger" wrote: > >> windowsrefund wrote: >>> Are they out there somewhere? I don't see anything on EPEL. >> They'll be in epel-testing as soon as the next push is done. >> >> You could grab puppet and ruby-augeas from: >> http://buildsys.fedoraproj

[Puppet Users] Re: augeas error

2009-01-15 Thread Bryan Kearney
windowsrefund wrote: > augeas { "$name": > context => "/files", > changes => "set /etc/exports/foo bar", > require => File["/etc/exports"], > } > > Augeas will validate the structure of what you are setting. Look in /usr/share/augeas/lenses/exp

[Puppet Users] Re: Work in progress: Using augeas to manage /etc/exports

2009-01-16 Thread Bryan Kearney
windowsrefund wrote: > Just a quick update to report that none of the following approaches > result in avoiding duplicate lines from being inserted into /etc/ > exports > > onlyif => "get /files/etc/exports/dir != $name", > > onlyif => "get /files/etc/exports/dir[1] != $name", > > onlyif =>

[Puppet Users] Re: Augeas type proposal; long.

2009-01-19 Thread Bryan Kearney
Robin Lee Powell wrote: > > Just to be clear: I am offering to write what I describe below if it > seems acceptable to others (and if I get the time). > > I love the idea of Augeas, and I love that Puppet has built-in > support for it. However, I'm finding that I'm routinely unable to > do thin

[Puppet Users] Testing help for new Augeas Puppet provider which only executes if required

2009-02-18 Thread Bryan Kearney
I apologize for the cross posting, but I would like to hit up folks to test and comment on a new version of the Augeas Puppet provider. You can get it at [1] which is a few day old version of the Puppet code. Added on top of this is a fix to [2] which states that the provider always executes,

Re: [augeas-devel] Re: [Puppet Users] Testing help for new Augeas Puppet provider which only executes if required

2009-02-19 Thread Bryan Kearney
David Lutterkort wrote: > On Wed, 2009-02-18 at 13:07 -0500, Bryan Kearney wrote: >> The issue is, will any changes made to the file by other types between >> steps 3.3 and 5.1 be lost, and will that cause issues? > > Yes, they will. If you want to avoid that, you

Re: [augeas-devel] Re: [Puppet Users] Testing help for new Augeas Puppet provider which only executes if required

2009-02-20 Thread Bryan Kearney
Ben wrote: > David Lutterkort wrote: >> On Thu, 2009-02-19 at 16:26 -0500, Bryan Kearney wrote: >> >>> so.. the next question this is if we attempt the model of not executing >>> unless changes are made at the initial scan, it is possible that some >>&

Re: [augeas-devel] Re: [Puppet Users] Testing help for new Augeas Puppet provider which only executes if required

2009-02-23 Thread Bryan Kearney
David Lutterkort wrote: > On Fri, 2009-02-20 at 07:53 -0500, Bryan Kearney wrote: >> One question If I have a file with 10 nodes, does augeas re-write >> the whole file, or just scan for the nodes which changed? > > It will write a new file (into a tmp location) and

[Puppet Users] Re: Using Augeas type to update sshd_config's AllowGroups

2009-03-02 Thread Bryan Kearney
Avi Miller wrote: > Hey gang, > > I seem to be having a brain disconnect on how to get the Augeas type to > manage things that have multiple values (i.e. an Augeas tree) via Puppet. > > If I run this in augtool: > > augtool> set /files/etc/ssh/sshd_config/AllowGroups/1000 sshuser > augtool> sa

[Puppet Users] Re: Using Augeas type to update sshd_config's AllowGroups

2009-03-03 Thread Bryan Kearney
Avi Miller wrote: > Hey Bryan, > > Bryan Kearney wrote: >>augeas { "sshd_conf_group_sshuser": >>context => "/files/etc/ssh/sshd_config", >>changes => "set AllowGroups/1 sshuser", >>onlyif =&

[Puppet Users] Re: Using Augeas type to update sshd_config's AllowGroups

2009-03-03 Thread Bryan Kearney
Bryan Kearney wrote: > Avi Miller wrote: >> Hey Bryan, >> >> Bryan Kearney wrote: >>>augeas { "sshd_conf_group_sshuser": >>>context => "/files/etc/ssh/sshd_config", >>>changes => "set

[Puppet Users] Re: Using Augeas type to update sshd_config's AllowGroups

2009-03-04 Thread Bryan Kearney
Avi Miller wrote: > > > David Lutterkort wrote: >> Ouch .. you are right. There's a bug that makes '>' mean'>=' and '>=' >> mean '>'. I'll commit a fix. > > Well, on the plus side, it means I'm not actually going insane. :) > > Quick question: I'm trying to have multiple onlyif matches using

[Puppet Users] Re: Using Augeas type to update sshd_config's AllowGroups

2009-03-04 Thread Bryan Kearney
Avi Miller wrote: > > > David Lutterkort wrote: >> Ouch .. you are right. There's a bug that makes '>' mean'>=' and '>=' >> mean '>'. I'll commit a fix. > > Well, on the plus side, it means I'm not actually going insane. :) > > Quick question: I'm trying to have multiple onlyif matches using

[Puppet Users] Re: Using Augeas type to update sshd_config's AllowGroups

2009-03-04 Thread Bryan Kearney
to retrieve >> current state of resource: Error sending command 'match' with params >> ["/files/etc/pam.d/system-auth/*[module='pam_cracklib.so'][count(argument)>5]"]/Invalid >> >> command: match >> /files/etc/pam.d/system-auth/*[module=

[Puppet Users] Re: Augeas type proposal; long.

2009-03-05 Thread Bryan Kearney
Robin Lee Powell wrote: > > Just to be clear: I am offering to write what I describe below if it > seems acceptable to others (and if I get the time). > > I love the idea of Augeas, and I love that Puppet has built-in > support for it. However, I'm finding that I'm routinely unable to > do thin

[Puppet Users] Re: Augeas not saving changes

2009-03-30 Thread Bryan Kearney
Avi Miller wrote: > Hey gang, > > I'm using the latest Puppet/Augeas RPMs from EPEL testing: > > puppet-0.24.8-1.el5.1 > augeas-0.4.2-1.el5 > augeas-libs-0.4.2-1.el5 > > I have the following in my Puppet manifest: > > augeas { "rpm": > context => "/etc/logrotate.d/rpm", > changes => [

[Puppet Users] Re: puppet + augeas /etc/exports/dir[*] lookup possible?

2009-04-06 Thread Bryan Kearney
agentk wrote: > I'm not sure if I'm kicking tyres again, but first off: I like the > possibilities with puppet + augeas. > > Trying to make a working example with /etc/exports but not sure of how > to proceed. I want to be able to define exports in the following form: > > my_exports_def { > ['

[Puppet Users] Re: puppet + augeas /etc/exports/dir[*] lookup possible?

2009-04-07 Thread Bryan Kearney
Just checking if these came out of order. Is this working or not for you? -- bk Karl Bowden wrote: > On Tue, Apr 7, 2009 at 11:46 AM, Karl Bowden wrote: >> On Mon, Apr 6, 2009 at 11:59 PM, Bryan Kearney wrote: >>> agentk wrote: >>>> I'm not sure if I'

[Puppet Users] Re: Licensing and Copyright

2009-04-07 Thread Bryan Kearney
Luke Kanies wrote: > On Apr 6, 2009, at 4:37 PM, David Lutterkort wrote: > >>> What do you think? >> I am also much in favor of #2. I can see that relicensing as LGPL >> might >> make some sense. > > That seems to be the majority view so far, but there are still plenty > of concerns about th

[Puppet Users] Re: Licensing and Copyright

2009-04-07 Thread Bryan Kearney
Kyle Cordes wrote: > Luke Kanies wrote: >> As is probably obvious, I've scaled back my free online support and my >> attempts at fixing every bug ever, but a certain amount is still > > There is dangerous territory nearby: Paying customers have a higher > expectation of a smooth out-of-box-e

[Puppet Users] Re: Licensing and Copyright

2009-04-07 Thread Bryan Kearney
Jason Slagle wrote: > On Tue, 7 Apr 2009, Bryan Kearney wrote: > >> Kyle Cordes wrote: >>> There is dangerous territory nearby: Paying customers have a higher >>> expectation of a smooth out-of-box-experience, than open source users; >>> to make this hap

[Puppet Users] Re: puppet + augeas /etc/exports/dir[*] lookup possible?

2009-04-08 Thread Bryan Kearney
Karl Bowden wrote: > Ok I've got it sorted now and I'll submit the recipe to the wiki after > somebody here reviews it as I'm only new to puppet. > > After writing tests in ruby with the libaugeas-ruby bindings it turns > out the problem is that the bindings do not like set values to be > quoted.

[Puppet Users] Re: puppet + augeas /etc/exports/dir[*] lookup possible?

2009-04-09 Thread Bryan Kearney
ndex 56e217a..618b672 100644 --- a/puppet/provider/augeas/augeas.rb +++ b/puppet/provider/augeas/augeas.rb @@ -18,6 +18,7 @@ # Author: Bryan Kearney require 'augeas' if Puppet.features.augeas? +require 'strscan' Puppet::Type.type(:augeas).provide(:augeas) do includ

[Puppet Users] Re: dealing with numbered items in Augeas

2009-05-19 Thread Bryan Kearney
Brent Chapman wrote: > On Mon, May 18, 2009 at 10:53 AM, Trevor Vaughan wrote: > >> While this is kind of kludg-y, might you try building the multipart >> file with Puppet itself: >> >> http://reductivelabs.com/trac/puppet/wiki/Recipes/BuildingMultipartFiles >> >> It's useful for building files w

[Puppet Users] Solaris Zones creation problem.

2009-06-01 Thread Bryan Allen
I am probably doing something weird/stupid here, but: http://pastie.org/private/dvqohxaynduishegpjibpg The error I'm getting is: Jun 1 19:05:21 control puppetmasterd[18028]: [ID 702911 daemon.error] Puppet::Parser::AST::Resource failed with error ArgumentError: Duplicate definition: Zfs[zone

[Puppet Users] Re: Solaris Zones creation problem.

2009-06-02 Thread Bryan Allen
+-- | On 2009-06-02 08:30:34, David Schmitt wrote: | | This should read | | > zfs { "zone_${zonename}_tank": | | to be parsed correctly. Yup. In fact, I asked this question on IRC a couple weeks ago and someone respon

[Puppet Users] Re: does puppet+augeas actually work? limits.conf busticated

2009-06-04 Thread Bryan Kearney
Gajillion wrote: > I have the complete augeas install as well as the ruby libs. That's > how I was able to test that the paths and inserts are valid Augeas > commands. The RPMs were pulled from EPEL 4. Just to be clear - it > works fine with just Augeas, but fails under Puppet driven Augeas. >

[Puppet Users] Re: does puppet+augeas actually work? limits.conf busticated

2009-06-04 Thread Bryan Kearney
Gajillion wrote: > So, a quick question then. I ran a very verbose strace on puppet > while it was going through this change. What I see is this. > You need to differentiate the plugin and augeas. Augeas writes a temp file and then copies it to the final location. Now.. the plugin. The first

[Puppet Users] Re: does puppet+augeas actually work? limits.conf busticated

2009-06-05 Thread Bryan Kearney
David Lutterkort wrote: > On Wed, 2009-06-03 at 12:56 -0700, Gajillion wrote: >> All, >> I've tried several lenses and several iterations and have never been >> able to get augeas and puppet to work together. My latest attempt: >> >> augeas {"memlock": >> changes => [ >> "

[Puppet Users] Re: does puppet+augeas actually work? limits.conf busticated

2009-06-07 Thread Bryan Kearney
Gajillion wrote: > Solution! > > I owe everyone a big thanks and big apology. It turns out that rpm -e > ruby doesn't really rpm -e ruby... Pretty much everything in /usr/lib/ > ruby and /usr/lib64/ruby stayed in place when I did that, so when I > upgraded ruby and puppet from 0.24.5 to 0.24.8

[Puppet Users] Re: puppet+augeas modprobe.conf

2009-06-09 Thread Bryan Kearney
lance dillon wrote: > I need to be able to add: > > alias usb-storage off > > to /etc/modprobe.conf > > I have this so far: > > augeas { "usb-storage": > context => "/files/etc/modprobe.conf", > changes => [ "set alias[last()+1] usb-storage", > "set alias[last()]/mod

[Puppet Users] Re: puppet+augeas modprobe.conf

2009-06-09 Thread Bryan Kearney
lance dillon wrote: > On Tue, Jun 9, 2009 at 11:16 AM, Bryan Kearney wrote: > >> lance dillon wrote: >>> I need to be able to add: >>> >>> alias usb-storage off >>> >>> to /etc/modprobe.conf >>> >>> I have th

[Puppet Users] Re: puppet+augeas modprobe.conf

2009-06-09 Thread Bryan Kearney
lance dillon wrote: > On Tue, Jun 9, 2009 at 11:57 AM, Bryan Kearney wrote: > >> lance dillon wrote: >>> On Tue, Jun 9, 2009 at 11:16 AM, Bryan Kearney >> wrote: >>>> lance dillon wrote: >>>>> I need to be able to add: >>>&

[Puppet Users] Re: puppet+augeas modprobe.conf

2009-06-09 Thread Bryan Kearney
Bryan Kearney wrote: >> thanks > > > ok.. I think this is it in augtool: > > match /files/etc/modprobe.conf/*[.="foo"] > > so.. in the plugin you can do > > 'match /files/etc/modprobe.conf/*[.="foo"] size = 0' > mo

[Puppet Users] Re: puppet+augeas modprobe.conf

2009-06-09 Thread Bryan Kearney
lance dillon wrote: > On Tue, Jun 9, 2009 at 1:09 PM, Bryan Kearney wrote: > >> Bryan Kearney wrote: >>>> thanks >>> >>> ok.. I think this is it in augtool: >>> >>> match /files/etc/modprobe.conf/*[.="foo"] >>> >

[Puppet Users] Re: puppet+augeas modprobe.conf

2009-06-10 Thread Bryan Kearney
lance dillon wrote: > O >> >> That doesn't quite work either: > > ### print /files/etc/modprobe.conf > ... > /files/etc/modprobe.conf/alias[5] = "usb-storage" > /files/etc/modprobe.conf/alias[5]/modulename = "off" > augtool> match /files/etc/modprobe.conf/alias[='usb-storage'] > (error matchin

[Puppet Users] Re: Installing applications using puppet

2009-06-25 Thread Bryan Kearney
Neil K wrote: > Hi all, > > I am pretty new to Puppet. My puppet master server is a RHEL 5 box and > puppet client is a CentOS 5.3 vm. I have managed to configure puppet > server to successfully install.and upgrade rpm based packages on the > client machine. Is it possible to install noon-rpm bas

[Puppet Users] Re: Installing applications using puppet

2009-06-25 Thread Bryan Kearney
Bjørn Dyresen wrote: > On Jun 25, 2009, at 10:42 PM, Neil K wrote: > >> Hi all, >> >> I am pretty new to Puppet. My puppet master server is a RHEL 5 box and >> puppet client is a CentOS 5.3 vm. I have managed to configure puppet >> server to successfully install.and upgrade rpm based packages on

[Puppet Users] Adding users to multiple groups

2009-07-23 Thread Bryan Ross
equirement (aren't they always?) ... so, I'm wondering whether I just completely misunderstand the use of the '+>' operator, or if I'm thinking about this the wrong way. Any help gratefully received! Thanks, Bryan Below code snippet also available at http://pastie.org

[Puppet Users] Re: Adding users to multiple groups

2009-07-24 Thread Bryan Ross
' in the right way? If you cant update and add to properties of virtual resources, then I'm struggling to find a use for it? Or, do I need to perhaps need to add a dependency to ensure that I realize() my virtual resource after I've changed its properties? Cheers, Bryan --~--~--

[Puppet Users] Re: File resource type: critical chmod security issue

2009-07-28 Thread Bryan Ross
cases. This seems like a no brainer to me? Cheers, Bryan --~--~-~--~~~---~--~~ 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@googlegroups.com To uns

[Puppet Users] Re: Augeas and grub.conf

2009-08-03 Thread Bryan Kearney
Chad Huneycutt wrote: > +1 for that. I did the same thing last week. I ended up editing the > grub.conf lens. If there is a way to override the 'incl' directives > or point augeas at a specific file and tell it to use a specific lens, > I'd like to hear it as well. You can use the load_path pr

[Puppet Users] Re: Augeas and grub.conf

2009-08-03 Thread Bryan Kearney
Trevor Hemsley wrote: > Having just spent about 2 hours trying to work out how to add a > > password --md5 $1$Qejy8/$.qFUuDeYL.cuSDpN1ZD.S1 > > line to my grub.conf I thought it would be worth sharing how I finally > got it to work. > > augeas {"/boot/grub/grub.conf": >

[Puppet Users] Re: Managing about 30 users?

2009-08-04 Thread Bryan Allen
+-- | On 2009-08-04 07:36:26, Mike Harding wrote: | | I have about 30 dev. and operation users on my machines, is there a | recipe anywhere for doing this? The best practices doc on the wiki is | incomplete and confusing

[Puppet Users] Adding comments to config files with augeas

2009-09-10 Thread Bryan Ross
ntext => "/files/etc/sysctl.conf", changes => [ "set $name $value", "insert '# ${comment}' before $name", ], onlyif => "get $name != $value", } } Anyone have any ideas? TIA, Bryan --~--~-~--~~~-

[Puppet Users] Re: Adding comments to config files with augeas

2009-09-11 Thread Bryan Ross
gt; "/files/etc/sysctl.conf", changes => [ "set $name $value", "insert #comment before $name", "set #comment[last()] '$comment'" ], onlyif => "get $name != $value",

[Puppet Users] regular expressions do not work with selectors as shown in documentation

2009-10-07 Thread Bryan Schneiders
The documentation at: http://reductivelabs.com/trac/puppet/wiki/LanguageTutorial#conditionals says: """ Starting with version 0.25, selectors now support regular expressions: $owner = $operatingsystem ? { /(redhat|debian)/ => "bin", default => undef, } In this last example, if $operat

[Puppet Users] Multiple Service definitions of the same type

2012-01-26 Thread Bryan Beaudreault
et is throwing this error: Puppet::Parser::AST::Resource failed with error ArgumentError: Cannot alias Service[11411] to ["memcached"]; resource ["Service", ["memcached"]] already exists at How can I achieve what I am trying to achieve? Any ideas? Thanks, Bryan -

[Puppet Users] Re: Simply look for changes to /etc

2012-07-29 Thread Bryan Hunt
Presumably SLES ships with it packaged; if not, as an install option. Is that the case? Regards, Bryan Hunt -- 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/pu

Re: [Puppet Users] Schema of dependency tree?

2012-07-29 Thread Bryan Hunt
Is it possible, or are there meta-data, or an external solution, which allow one: To filter the output, in such a way as to only display a subset of the graph, such as Users? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this dis

Re: [Puppet Users] Installing a customized package: use custom repo / overwrite / patch?

2012-08-01 Thread Bryan Hunt
tall the base package before patching?) > Could use a checksum or execute something like sed to modify the file in old school manner. Or more idiomatically, write a puppet plugin. Regards, Bryan Hunt -- You received this message because you are subscribed to the Google Groups "Puppet Users&

[Puppet Users] Re: OperatingSystem fact for Oracle Linux?

2012-10-26 Thread Bryan Tanoue
Linux Server release 6.3 I hope that helps a little bit. I don't use puppet so I just wanted to comment to clear some confusion. Bryan On Friday, October 26, 2012 5:19:25 AM UTC-4, Gavin Williams wrote: > > Morning all > > Not sure on the best place to raise this, so thoug

[Puppet Users] Ignore a failed dependency

2013-10-18 Thread Bryan Traywick
command A is performed before command B without making command B depend on command A. For example: exec { "apt-get update": command => "true" } exec { "real apt-get update": command => "apt-get update", before =>

[Puppet Users] PE-3.1.1 Error on Install

2014-01-06 Thread Bryan Tidd
Getting all the way to the configuring database on a install where I am installing PE master and db on same system. ./utilities: line 735: 12481 Aborted /opt/puppet/bin/puppet apply --no-report --modulepath /opt/puppet/share/puppet/modules -v --exec "class { pe_postgresql: versi

[Puppet Users] Setting up custom common servers using puppet

2014-06-12 Thread bryan . austin
I am in the process of rolling out 20 new servers and all have to have some commonalities. I am shockingly new to puppet and am supposed to have this up and running in 2 weeks. I have the ssh class written and prepped, but my ldap config is wierd and I'm not sure how to use puppet to set it up.

[Puppet Users] Re: Setting up custom common servers using puppet

2014-06-12 Thread bryan . austin
Apparently I had a syntax error in the class. On Thursday, June 12, 2014 9:08:32 AM UTC-4, bryan@tma1.com wrote: > > I am in the process of rolling out 20 new servers and all have to have > some commonalities. I am shockingly new to puppet and am supposed to have > this up and

[Puppet Users] Re: puppetlabs-concat updates to concatfragments.rb causes triggers

2015-11-20 Thread Bryan Jen
Tom, That is definitely a reasonable concern and thanks for finding it! I'll write up a JIRA ticket for this and we'll see if we can get it fixed in a reasonable time frame. Thanks, Bryan Jen On Friday, November 20, 2015 at 9:32:22 AM UTC-7, Tom Limoncelli wrote: > > We rece

[Puppet Users] Re: Announcing Puppet Enterprise 2016.2 + New Modules & Integrations

2016-06-13 Thread Bryan Jen
puppetlabs/ibm_installation_manager) and is in version 0.2.0 and newer. Thanks, Bryan Jen On Monday, June 13, 2016 at 7:33:12 AM UTC-7, Brian Fekete wrote: > > Whats the difference between the old module and the new one? I see nothing > different except that you changed the module name.

[Puppet Users] Re: Announcing Puppet Enterprise 2016.2 + New Modules & Integrations

2016-06-14 Thread Bryan Jen
https://forge.puppet.com/puppetlabs/websphere_application_server). Please feel free to contact me with any feedback! -Bryan On Monday, June 13, 2016 at 3:08:21 PM UTC-7, Brian Fekete wrote: > > Hey Bryan, > > Thanks for your response! I'm excited to see the changes to the module > s

[Puppet Users] Puppet Module Gem Dependency

2016-12-25 Thread bryan . stopp
Cross-posting from Puppet Developers to get a wider audience. Hello All, I'm updating a module that will require a ruby gem (e.g. xml-simple) for one of the custom providers. How does Puppet make sure that the gem is available and installed when the module is installed? Does a *puppet module i

[Puppet Users] Re: Puppet Module Gem Dependency

2017-01-02 Thread bryan . stopp
Thank you, this is the information I was looking for. I was not aware that such was necessary but looks like i'll be adjusting my design accordingly. Much appreciated. -Stopp On Sunday, December 25, 2016 at 11:38:53 AM UTC-6, bryan...@gmail.com wrote: > > Cross-posting from Puppet

[Puppet Users] order by value on fact_contents

2017-08-16 Thread Bryan Keech
Reading the docs for puppetdb, I believe I should be able to order by value when using the fact_contents endpoint. However, every attempt I get a error saying its an unrecognized field. Any examples on how to do this? -- You received this message because you are subscribed to the Google Grou

[Puppet Users] Is there a web interface for monitoring and managing puppet?

2015-02-06 Thread Bryan Arenal
Hi, I'm a compete puppet n00b but I was wondering if there's a web interface for monitoring and managing puppet. I manage a bunch of boxes but need to hand over the monitoring responsibility to a different group who, shall we say, aren't the most savvy on the command line. Sorry if this is a

[Puppet Users] Newbie questions -- do you use PuppetDB and Facter with Foreman?

2015-02-10 Thread Bryan Arenal
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

[Puppet Users] Enterprise Linux puppet-server-3.7.4-1.el7.noarch doesn't include the init script

2015-02-10 Thread Bryan Arenal
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

Re: [Puppet Users] Enterprise Linux puppet-server-3.7.4-1.el7.noarch doesn't include the init script

2015-02-10 Thread Bryan Arenal
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

[Puppet Users] [announce] puppetlabs-concat 2.0.x release deletion

2015-06-11 Thread Bryan Jen
will be deleted from the forge. They will still be available for download but will not be installable using the PMT. We are still hoping to rework puppetlabs-concat to use a native type, however we don’t have a firm timeline for when that work will happen. -- Bryan Jen *bryan@puppetlabs.com

[Puppet Users] Re: [announce] puppetlabs-concat 2.0.x release deletion

2015-06-12 Thread Bryan Jen
.x or contribute to 2.x, there is a development branch named "2.0.x" to contribute to. On Thursday, June 11, 2015 at 3:02:06 PM UTC-7, Bryan Jen wrote: > > If you aren’t using puppetlabs-concat or are still using the > puppetlabs-concat module with version 1.x you don’t need to cont

[Puppet Users] Announcing PDK v1.1.0

2017-09-14 Thread Bryan Jen
/1.0/release_notes.html To try this new version, download it from https://puppet.com/download-puppet-development-kit Thanks! Bryan Jen -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emai

[Puppet Users] Announce: PDK 1.2.1 is now available!

2017-10-27 Thread Bryan Jen
est/release_notes.html> To try this new version, download it from https://puppet.com/download-pu ppet-development-kit Thanks! Bryan Jen -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop recei

[Puppet Users] [Announce] Release of PDK v1.3.0

2017-12-18 Thread Bryan Jen
-development-kit. Thanks! Bryan Jen -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this discussion o

[Puppet Users] [Announce] Release of PDK v1.3.2

2018-01-17 Thread Bryan Jen
.sync.yml. For the full CHANGELOG, please visit https://puppet.com/docs/pdk/1. 3/release_notes.html. To try this new version, use yum or apt on the Linux command line or download it for Windows, OS X, and Linux platforms at https://puppet.com/download-puppet-development-kit. Thanks! Bryan Jen

[Puppet Users] [Announce] Release of PDK v1.4.1

2018-02-27 Thread Bryan Jen
stall.html#install-pdk-on-linux Thanks! Bryan Jen -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this d

[Puppet Users] [Announce] Release of PDK v1.4.1.2

2018-03-21 Thread Bryan Jen
Hello Everyone! Today we’re happy to announce the latest release of PDK, version 1.4.1.2. This release contains important security updates to curl and Nokogiri. For the full CHANGELOG, please visit: https://puppet.com/docs/pdk/ latest/release_notes.html. To try this new version, use yum or ap

[Puppet Users] [Announce] Release of PDK v1.5.0

2018-05-01 Thread Bryan Jen
users, you can also install PDK via the Puppet linux repos! For more information, please visit: https://puppet.com/docs/pdk /1.x/pdk_install.html#install-pdk-on-linux Thanks! Bryan Jen -- You received this message because you are subscribed to the Google Groups "Puppet Users"

[Puppet Users] [Announce] Release of PDK v1.6.0

2018-06-21 Thread Bryan Jen
, please visit: https://puppet.com/docs/pdk /1.x/pdk_install.html#install-pdk-on-linux Thanks! Bryan Jen -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email

  1   2   >