[Puppet Users] CRL is not honored by the puppetmaster.

2016-06-15 Thread Dan Mahoney
in puppet.conf, so it's not possible that I've set it to be written, but not actually used, is it? -Dan -- Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC ICQ: 13735144 AIM: LarpGM Site: http://www.gushi.org ---

Re: [Puppet Users] CRL is not honored by the puppetmaster.

2016-06-16 Thread Dan Mahoney
ertificates it issues. -Dan -- Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC ICQ: 13735144 AIM: LarpGM Site: http://www.gushi.org ---

[Puppet Users] puppet-agent package on FreeBSD

2016-06-17 Thread Dan Mahoney
puppet server, but I don't know how much code that would actually save. (Disk is cheap) -Dan -- Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC ICQ: 13735144 AIM: LarpGM Site: http://www.gushi.org ---

[Puppet Users] FreeBSD 8.x: Warning: Found multiple default providers for package: pkgng, freebsd; using pkgng

2016-06-17 Thread Dan Mahoney
ome of which cause debian package managers to show up under FreeBSD -- so I guess whenever I'm seeing this, it's a bug? -Dan Mahoney -- Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC ICQ: 13735144 AIM: LarpGM Site: http://www.gushi.org ---

Re: [Puppet Users] Re: Good documentation somewhere for doing a cert-roll?

2016-06-21 Thread Dan Mahoney
t, gradually, with a new one with modern expectations (4096-bit, most likely). What we've done here is simply made sure that our old key doesn't expire out from under us while we're rolling this stuff out. There's still a bunch of questions and problems I've got with

Re: [Puppet Users] module design: different module sections manipulating files in single directory

2016-08-15 Thread Dan Mahoney
On Mon, 15 Aug 2016, dkoleary wrote: Hey; I suspected this was going to be a problem and, sure enough, it is.   Here's the scenario:  puppet server 4.5:  I have ~ 1200 hosts on which I want specific files in /root/bin on all hosts.  A reasonably large subset of those should have additional file

Re: [Puppet Users] module design: different module sections manipulating files in single directory

2016-08-15 Thread Dan Mahoney
@gmail.com On Mon, Aug 15, 2016 at 4:19 PM, Dan Mahoney wrote: On Mon, 15 Aug 2016, dkoleary wrote: Hey; I suspected this was going to be a problem and, sure enough, it is.   Here's the scenario:  puppet server 4.5:  I have ~

[Puppet Users] Best way to do cross-module dependencies

2015-12-07 Thread Dan Mahoney
Hey all, Everything I've done thusfar in creating my own custom modules has drilled some basics into my head -- these are right from the puppet web docs: "A module’s classes, defined types, and plugins *should all be related,* and the module should aim to be *as self-contained as possible.* Ma

[Puppet Users] How to have init.pp in a module run some function whenever any class in the module is called.

2018-06-04 Thread Dan Mahoney
Hey all, We have a simple adduser module, with an init.pp like so: class adduser::config { case $facts['operatingsystem'] { 'Debian': { $bash = '/bin/bash' $tcsh = '/bin/csh' $sh = '/bin/sh' $staffgid = '50' $wheelgroups = ['adm', 'sudo'] $rootgro

[Puppet Users] Older Ciphers? Weak Cipher Suites?

2020-11-09 Thread Dan Mahoney
All, This is probably nothing but I've searched the mailing lists and can't find anything useful about this. We're running our puppetmaster under FreeBSD at the day job (puppet 6.18), and we see errors like this on puppetserver startup in the logs: WARN [async-dispatch-2] [o.e.j.u.s.S.config]

[Puppet Users] Re: Older Ciphers? Weak Cipher Suites?

2020-11-10 Thread Dan Mahoney
trustStore=null] On Monday, November 9, 2020 at 11:58:30 PM UTC-8 Dan Mahoney wrote: > All, > > This is probably nothing but I've searched the mailing lists and can't > find anything useful about this. We're running our puppetmaster under > FreeBSD at the day job

[Puppet Users] Using VS Code with PDK -- how can I manually run puppet-lint?

2022-12-04 Thread Dan Mahoney
Hey there all, I apologize if this is off-topic. If it is, please do let me know where better to ask. I tried joining the puppet-vscode slack but it apparently only works if I have a puppet.com email address. I'm on a mac, using Visual Studio Code with the PDK installed via homebrew. The ve

[Puppet Users] Re: Using VS Code with PDK -- how can I manually run puppet-lint?

2022-12-04 Thread Dan Mahoney
isn't necessary. On Sunday, December 4, 2022 at 3:31:18 AM UTC-8 Dan Mahoney wrote: > Hey there all, > > I apologize if this is off-topic. If it is, please do let me know where > better to ask. I tried joining the puppet-vscode slack but it apparently > only works if I have a

Re: [Puppet Users] Using VS Code with PDK -- how can I manually run puppet-lint?

2023-01-10 Thread Dan Mahoney
There is not a way to just run puppet-lint on a file from that. On Mon, Dec 5, 2022 at 4:51 AM Martin Alfke wrote: > PDK allows you to also run rake tasks > > pdk bundle exec rake -T > > Gives you an overview on available rake tasks. > > > On 5. Dec 2022, at 07:08, Da

[Puppet Users] Good documentation somewhere for doing a cert-roll?

2016-05-13 Thread Dan Mahoney, System Admin
f them without having to replace the whole thing. Am I getting this wrong? Please tell me I am. -Dan -- Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC ICQ: 13735144 AIM: LarpGM Site: http://www.gushi.org ---

[Puppet Users] How to deliberately cause modules to conflict?

2016-05-28 Thread Dan Mahoney, System Admin
rameterize it such that postfix is another option. Are there any other ways? -Dan -- Dan Mahoney Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC ICQ: 13735144 AIM: LarpGM Site: http://www.gushi.org ---

Re: [Puppet Users] Re: Good documentation somewhere for doing a cert-roll?

2016-06-14 Thread Dan Mahoney, System Admin
On Tue, 17 May 2016, Eric Sorenson wrote: Hi Dan, this is a good and timely post. I apologize for the lack of response. Health issues have taken a front seat for a while. I'm working on some related issues regarding Puppet's CA that may help you out. Your thinking on this is roughly corre