Re: [Puppet Users] Puppet Data Project Beta

2022-05-06 Thread Rob Nelson
Lisa, it looks like the form isn't made public yet On Wed, May 4, 2022 at 7:35 AM wrote: > [image: Google Forms] > Having trouble viewing or submitting this form? > Fill out in Google Forms >

[Puppet Users] Re: Roles and profiles dissent

2019-08-03 Thread Rob Nelson
> Good points and a nice example. In the case of my basic module I'm currently > using a separate create_resources line for each class parameter. Is there a > way to iterate over all class parameters using each() so I can use a single > nested loop to create everything? You can - add an extra

Re: [Puppet Users] Re: Roles and profiles dissent

2019-08-02 Thread Rob Nelson
the subject matter experts focus on the component modules that require their expertise. As far as tests go, check out puppet-retrospec. It’s a gem that will create (naive) rspec-puppet tests for existing code. It’s a good way to get started and illustrate how it works with the least amount of pain.

[Puppet Users] Re: Roles and profiles dissent

2019-08-01 Thread Rob Nelson
I agree with everything Luke said, but would also like to point out 2 other techniques that are useful: 1) create_resources() is a bit of a kludge left over from puppet 3. Starting in puppet 4 (and 3’s future parser), iteration was added. Instead of create_resources($some_hash), you would say $

Re: [Puppet Users] Puppet Module Best Practice (Roles/Profiles)

2019-07-18 Thread Rob Nelson
ogle.com/d/optout. >> >> -- > 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 vie

Re: [Puppet Users] Re: Pastebin like service for sharing Profiles?

2019-07-15 Thread Rob Nelson
"base" profiles into a component module. I do think it might be more helpful as a reference project than as a module people include in their Puppetfile (there are bound to be conflicts and disagreements with any opinionated codebase that limits their usefulness), BUT that is still a worthwh

Re: [Puppet Users] class invocation conflicts

2019-05-21 Thread Rob Nelson
> >> > > -- > > Peter L. Berghold salty.cowd...@gmail.com > > http://devops.berghold.net > > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe

[Puppet Users] New Deferred type and agent data lookups in Puppet 6

2018-08-31 Thread Rob Nelson
This sounds great. My only concern is that I don’t see tests mentioned in the example. Will rspec-puppet be updated at the same time so that we can test deferred functions out of the gate? If so, I’d love to see what that looks like, in case we have any comments on that. Mocking some things like

Re: [Puppet Users] removing resource on windows?

2018-05-21 Thread Rob Nelson
Rubber Ducky as a Service :) Rob Nelson rnels...@gmail.com On Mon, May 21, 2018 at 3:28 PM, Jason McMahan wrote: > Imagine that, it was a pebcak error > > Sigh, i apologize for not seeing my mistake prior to posting. > > Thank you Rob > > On Monday, May 21, 2018 at

Re: [Puppet Users] removing resource on windows?

2018-05-21 Thread Rob Nelson
Can you show the actual code you're using in your manifest? That example is good for the CLI but is not valid puppet DSL. Rob Nelson rnels...@gmail.com On Mon, May 21, 2018 at 2:07 PM, Jason McMahan wrote: > Good day, > I am a bit confused. > I can go to the command line

Re: [Puppet Users] Re: How to check if module in use.

2018-03-13 Thread Rob Nelson
users/8be5c635-13f2-4a06-ba63-f4cdc8c231b2%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Rob Nelson -- You received this message because you are subscribed to the Google Groups "Puppet Users" g

Re: [Puppet Users] Rspec-puppet: left match operand must result in a string

2018-02-01 Thread Rob Nelson
} >> end >> end >> > > > > -- > 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.c

Re: [Puppet Users] How to find version of an application on nodes

2018-01-29 Thread Rob Nelson
fault and you will need to enable it afterward. Rob Nelson rnels...@gmail.com On Mon, Jan 29, 2018 at 9:22 AM, Brandon Blackmoor wrote: > We are using Puppet Enterprise, and it looks like the Packages screen may > be just what I need. > > Unfortunately, it does not appear to be av

Re: [Puppet Users] Re: Performance issue with puppetserver

2017-12-13 Thread Rob Nelson
t I do not think that is a problem here. https://github.com/jordansissel/fpm Rob Nelson rnels...@gmail.com On Wed, Dec 13, 2017 at 11:57 AM, jcbollinger wrote: > > > On Tuesday, December 12, 2017 at 11:17:20 AM UTC-6, n.be...@gaijin.ru > wrote: >> >> >> We have a

Re: [Puppet Users] How install/upgrade puppet with puppet

2017-12-06 Thread Rob Nelson
you to update some or all of your agents to new versions. It was designed to assist with Puppet 3->4 migrations, which was fairly complicated, but it also works for upgrading from 4->5 or within the same major version. Rob Nelson rnels...@gmail.com On Wed, Dec 6, 2017 at 11:26 AM, Alber

Re: [Puppet Users] loadjson reads from the master

2017-12-05 Thread Rob Nelson
I'm confused, because I created this on my client only: > /opt/puppetlabs/facter/facts.d/boo.json: > { "boo": "boo222" } > > And added this to me module: >notify { "boo is ${boo}": } > > And received: > Notice: boo is boo222 > > Doesn't that demonstrate that files in facts.d/boo.json are loade

Re: [Puppet Users] loadjson reads from the master

2017-12-05 Thread Rob Nelson
of key/values it returns can be used during catalog compilation. That seems like the perfect fit for your use case, except ENCs need to return yaml, not json. Rob Nelson rnels...@gmail.com On Tue, Dec 5, 2017 at 5:13 AM, buoyant_puppy wrote: > > > On Friday, December 1, 2017 at 5:59:

Re: [Puppet Users] Puppet agent on vmware ESXi

2017-11-09 Thread Rob Nelson
om this group and stop receiving emails from it, send an > email to puppet-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/00a3b837-a133-b122-02f3-edeb5a4dd4fb%40um.es > . > For more options, visit https://g

Re: [Puppet Users] Re: Best way to change settings on an individual node

2017-11-02 Thread Rob Nelson
ussion on the web visit > https://groups.google.com/d/msgid/puppet-users/2f5ccbd2-fccd-4fea-b8d2-c2f2cd93d03c%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/2f5ccbd2-fccd-4fea-b8d2-c2f2cd93d03c%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For

Re: [Puppet Users] Re: Is ensure_resource() evil?

2017-10-18 Thread Rob Nelson
n the web visit > https://groups.google.com/d/msgid/puppet-users/e7ecdc15-49bc-b6a6-ed64-795c71cca811%40arcaik.net > . > For more options, visit https://groups.google.com/d/optout. > -- Rob Nelson -- You received this message because you are subscribed to the Google Groups "Puppet Users&qu

Re: [Puppet Users] Is hiera broken in FOSS Puppet 3.7.2?

2017-09-26 Thread Rob Nelson
If it helps, I use Puppet 4 and RHEL6 all the time! Rob Nelson rnels...@gmail.com On Tue, Sep 26, 2017 at 3:32 PM, Peter Berghold wrote: > I was afraid that would be an answer I got... :-) > > There are plans to move to Puppet 4 where I know all this works but given > I have to

Re: [Puppet Users] Is hiera broken in FOSS Puppet 3.7.2?

2017-09-26 Thread Rob Nelson
ving emails from it, send an > email to puppet-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/CAArvnv2ssHekfEX9Asi4eEriQqJ0ohgbyg%3DGSvM%2B0L_eGU2RUw%40mail.gmail.com > <https://groups.google.com/d/msgid/puppet

Re: [Puppet Users] Re: puppet SSHD port based on hostname

2017-08-25 Thread Rob Nelson
up. > To unsubscribe from this group and stop receiving emails from it, send an > email to puppet-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/d9316efe-3f09-4401-81ef-4022bbe85a7a%40googlegroups.com > <h

Re: [Puppet Users] yumrepo still not working ?

2017-08-25 Thread Rob Nelson
n the web visit > https://groups.google.com/d/msgid/puppet-users/65CB405A-C426-4823-88BE-F71A8B3CB779%40orange.fr > <https://groups.google.com/d/msgid/puppet-users/65CB405A-C426-4823-88BE-F71A8B3CB779%40orange.fr?utm_medium=email&utm_source=footer> > . > For more options, vis

Re: [Puppet Users] puppet in the dmz?

2017-08-23 Thread Rob Nelson
irewall policy to minimize risk. Most places I've been at would accept the risk of agents talking to the master only (scenario B); a few would prefer an additional DMZ master and accept the overhead (scenario A); only one would take scenario C and it's no coincidence that I quit that comp

Re: [Puppet Users] Re: Browse PuppetDB resources

2017-07-27 Thread Rob Nelson
There's also the module zack/exports that adds a puppet face to browse exported resources without interacting with postgresql directly. https://forge.puppet.com/zack/exports Rob Nelson rnels...@gmail.com On Thu, Jul 27, 2017 at 5:53 AM, Jonathan Gazeley < jonathan.gaze...@bristol.ac.u

Re: [Puppet Users] How to randomize the order of server names

2017-07-24 Thread Rob Nelson
I did just notice this line, which should remove the .shuffle so it's consistent on every run: server_list = @_ldap_servers.shuffle Rob Nelson rnels...@gmail.com On Mon, Jul 24, 2017 at 7:45 AM, Martijn wrote: > I think that's perfect for the OP's use case. And if

Re: [Puppet Users] How to randomize the order of server names

2017-07-23 Thread Rob Nelson
is discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/cfe4921b-d777-4b9e-8b6a-473f7c1904a5%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/cfe4921b-d777-4b9e-8b6a-473f7c1904a5%40googlegroups.com?utm_medium=email&utm_source=footer> > . > Fo

Re: [Puppet Users] stdlib module invalid

2017-07-20 Thread Rob Nelson
https://groups.google.com/d/msgid/puppet-users/b68d7e0b-a900-411d-8877-f5cc28d594a7%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/b68d7e0b-a900-411d-8877-f5cc28d594a7%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit htt

Re: [Puppet Users] Puppet works on 41 times out of 43. Help?

2017-06-22 Thread Rob Nelson
uot;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 on the web visit > https://groups.google.com/d/msgid/puppet-users/CAKqjJm-vLb-%3D%2BGo4%2BbwNM13JOVipDf0ns

Re: [Puppet Users] Puppet works on 41 times out of 43. Help?

2017-06-21 Thread Rob Nelson
stop receiving emails from it, send an > email to puppet-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/9aeb318b-a3be-492d-bc2e-ed7673b32c3e%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-us

Re: [Puppet Users] Location of config files in roles/profiles pattern

2017-06-17 Thread Rob Nelson
m. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/87a856sbhk.fsf%40wopr.acorntoolworks.com > . > For more options, visit https://groups.google.com/d/optout. > -- Rob Nelson -- You received this message because you are subscribed to the Google Gr

Re: [Puppet Users] same hiera data across multiple profiles

2017-06-14 Thread Rob Nelson
apache` and set `apache::somesslparam: value1` and `postfix::differentsslparamname: value2` and not have to embed that in your profile classes. Rob Nelson rnels...@gmail.com On Wed, Jun 14, 2017 at 11:05 AM, Christopher Wood < christopher_w...@pobox.com> wrote: > I've been pondering

Re: [Puppet Users] mail notification when module is succesful the first time

2017-06-06 Thread Rob Nelson
c4f-3aa6-4605-8120-02385fe3bdde%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Rob Nelson -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsu

Re: [Puppet Users] stop service after install

2017-05-14 Thread Rob Nelson
It might be worth pointing out that puppetlabs/apache is a component module that helps address some of these common issues, and using it instead of writing your own apache module is probably worth considering in this case. Rob Nelson rnels...@gmail.com On Sun, May 14, 2017 at 3:07 PM, Ramin K

Re: [Puppet Users] Automation of OS install

2017-05-06 Thread Rob Nelson
mp;utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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,

Re: [Puppet Users] Upgrading to Puppet 4 - what about the modules

2017-05-03 Thread Rob Nelson
on the web visit > https://groups.google.com/d/msgid/puppet-users/fc974974-b393-46d9-a5f2-4670ccd7d686%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/fc974974-b393-46d9-a5f2-4670ccd7d686%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For mo

Re: [Puppet Users] if / case loop syntax help

2017-05-03 Thread Rob Nelson
I think some characters got gobbled during pasting or by Google Groups; it looks like the parameter block to your type is missing the start/finish. But that's syntax, I'm sure you've got it right or can fix any typos yourself. The suggestion I have is about a common anti-pattern: Don't Repeat Y

Re: [Puppet Users] Puppet facter utf-8 error

2017-05-03 Thread Rob Nelson
Is there a chance the encoding on the file containing the custom fact itself is not UTF8? It won't matter if the output is UTF-8 if Puppet can't parse it to apply the code inside it. `file ` usually starts with `ASCII` or `UTF-8 Unicode` if it's in the proper format. R

Re: [Puppet Users] if / case loop syntax help

2017-05-01 Thread Rob Nelson
gt; --SamirG > > -- > 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

Re: [Puppet Users] Re: How to dynamically change sudoers

2017-04-26 Thread Rob Nelson
is, we use the same controls on data as code because they have similar potentials for impacts in production. You may want to revisit your controls, even if it's just to acknowledge the risk. > -- Rob Nelson -- You received this message because you are subscribed to the Google Groups &quo

Re: [Puppet Users] How to dynamically change sudoers

2017-04-23 Thread Rob Nelson
ippet is added to the target system. All nodes receive the sysadmin snippet, anything with the `infrastructure` role receives both the sysadmin and the infrastructure snippet. That is all you need to get started with saz/sudo, but I'm sure there's other functionality if you need it. R

Re: [Puppet Users] How to dynamically change sudoers

2017-04-21 Thread Rob Nelson
icely. Rob Nelson rnels...@gmail.com On Fri, Apr 21, 2017 at 12:10 PM, James Perry wrote: > I'm at an impasse. > > Due to changing requirements we have different local service accounts > being added 'ad hoc' to various servers. Each needs their own set of > sudoers line

Re: [Puppet Users] hiera hierarchy by network

2017-04-13 Thread Rob Nelson
d to deal with some wacky new network that isn't correlated to a datacenter until I touch some code again. Something like that might be helpful even if you can get the structured fact right, as the provisioning process is often a better spot to insert such values. Rob Nelson rnels...@gmail.

Re: [Puppet Users] How to set noop = true in manifest for custom function?

2017-04-01 Thread Rob Nelson
ction has no return value. > > Thanks, > Stacey > > -- > 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+uns

Re: [Puppet Users] facters or Custom Facts

2017-03-30 Thread Rob Nelson
Warron, Hiera is a lot easier than it seems! If you join the puppet slack ( https://slack.puppet.com), I'm sure we could help you get it set up quickly and properly. It will probably solve a dozen other problems you didn't even know you had, too :) Rob Nelson rnels...@gmail.com On T

Re: [Puppet Users] facters or Custom Facts

2017-03-30 Thread Rob Nelson
the complexity with hiera. Rob Nelson rnels...@gmail.com On Thu, Mar 30, 2017 at 7:43 AM, warron.french wrote: > I need to develop a conditional that will allow me to deploy audit.rules, > auditd.conf, and *IF (and only if) the machine is a Server* audispatch > configurations. > >

Re: [Puppet Users] Puppet Agent starting too soon

2017-03-29 Thread Rob Nelson
I'm guessing those race conditions are related to not replacing it with something else. Seems they're "magic" components to not requiring reliance on network-online.target. Hooray :/ Rob Nelson rnels...@gmail.com On Wed, Mar 29, 2017 at 9:24 AM, Trevor Vaughan wrote:

Re: [Puppet Users] Puppet Agent starting too soon

2017-03-28 Thread Rob Nelson
me successes if Laverne has rebooted it a few dozen times. Rob Nelson rnels...@gmail.com On Tue, Mar 28, 2017 at 9:08 AM, Trevor Vaughan wrote: > Disabling NetworkManager hasn't caused any issues for me so far. That > said, EL7.3 might break that, so Fedora may already be broken. >

Re: [Puppet Users] Puppet Agent starting too soon

2017-03-28 Thread Rob Nelson
as I haven't seen this issue on any of my nodes, including the low-RAM ones. Rob Nelson rnels...@gmail.com On Mon, Mar 27, 2017 at 11:33 PM, Laverne Schrock wrote: > I have a box on which puppet-agent does not start correctly on reboot. > Well, to be more precise, the puppet-agent s

Re: [Puppet Users] Custom Facts using awk

2017-03-22 Thread Rob Nelson
top receiving emails from it, send an > > email to puppet-users+unsubscr...@googlegroups.com. > > To view this discussion on the web visit > > > https://groups.google.com/d/msgid/puppet-users/CAJdJdQmZXQAd%2Bo%2Bnp-NHqxGHnXubf%2Bac-dP5FPoy4QYMEVuBuA%40mail.gmail.com > . >

Re: [Puppet Users] hiera level explosion

2017-03-20 Thread Rob Nelson
ngs are configured and where they should be configured, and of course it affects troubleshooting times as well. I believe that answers some of your questions and obviates the need for answers to others. Rob Nelson rnels...@gmail.com On Mon, Mar 20, 2017 at 11:03 AM, Darragh Bailey wrote: >

Re: [Puppet Users] Trigger options minutes_interval and minutes_duration don't work in PE version 2016.1.1

2017-03-10 Thread Rob Nelson
puppet-agent from 2016.1.1 as well, or is it possible they are running 4.0? Rob Nelson rnels...@gmail.com On Thu, Mar 9, 2017 at 11:49 PM, Karthik Durairajan < karthik.duraira...@gmail.com> wrote: > Hi Dan, > > No, looks like it strips all the formatting and underscores, weird!

Re: [Puppet Users] Manage delivery and execution of RPMs not in YUM

2017-03-02 Thread Rob Nelson
de as your internal yum repo if you'd rather start there instead of spacewalk or artifactory and the like. On Thu, Mar 2, 2017 at 6:33 PM Rob Nelson wrote: > For clarity, because I had to reread this twice to get the context: > VERSION CONTROL repositories should never contain binary obje

Re: [Puppet Users] Manage delivery and execution of RPMs not in YUM

2017-03-02 Thread Rob Nelson
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 > > <mailto:puppet-users+unsubscr...@googlegroups.com&

Re: [Puppet Users] build version tag?

2017-03-02 Thread Rob Nelson
it and an example of using the git hash instead of epoch time. Rob Nelson rnels...@gmail.com On Wed, Mar 1, 2017 at 11:45 AM, Jason McMahan wrote: > I am sorry i do not quite catch your meaning Rob. > Could you please explain? > > Thank you > > On Tuesday, February 28, 2017 at

Re: [Puppet Users] Puppet Master and Custom Facts

2017-03-01 Thread Rob Nelson
> complete and send the report? How do I accomplish that? > > Are you saying an empty class would do? > > -- > Warron French > > > On Tue, Feb 28, 2017 at 10:30 PM, Rob Nelson wrote: > > If you deploy the custom fact, the agent would need to pe

Re: [Puppet Users] Puppet Master and Custom Facts

2017-02-28 Thread Rob Nelson
-TSGow%40mail.gmail.com > <https://groups.google.com/d/msgid/puppet-users/CAJdJdQ%3DwmGU_uUs9cfpq0SwjCtahdxXDN-pW%3DXoKEyiJ-TSGow%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Rob Nelson -- You

Re: [Puppet Users] build version tag?

2017-02-28 Thread Rob Nelson
hash). -- 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.com. To view this discussion on the w

Re: [Puppet Users] Puppet server is slow and needs tuning

2017-02-20 Thread Rob Nelson
googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/b0fb70eb-3224-4099-b53d-e1c370e2a0f9%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/b0fb70eb-3224-4099-b53d-e1c370e2a0f9%40googlegroups.com?utm_medium

Re: [Puppet Users] Re: ensure_resource should be the default behaviour

2017-02-16 Thread Rob Nelson
; email to puppet-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/943c7176-af10-4436-bec3-949cbdd0e48e%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/943c7176-af10-4436-bec3-949cbdd0e48e%40go

Re: [Puppet Users] suppressing undefined variable warnings in PE2016.1

2017-02-15 Thread Rob Nelson
f-6e74-4974-9505-88d446c682f9%40googlegroups.com?utm_medium=email&utm_source=footer>. > > > For more options, visit https://groups.google.com/d/optout. > > > -- > > Visit my Blog "Puppet on the Edge" > http://puppet-on-the-edge.blogspot.se/ > > -- > Y

Re: [Puppet Users] Re: No nodes reported in Dashboard 2.0.0

2017-02-13 Thread Rob Nelson
There's also puppetboard. See https://github.com/voxpupuli/puppetboard and https://github.com/voxpupuli/puppet-puppetboard Rob Nelson rnels...@gmail.com On Mon, Feb 13, 2017 at 2:03 PM, Dimitri Yioulos wrote: > Thanks, Michael. Sorry it's fallen by the wayside. I've now i

Re: [Puppet Users] Re: User Management from LDAP / freeipa

2017-02-07 Thread Rob Nelson
em on machines. Those are likely better approaches to investigate in the long term. Rob Nelson rnels...@gmail.com On Tue, Feb 7, 2017 at 11:17 AM, Dan White wrote: > I am not trying to manage users. > I am trying to INTELLIGENTLY push out things like dot-files, but Puppet > cannot "s

Re: [Puppet Users] Upgrade path for 2015.2.2

2017-02-01 Thread Rob Nelson
er way, support can provide more specific guidance. Rob Nelson rnels...@gmail.com On Wed, Feb 1, 2017 at 9:33 PM, warron.french wrote: > Hey Rob! Thanks for the reply. Yes, I am running a monolithic > installation. > > So, you believe I can just install 2015.3.3 over the existi

Re: [Puppet Users] Escape codes in collection types

2017-02-01 Thread Rob Nelson
-8028-003227488d73%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/dd919198-940a-41b7-8028-003227488d73%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Rob Nelson -- You

Re: [Puppet Users] Upgrade path for 2015.2.2

2017-01-31 Thread Rob Nelson
his discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/CAJdJdQkLSUMNYBu2LbW7CLu903YXKPh6ggao5yJH6ehOoaE83g%40mail.gmail.com > <https://groups.google.com/d/msgid/puppet-users/CAJdJdQkLSUMNYBu2LbW7CLu903YXKPh6ggao5yJH6ehOoaE83g%40mail.gmail.com?utm_medium=email&utm_source=footer

Re: [Puppet Users] Bitbucket Server (Stash) + pe_code_manager_webhook

2017-01-28 Thread Rob Nelson
eb visit > https://groups.google.com/d/msgid/puppet-users/57996d45-80ff-4563-8327-08630377aae7%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/57996d45-80ff-4563-8327-08630377aae7%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options,

[Puppet Users] Re: how do you name and group your data in hiera?

2017-01-27 Thread Rob Nelson
I apparently use a different sudo module than you do (saz/sudo), but have the same concerns. We have a general sudoers setup that gets applied to all nodes and additional config for certain roles. We manage this in the base profile class using iteration (note: I don't think I guard against `$su

Re: [Puppet Users] Puppetlabs apache module: setting the value for @expires_default in apache::mod::expires

2017-01-18 Thread Rob Nelson
want to set that to `false` or an array that does not contain `expires`. That is just from a simple reading of the description and the code, not from experience using it, though. Rob Nelson rnels...@gmail.com On Wed, Jan 18, 2017 at 12:13 PM, Flannon Jackson wrote: > I'm running puppet

Re: [Puppet Users] Re: Puppet Community Roles and Profiles

2017-01-14 Thread Rob Nelson
te: > > Hello All, > > Does Puppet Community support Roles and Profiles? The Puppet Community > does section does not appear to have documentation on them, just looking > for confirmation. > > Thanks > > > > > > > > > > -- > > > You received thi

Re: [Puppet Users] Re: writing custom fact -> return value not as expected

2017-01-13 Thread Rob Nelson
There's also `last reboot -1`, add your favorite timestamp format with -T :) Rob Nelson rnels...@gmail.com On Fri, Jan 13, 2017 at 6:27 AM, Thomas Müller wrote: > > > Am Dienstag, 10. Januar 2017 17:44:23 UTC+1 schrieb Denny: >> >> Hi there, >> >> pro

Re: [Puppet Users] Puppet Language Style Guide update

2017-01-12 Thread Rob Nelson
Jean, thank you for the hard work taking point on this much needed revision! Looking forward to making good use of this with puppet-lint. Rob Nelson rnels...@gmail.com On Thu, Jan 12, 2017 at 1:50 PM, Jean Bond wrote: > Hello! > > We've been hard at work on a Puppet 4 update

Re: [Puppet Users] Re: writing custom fact -> return value not as expected

2017-01-10 Thread Rob Nelson
Thanks for the correction. Definitely way off base on that, my apologies for the erroneous claims! Rob Nelson rnels...@gmail.com On Tue, Jan 10, 2017 at 4:46 PM, Stefan Schulte wrote: > Hey Rob, > > variable interpolation in strings in ruby is actually done with > #{some_

[Puppet Users] Re: writing custom fact -> return value not as expected

2017-01-10 Thread Rob Nelson
At a guess, dollar signs inside double quotes interpolate, so it's extremely possible that somewhere earlier in the ruby run, $3 matched "Jan" somewhere and that was reused in your awk command. In the latter usage there's probably no $6 (that's a lot of matches!) or it amazingly has the value '

Re: [Puppet Users] Could not find resource, but it's there.

2017-01-10 Thread Rob Nelson
The auto-require would succeed, but the additional require could still fail to find the resource, which fails catalog compilation entirely. On Tuesday, January 10, 2017 at 12:47:09 AM UTC-5, Thomas Müller wrote: > > Wouldnt it work anyways (if manifest order or not) because the file > typeauto-r

Re: [Puppet Users] Hiera behaviour in PE 2016.5

2017-01-10 Thread Rob Nelson
ive you that 'did not find a value' result. You could also try rewriting your query as `lookup('network::if::static', Hash, unique, {default => true})` (or whatever you want your default hash to look like) to clarify that the hash format isn't causing any issues or c

Re: [Puppet Users] Over-engineering rant

2017-01-10 Thread Rob Nelson
I would argue that it's when you break steps 1-3 down into implementation details that it becomes confusing for many. If you've done it before, it's trivial; if it's your first time, it can be hairy. Rob Nelson rnels...@gmail.com On Tue, Jan 10, 2017 at 9:16 AM, T

Re: [Puppet Users] Over-engineering rant

2017-01-09 Thread Rob Nelson
of the original CA which it > can use to validate the connection. > -- 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+u

Re: [Puppet Users] 2016.4.2 puppet enterprise

2017-01-09 Thread Rob Nelson
Live Management was deprecated back in PE3.8 and I don't believe it has returned. PE3 support expired on 1/1/2017. I would hope it's not on the test because of that, even if it's still in some study guides. Rob Nelson rnels...@gmail.com On Mon, Jan 9, 2017 at 10:34 AM, Ryan Van

Re: [Puppet Users] Over-engineering rant

2017-01-08 Thread Rob Nelson
There are a lot of very valid issues and concerns you bring up here. I do want to start by saying, however, that puppet 4 is more than 6 months old - about 20 months to be precise - and most of the significant language changes were introduced somewhat earlier in the future parser in puppet 3. These

Re: [Puppet Users] making manifest puppet 4 aware

2017-01-05 Thread Rob Nelson
With puppet4 showing up in vendor repos, is it safe to assume those versions will not have an aio_agent_version fact? Rob Nelson rnels...@gmail.com On Thu, Jan 5, 2017 at 1:37 PM, Gabriel Schuyler wrote: > Hey Vince, the $::aio_agent_version fact only exists on Puppet 4. So, > I'

Re: [Puppet Users] making manifest puppet 4 aware

2017-01-05 Thread Rob Nelson
I see that fact populated across the board on my PE nodes [image: Inline image 1] Running PE 2016.4.2 on the master but in the process of upgrading all the nodes now. Rob Nelson rnels...@gmail.com On Thu, Jan 5, 2017 at 12:10 PM, Vince Skahan wrote: > On Thursday, January 5, 2017 at 3:49

Re: [Puppet Users] Issue using NFS directories as environments in Puppet 4

2017-01-03 Thread Rob Nelson
use 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 on the web visit > https://groups.

Re: [Puppet Users] Re: Array Iteration for Community Edition of Puppet(3.8)

2017-01-02 Thread Rob Nelson
o view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/ed595ac4-36f0-46e3-8b9c-dd2e0043168f%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/ed595ac4-36f0-46e3-8b9c-dd2e0043168f%40googlegroups.com?utm_medium=email&utm_source=foote

Re: [Puppet Users] Re: Array Iteration for Community Edition of Puppet(3.8)

2017-01-02 Thread Rob Nelson
d 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 on the web

Re: [Puppet Users] Re: Array Iteration for Community Edition of Puppet(3.8)

2017-01-01 Thread Rob Nelson
bscribe from this group and stop receiving emails from it, send an > email to puppet-users+unsubscr...@googlegroups.com. > > > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/4912ca68-64e4-48d7-906e-923b70aabaa3%40googlegroups.com > <ht

Re: [Puppet Users] Re: Puppet3 | hiera | role -> Problem role/mysql.yaml not used -> example from rnelson0.com with mysql

2016-12-28 Thread Rob Nelson
uppet-users/06466f47-ef76-40d9-b61c-a99e3ac01f3e%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/06466f47-ef76-40d9-b61c-a99e3ac01f3e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > > For more options, visit https://groups.google.com/d/opt

Re: [Puppet Users] Re: Puppet3 | hiera | role -> Problem role/mysql.yaml not used -> example from rnelson0.com with mysql

2016-12-27 Thread Rob Nelson
egroups.com. > > > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/2840db66-1c91-43c9-8e96-47f52b38f7e6%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/2840db66-1c91-43c9-8e96-47f52b38f7e6%40googlegroups.com?utm_me

Re: [Puppet Users] Re: Puppet3 | hiera | role -> Problem role/mysql.yaml not used -> example from rnelson0.com with mysql

2016-12-21 Thread Rob Nelson
ck on the agent with `facter -p role` to make sure it's receiving the role correctly through your custom fact. Rob Nelson rnels...@gmail.com On Wed, Dec 21, 2016 at 2:21 PM, Denny Fuchs wrote: > > hi, > > yep, restarting after every change. > > -- > You received this mes

Re: [Puppet Users] Re: Puppet3 | hiera | role -> Problem role/mysql.yaml not used -> example from rnelson0.com with mysql

2016-12-21 Thread Rob Nelson
Starting with the simplest of solutions, have you restarted the master service after updating hiera.yaml? If not, it may be using an older in-memory version of hiera.yaml. Rob Nelson rnels...@gmail.com On Wed, Dec 21, 2016 at 1:16 PM, Denny Fuchs wrote: > > hi Rob, > > I had to us

[Puppet Users] Re: Puppet3 | hiera | role -> Problem role/mysql.yaml not used -> example from rnelson0.com with mysql

2016-12-21 Thread Rob Nelson
Denny, Have you tried using the hiera command line utility to see what it returns for that key? `hiera mysql::server::backup::backupuser ::environment=production ::role=mysql --trace` should provide some clues as to how hiera is behaving and if it can find the right files. If that doesn't find

Re: [Puppet Users] Exported resources in Puppet 4 without using PuppetDB?

2016-12-18 Thread Rob Nelson
NSAm9xRQ%40mail.gmail.com > <https://groups.google.com/d/msgid/puppet-users/CABj%3DmDxLppsZPhcUSg_SAof%2BTxTPkZFi15SGcvLkmWNSAm9xRQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > > For more options, visit https://groups.google.com/d/optout. > > > --

Re: [Puppet Users] A substring operation does not accept a String as a charachter index

2016-12-16 Thread Rob Nelson
> "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 on the web visit > https://groups.google.com/d/msgid/puppet-users/dddc2816-5f35

Re: [Puppet Users] Urgent Help Required | Puppet run is dead slow

2016-12-12 Thread 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.com. > > > To view this discu

Re: [Puppet Users] Problem with Puppet reinstalling Windows APPs

2016-12-09 Thread Rob Nelson
e package to use instead. On Fri, Dec 9, 2016 at 10:07 AM Dirk Heinrichs wrote: > > > Am 09.12.2016 um 15:35 schrieb Rob Nelson: > > > > > > > > I think in this case it's an issue because Adobe puts > > version numbers in the product name - it'

Re: [Puppet Users] Problem with Puppet reinstalling Windows APPs

2016-12-09 Thread Rob Nelson
gt; To unsubscribe from this group and stop receiving emails from it, send an > email to puppet-users+unsubscr...@googlegroups.com. > > > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/eb55769f-a375-6b88-b38c-191423990ef4%40recommind.com &g

Re: [Puppet Users] Error while spec testing -- missing collect?

2016-12-05 Thread Rob Nelson
/puppet-tech-debt-day-3-excluding-os-testing/, important if you support say linux and windows. I need to write another article that's a little more complete on the setup, but if you have questions, ask away. Pretty sure mcanevet is around here, too. Rob Nelson rnels...@gmail.com On Mon,

Re: [Puppet Users] Error while spec testing -- missing collect?

2016-12-05 Thread Rob Nelson
sers/CAArvnv3ivnqNoQk2dFzuD3YYpy4p9YBY_XpCZUgc2wTT4vNsWA%40mail.gmail.com > <https://groups.google.com/d/msgid/puppet-users/CAArvnv3ivnqNoQk2dFzuD3YYpy4p9YBY_XpCZUgc2wTT4vNsWA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups

Re: [Puppet Users] Identifying BSOD (Blue Screen of Death) from Puppet

2016-12-01 Thread Rob Nelson
d/msgid/puppet-users/f2cc3ce3-0218-4046-8a9f-bce6c7fec476%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Rob Nelson -- You received this message because you are subscribed to the Google Groups &qu

  1   2   3   >