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

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

2019-08-02 Thread Rob Nelson
e 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
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.google.com

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

2019-07-15 Thread Rob Nelson
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 worthwhile endeavor for those in

Re: [Puppet Users] class invocation conflicts

2019-05-21 Thread Rob Nelson
hold 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 from this group and stop receiving emails from it, send an > email

[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

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 <jason.m.mcma...@gmail.com> wrote: > Imagine that, it was a pebcak error > > Sigh, i apologize for not seeing my mistake prior to posting. > > Thank you Rob > &

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 <jason.m.mcma...@gmail.com> wrote: > Good day, > I am a bit confused. > I can go

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

2018-03-13 Thread Rob Nelson
/d/msgid/puppet-users/8be5c635-13f2-4a06-ba63-f4cdc8c231b2%40googlegroups.com?utm_medium=email_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&q

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

2018-02-01 Thread Rob Nelson
d/puppet-users/582c5017-ef74-4ca8-894b-01ad6dcf5d19%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/582c5017-ef74-4ca8-894b-01ad6dcf5d19%40googlegroups.com?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Rob

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

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

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

2017-12-13 Thread Rob Nelson
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 <john.bollin...@stjude.org> wrote: > > > On Tuesday, December 12, 2017 at 11:17:20 AM UTC-6, n.be...@gaijin.ru > wrote: >> >>

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

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 <fred.oris...@gmail.com> wrote: > > > On Fri

Re: [Puppet Users] Puppet agent on vmware ESXi

2017-11-09 Thread Rob Nelson
ubscribe 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/00a3b837-a133-b122-02f3-edeb5a4dd4fb%40um.es > . > For more options, v

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

2017-11-02 Thread Rob Nelson
he 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_source=footer> > . > For more opt

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

2017-10-18 Thread Rob Nelson
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 "Pu

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 <salty.cowd...@gmail.com> wrote: > I was afraid that would be an answer I got... :-) > > There are plans to move to Puppet 4 where I know all this

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

2017-09-26 Thread Rob Nelson
om 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-users/CAArvnv

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

2017-08-25 Thread Rob Nelson
o 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 > <htt

Re: [Puppet Users] yumrepo still not working ?

2017-08-25 Thread Rob Nelson
CB405A-C426-4823-88BE-F71A8B3CB779%40orange.fr > <https://groups.google.com/d/msgid/puppet-users/65CB405A-C426-4823-88BE-F71A8B3CB779%40orange.fr?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Rob Nelson -- You received thi

Re: [Puppet Users] puppet in the dmz?

2017-08-23 Thread Rob Nelson
e 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 company in a hurry :) Hope that helps.

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.uk>

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 <mart...@heemels.com> wrote: > I think that's perfect for the OP's

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

2017-07-23 Thread Rob Nelson
n 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_source=footer> > . > For more

Re: [Puppet Users] stdlib module invalid

2017-07-20 Thread Rob Nelson
s://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_source=footer> > . > For more options, visit https://groups.goo

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

2017-06-22 Thread Rob Nelson
le 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.google.com/d/msgid/puppet-users/CAKqjJm-vLb-%3D%2BG

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

2017-06-21 Thread Rob Nelson
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-users/9aeb318b-a3be-

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

2017-06-17 Thread Rob Nelson
ups.com. > 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

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

2017-06-14 Thread Rob Nelson
`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 this and I'm stil

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

2017-06-06 Thread Rob Nelson
0c4f-3aa6-4605-8120-02385fe3bdde%40googlegroups.com?utm_medium=email_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. T

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
?utm_medium=email_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

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

2017-05-03 Thread Rob Nelson
sion 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_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

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. Rob Nelson rnels

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

2017-05-01 Thread Rob Nelson
quot;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/ecb68180-af56-4d36-a555-236a69e

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

2017-04-26 Thread Rob Nelson
test setup. But the point 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 Goo

Re: [Puppet Users] How to dynamically change sudoers

2017-04-23 Thread Rob Nelson
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. Rob Nelson rnels

Re: [Puppet Users] How to dynamically change sudoers

2017-04-21 Thread Rob Nelson
. Rob Nelson rnels...@gmail.com On Fri, Apr 21, 2017 at 12:10 PM, James Perry <jjperr...@gmail.com> 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 > sudoer

Re: [Puppet Users] hiera hierarchy by network

2017-04-13 Thread Rob Nelson
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.com On Thu, Apr 13, 2017 at 12:21 PM, Peter K <pe...@beetlebolt.com>

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

2017-04-01 Thread Rob Nelson
> To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/5b005c57-d25b-42ef-a88b-bc770dbbb7e2%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/5b005c57-d25b-42ef-a88b-bc770dbbb7e2%40googlegroups.com?utm_medium=email_source=footer> &

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 Thu, Mar 30

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 <warron.fre...@gmail.com> 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

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 <tvaug...@onyxpoi

Re: [Puppet Users] Puppet Agent starting too soon

2017-03-28 Thread Rob Nelson
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 <tvaug...@onyxpoint.com> wrote: > Disabling NetworkManager hasn't caused any issues for me so far. That > said, EL7.3 might break that, so Fedora may alrea

Re: [Puppet Users] Puppet Agent starting too soon

2017-03-28 Thread Rob Nelson
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 <lvernschr...@gmail.com> wrote: > I have a box on which puppet-agent does not start correctly on reboot. > Well, to be more precise

Re: [Puppet Users] Custom Facts using awk

2017-03-22 Thread Rob Nelson
out. > > -- > 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 di

Re: [Puppet Users] hiera level explosion

2017-03-20 Thread Rob Nelson
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 <daragh.bai...@gmail.com> wrote: > Hi, > > > Looking

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
the 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
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 <rnels...@gmail.com> wrote: > For clarity, because I had to reread this twice to get the context: > VERSION CONTROL repositories should never contain bi

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

2017-03-02 Thread Rob Nelson
ps.com>. > > To view this discussion on the web visit > > > https://groups.google.com/d/msgid/puppet-users/CAJdJdQkCQJ%2BXE2th_OLyu7%2BZyJDROfyht9UC906_JXRn%3D0Q7Dg%40mail.gmail.com > > < > https://groups.google.com/d/msgid/puppet-users/CAJdJdQkCQJ%2BXE2th_OLyu7%2BZyJDR

Re: [Puppet Users] build version tag?

2017-03-02 Thread Rob Nelson
ome detail on 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 <jason.m.mcma...@gmail.com> wrote: > I am sorry i do not quite catch your meaning Rob. > Could you please explain? > > Thank you > >

Re: [Puppet Users] Puppet Master and Custom Facts

2017-03-01 Thread Rob Nelson
ut they do need to > 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 <rnels...@gmail.com> wrote: > > If you d

Re: [Puppet Users] Puppet Master and Custom Facts

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

Re: [Puppet Users] build version tag?

2017-02-28 Thread Rob Nelson
). -- 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 web vi

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

2017-02-20 Thread Rob Nelson
puppet-users+unsubscr...@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%40googl

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

2017-02-16 Thread Rob Nelson
@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%40googlegroups.com?utm_medium=em

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

2017-02-15 Thread Rob Nelson
> > For more options, visit https://groups.google.com/d/optout. > > > -- > > Visit my Blog "Puppet on the Edge" > http://puppet-on-the-edge.blogspot.se/ > > -- > You received this message because you are subscribed to the Google Groups > "Puppet

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 <dyiou...@gmail.com> wrote: > Thanks, Michael. Sorry it's fallen by the wayside.

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

2017-02-07 Thread Rob Nelson
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 <d_e_wh...@icloud.com> wrote: > I am not trying to manage users. > I am trying to INTELLIGENTLY push out things like dot-files, but Puppet > cannot &q

Re: [Puppet Users] Upgrade path for 2015.2.2

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

Re: [Puppet Users] Escape codes in collection types

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

Re: [Puppet Users] Upgrade path for 2015.2.2

2017-01-31 Thread Rob Nelson
oter> > . > 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, send an email t

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

2017-01-28 Thread Rob Nelson
cussion on the web 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_source=footer> > . > For more

[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

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 <f...@nyu.edu> wrote: > I'

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

2017-01-14 Thread Rob Nelson
nks > > > > > > > > > > -- > > > 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+unsub

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 <tho...@chaschperli.ch> wrote: > > > Am Dienstag, 10. Januar 2017 17:44:23 UTC+1 schrieb Denny: >> >> Hi there, &

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 <j...@puppet.com> wrote: > Hello! > > We've been hard at work on a

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 <stschu...@posteo.de> wrote: > Hey Rob, > > variable interpolation in strings in ruby i

[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 >

Re: [Puppet Users] Hiera behaviour in PE 2016.5

2017-01-10 Thread Rob Nelson
d 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 confusion. Since you are without a functioning pup

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, Trevor Vaughan <tv

Re: [Puppet Users] Over-engineering rant

2017-01-09 Thread Rob Nelson
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+unsubscr...@googlegroups.com

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 Vande <vande

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.

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 <g...@puppet.com> wrote: > Hey Vince, the $::aio_agent_version fact only exists on Pupp

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 <vinceska...@gmail.com> wrote: > On

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

2017-01-03 Thread Rob Nelson
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.google.com/d/msgid/

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

2017-01-02 Thread Rob Nelson
n 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_source=footer> > . > > > F

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

2017-01-02 Thread Rob Nelson
cribed 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.google.com/d

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

2017-01-01 Thread Rob Nelson
l 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 > <https://groups.google.com/d/msgid/puppet-users/4912ca68-64e4-48d7-906e-923b70a

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
ps.google.com/d/msgid/puppet-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_source=footer> > . > > > For more options, visit https://

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
scr...@googlegroups.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

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
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 <denny.schi...@gmail.com> wrote: > > hi, > > yep, restarting after every change. > > -- >

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 <denny.schi...@gmail.com> wrote: >

[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

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

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

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

2016-12-16 Thread Rob Nelson
e 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-45cc-b61d-7fe0a033a090%40googlegroups.com > <

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 discussion

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

2016-12-09 Thread Rob Nelson
, 2016 at 10:07 AM Dirk Heinrichs <dirk.heinri...@recommind.com> 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's not Acrob

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

2016-12-09 Thread Rob Nelson
quot; 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/eb55769f-a375-6b88-b38c-191423990ef4

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, Dec 5

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

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

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

2016-12-01 Thread Rob Nelson
ps://groups.google.com/d/msgid/puppet-users/f2cc3ce3-0218-4046-8a9f-bce6c7fec476%40googlegroups.com?utm_medium=email_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

  1   2   3   >