Re: [Puppet Users] What is the meaning of all these different version commands

2016-05-24 Thread Rob Nelson
all the way through before beginning, as there are sometimes warnings and gotchas you need to be aware of. Rob Nelson rnels...@gmail.com On Mon, May 23, 2016 at 9:10 PM, Jim <ameyaaga...@gmail.com> wrote: > root@jim-Ubuntu1504:/etc/puppetlabs/code/environments# puppet --version >

Re: [Puppet Users] Puppet and SVN

2016-05-23 Thread Rob Nelson
view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/CAJ%2BQ1PVrqBsaznadB9z9wTAS6s%3DdEHMZZpwNAqtCtYES7OMCyg%40mail.gmail.com > . > >> > For more options, visit https://groups.google.com/d/optout. > >> > > >> > -- > >

Re: [Puppet Users] Puppet and SVN

2016-05-22 Thread Rob Nelson
o unsubscribe from this group and all its topics, send an email to > > puppet-users+unsubscr...@googlegroups.com <javascript:;>. > > To view this discussion on the web visit > > > https://groups.google.com/d/msgid/puppet-users/ac7d5df1-1798-e7d2-0215-b05166dc7b71%40

Re: [Puppet Users] puppet server 4: hiera set up?

2016-05-20 Thread Rob Nelson
Doug, You could add --trace to see where it's looking. I would also try tossing something into common, which requires NO facts, to ensure base hiera functionality before moving on to tiers dependent upon fact values. Rob Nelson rnels...@gmail.com On Fri, May 20, 2016 at 3:11 PM, dkoleary

Re: [Puppet Users] Is there a way to publish a module via the Forge API?

2016-05-20 Thread Rob Nelson
I love blacksmith, it's great. It does require the forge password be known to the person running it, however. You can "level up" your deployments to allow others with write access to your repo, but not the forge credentials, in a mature pipeline with Travis CI's automated deployments

Re: [Puppet Users] How to control who can add/update permissions in sudoers

2016-05-19 Thread Rob Nelson
ooglegroups.com > <https://groups.google.com/d/msgid/puppet-users/5198fce0-fb84-42fe-bc8e-b6c2b48141d3%40googlegroups.com?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Rob Nelson rnels...@gmail.com -- You received t

Re: [Puppet Users] puppet 4 environments git feedback?

2016-05-19 Thread Rob Nelson
1:39:30AM -0400, Rob Nelson wrote: > >Doug, > > > >If all your git repositories are local filestores, that's probably a > >pretty reasonable workflow. However, most people use some form of > >dedicated service as their git origins, that reside external to t

Re: [Puppet Users] puppet 4 environments git feedback?

2016-05-19 Thread Rob Nelson
are automatically run by GitHub/GitLab/Jenkins/etc, which could lead to removing the qa level as well. But that's down the road a bit. There is a lot of room for improvement here as you have time to focus on your pipeline. Rob Nelson rnels...@gmail.com On Wed, May 18, 2016 at 9:0

Re: [Puppet Users] Re: How to control who can add/update permissions in sudoers

2016-05-19 Thread Rob Nelson
As I read the recommendations, there are certainly valid reasons to keep some things out of the control repo, but only if you explicitly need to. It's up to you to determine if you need to, or if your code review and gating processes are sufficient. Rob Nelson rnels...@gmail.com On Thu, May 19, 2016

Re: [Puppet Users] Test coverage behaviour changed between 3.x/4.x

2016-05-13 Thread Rob Nelson
I don't believe so. I filed a similar report on how custom facts are treated, #356. Sounds like similar behavior, maybe a similar cause? Rob Nelson rnels...@gmail.com On Fri, May 13, 2016 at 9:40 AM, Matt Dainty <m...@bodgit-n-scarper.com> wrote: > I have an open bug report with

Re: [Puppet Users] puppet enterprise code manager issue

2016-05-12 Thread Rob Nelson
all releases. Otherwise you'll have to wait for > the next Puppet Enterprise release to use code-manager. > > -- > 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 i

Re: [Puppet Users] fixtures from Puppetfile in puppetlabs_spec_helper

2016-05-12 Thread Rob Nelson
://github.com/puppetlabs/r10k/blob/master/doc/updating-your-puppetfile.mkd. I wrote the last one, generate-puppetfile, which can create a very naive .fixtures.yml for you, assuming you want to test against HEAD. If you want to do specific versions, you'll have to do something else. PRs accepted :) Rob

Re: [Puppet Users] Puppet fails to convert plist hash to binary after password changed on OS X agent

2016-05-09 Thread Rob Nelson
please request a hard-copy version. > > Brehm Preparatory School, Inc. | 950 S. Brehm Lane, Carbondale, IL 62901 | > Phone: (618) 457-0371 | www.brehm.org > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsu

Re: [Puppet Users] Upgrading Puppet from 2.7 to 4

2016-05-06 Thread Rob Nelson
x7eXBA=23 There are a ton of other talks about Puppet 4 in the playlist, though maybe not dealing specifically with upgrades. Rob Nelson rnels...@gmail.com -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group

Re: [Puppet Users] PE missing referents for production modules

2016-05-03 Thread Rob Nelson
Doesthe module show up with 'puppet module list'? You may need to add '--environment=production' and/or '--modulepath=/etc/puppetlabs/code/environments/production/modules'. Rob Nelson rnels...@gmail.com On Mon, May 2, 2016 at 4:54 PM, Matthew Pounsett < matthew.pouns...@rightside.co>

Re: [Puppet Users] Way to pass "arguments" into a subclass?

2016-04-28 Thread Rob Nelson
and stop receiving emails from it, send an > email to puppet-users+unsubscr...@googlegroups.com <javascript:;>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/20160428200333.GA7428%40descolada.ucdavis.edu > . > For more options, visi

Re: [Puppet Users] Setting var to undef does not override class or define defaults

2016-04-26 Thread Rob Nelson
Passing undef to a parameter doesn't unset it. It's the same as not passing it. I do not believe there is a standard way to unset a parameter with a default value. You can set it to '', 0, false, or another appropriate "unset" value depending on how it is to be used, though. Rob Ne

Re: [Puppet Users] manage passwords on several systems

2016-04-26 Thread Rob Nelson
the code you're using? Rob Nelson rnels...@gmail.com On Mon, Apr 25, 2016 at 2:36 PM, filip hosten <filip.hos...@gmail.com> wrote: > Hi, > > I'm writing a manifest to distribute the puppet master's shadow passwords > for selected users to the clients. > > If a user wan

Re: [Puppet Users] python on puppet

2016-04-22 Thread Rob Nelson
more interesting than non-approved modules, but you should always review modules to find which is the best fit for you now and in the future. Rob Nelson rnels...@gmail.com On Fri, Apr 22, 2016 at 2:04 PM, <bapi.l...@cloudwick.com> wrote: > Hi all, > > I am trying to manage pytho

Re: [Puppet Users] using multiple EXECs

2016-04-22 Thread Rob Nelson
your last resort. Find another way when possible! Rob Nelson rnels...@gmail.com On Fri, Apr 22, 2016 at 1:24 AM, <bapi.l...@cloudwick.com> wrote: > Hi all, > > I am building this module which has rpm packages in it and execs commands. > What is the best way to build this mo

Re: [Puppet Users] pdxcat-nrpe, hiera data in command

2016-04-21 Thread Rob Nelson
ss to nrpe::command instances parameters of the class, and hiera can do the heavy lifting. That should give you the best of both worlds. Rob Nelson rnels...@gmail.com On Thu, Apr 21, 2016 at 3:28 PM, Ugo Bellavance <u...@lubik.ca> wrote: > > > On Thursday, April 21, 2016 at 3:25:35 PM UTC-

Re: [Puppet Users] pdxcat-nrpe, hiera data in command

2016-04-21 Thread Rob Nelson
Can you link directly to the module you're using, on the forge or on github? -- Rob Nelson rnels...@gmail.com -- 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, sen

Re: [Puppet Users] Hiera Error 400 on SERVER: Could not find data item classes in any Hiera data file and no default supplied

2016-04-19 Thread Rob Nelson
as SO MANY hiera bugs were fixed in 3.7/3.8 and then 4.3/4.4 that it's very likely that any bug you run into is already fixed by moving past 3.6.2. Rob Nelson rnels...@gmail.com On Tue, Apr 19, 2016 at 1:36 PM, Ugo Bellavance <u...@lubik.ca> wrote: > Hi, > > I'm currently testi

Re: [Puppet Users] Patterns for multi-arch libraries...

2016-04-19 Thread Rob Nelson
the intent, this article describes how to prevent non-systemarch packages from getting through: https://access.redhat.com/solutions/158883 Rob Nelson rnels...@gmail.com On Tue, Apr 19, 2016 at 12:06 PM, J.T. Conklin <j...@acorntoolworks.com> wrote: > Rob Nelson <rnels...@gmail

Re: [Puppet Users] Patterns for multi-arch libraries...

2016-04-18 Thread Rob Nelson
; To unsubscribe from this group and stop receiving emails from it, send an > email to puppet-users+unsubscr...@googlegroups.com <javascript:;>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/87oa96o0yu.fsf%40wopr.acorntoolworks

Re: [Puppet Users] Documenting corner cases

2016-04-17 Thread Rob Nelson
umented issue. > > On 13 April 2016 at 01:11, Alex Harvey <alexharv...@gmail.com > <javascript:_e(%7B%7D,'cvml','alexharv...@gmail.com');>> wrote: > >> >> >> On Tuesday, April 12, 2016 at 5:40:03 AM UTC+10, Rob Nelson wrote: >>> >>> Some

Re: [Puppet Users] wdjijerman Zabbix module

2016-04-14 Thread Rob Nelson
::zabbix_api_user and ::zabbix_api_pass, but we haven't gotten that far with our testing yet to say for certain. I'm definitely not sure why it's this seemingly complex, but I hope this helps :) Rob Nelson rnels...@gmail.com On Thu, Apr 14, 2016 at 5:48 PM, Matthew Ceroni <matthewcer...@gmail.com>

Re: [Puppet Users] stdlib

2016-04-14 Thread Rob Nelson
, 2016 at 5:23:39 PM UTC-4, Rob Nelson wrote: >> >> Yes, all modules in an environment would be pluginsynced. >> >> >> Rob Nelson >> rnel...@gmail.com >> >> On Thu, Apr 14, 2016 at 3:48 PM, Ugo Bellavance <ug...@lubik.ca> wrote: >&

Re: [Puppet Users] pe_repo - upgrade agents via puppet agent -t when the master is upgraded. - broken.

2016-04-14 Thread Rob Nelson
ess I'm reading that wrong. > > From a 2015.2.x to 2016 it suggests pe_repo if it's in a puppet enterprise > installation. > > Did I miss something here? > On Thu, Apr 14, 2016 at 15:26 Rob Nelson <rnels...@gmail.com > <javascript:_e(%7B%7D,'cvml','rnels...@gmail.

Re: [Puppet Users] pe_repo - upgrade agents via puppet agent -t when the master is upgraded. - broken.

2016-04-14 Thread Rob Nelson
the 2015->2016 upgrade soon ourselves. Rob Nelson rnels...@gmail.com On Thu, Apr 14, 2016 at 5:11 PM, Brett Swift <brettsw...@gmail.com> wrote: > I'm trying to wrap my head around how you would use puppet to upgrade > agents. Maybe my assumptions on how this 'should' work are wr

Re: [Puppet Users] stdlib

2016-04-14 Thread Rob Nelson
Yes, all modules in an environment would be pluginsynced. Rob Nelson rnels...@gmail.com On Thu, Apr 14, 2016 at 3:48 PM, Ugo Bellavance <u...@lubik.ca> wrote: > Hi, > > Is it normal that when a new client connects to a master, stdlib is > sync'd? Is that part of plug

Re: [Puppet Users] Re: Error while evaluating a Resource Statement

2016-04-14 Thread Rob Nelson
> > >1. It's usually a good idea to restart the master after making changes >to your modules. > > John, not sure I agree with the need to restart, except in some very specific cases. Is there a particular reason you advise for that? Rob Nelson rnels...@gmail.com

[Puppet Users] Documenting corner cases

2016-04-11 Thread Rob Nelson
eyes I can on documentation. Thanks, Rob Nelson -- 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.co

<    1   2   3