[Puppet Users] Re: puppet-agent-ubuntu DockerHub outdated

2024-09-15 Thread 'Jesse Reynolds' via Puppet Users
d the puppet/pdk image https://hub.docker.com/r/puppet/pdk Cheers Jesse *Jesse Reynolds (he/him) | Manager of Professional Services - APAC, Puppet* Perforce Software Melbourne, Australia On Friday 13 September 2024 at 6:15:47 am UTC+10 nath...@elementaryrobotics.com wrote: > Any update on t

[Puppet Users] Re: passing arguments by name instead of position for functions

2023-10-25 Thread Jesse Reynolds
Hi Matt, Is your aim to avoid the duplication? If so, perhaps you could just use simple composition, eg: $defaults = { 'foo1' => 'bar', #[...] 'foo99' => 'baz', } $h = $defaults + { 'foo100' => 'h', } $g = $defaults + { 'foo100' => 'g', } If you need more flexibility though, hiera

Re: [Puppet Users] Reg: Calling the sleep method

2020-09-03 Thread Jesse Reynolds
m_medium=email&utm_source=footer> >> . >> > -- > 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+unsubs

Re: [Puppet Users] can we call the puppet task/plan from puppet profile ?

2020-09-02 Thread Jesse Reynolds
ooglegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/d216208a-9781-4e70-9ff3-224dcd4807f1n%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/d216208a-9781-4e70-9ff3-224dcd4807f1n%40googlegroups.com?utm_medium=email&

Re: [Puppet Users] Is it possible to create an array of hashes

2020-08-27 Thread Jesse Reynolds
oups.com. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/puppet-users/32ee1353-0cd3-47fa-af66-c3ef976dcdean%40googlegroups.com >>> <https://groups.google.com/d/msgid/puppet-users/32ee1353-0cd3-47fa-af66-c3ef976dcdean%40googlegroup

[Puppet Users] Re: Do we need a new name for "--test"?

2011-01-23 Thread Jesse Reynolds
--manual ? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit t

Re: [Puppet Users] Re: strange string in /etc/shadow

2010-06-15 Thread Jesse Reynolds
Well, I've worked around this for now by: - uninstalling puppet and facter with mac ports (so there's no puppetfoo executables under /opt/local/sbin or /opt/local/bin anymore - used gem to install puppet and facter into the system ruby, so now the executables are under /usr/bin/puppetfoo This als

Re: [Puppet Users] puppetca unable to sign new certs - Invalid argument error

2010-06-15 Thread Jesse Reynolds
On 16 June 2010 10:13, Nigel Kersten wrote: > > > On Tue, Jun 15, 2010 at 4:13 PM, Eric Sorenson wrote: >> >> I have seen this too; I suspect (but have not been able to reduce a simple >> test case to confirm) that the ruby-openssl bindings in snow leopard are >> returning EINVAL (thus the "Inval

Re: [Puppet Users] puppetca unable to sign new certs - Invalid argument error

2010-06-15 Thread Jesse Reynolds
Hi Eric I would have thought I was using the ruby and OpenSSL that mac ports had compiled for me, not the os's ruby OpenSSL bindings...? Or have I misunderstood you? Jesse Reynolds On 16/06/2010, at 8:43 AM, Eric Sorenson wrote: I have seen this too; I suspect (but have not been

Re: [Puppet Users] puppetca unable to sign new certs - Invalid argument error

2010-06-15 Thread Jesse Reynolds
On 16 June 2010 00:50, Nigel Kersten wrote: > On Tue, Jun 15, 2010 at 7:57 AM, Jesse Reynolds > wrote: >> On 16 June 2010 00:06, James Turnbull wrote: >>> Looks like you've got some old code floating around.  I'd remove all of >>> Puppet and then re

Re: [Puppet Users] puppetca unable to sign new certs - Invalid argument error

2010-06-15 Thread Jesse Reynolds
On 16 June 2010 00:06, James Turnbull wrote: > Looks like you've got some old code floating around.  I'd remove all of > Puppet and then re-install. OK, I'll have a big hunt. I've tried uninstalling puppet with mac ports and re-installing, doesn't help. I've done a find over the whole filesyste

[Puppet Users] puppetca unable to sign new certs - Invalid argument error

2010-06-15 Thread Jesse Reynolds
/ca/private] debug: /File[/etc/puppet/ssl/ca/serial]: Autorequiring File[/etc/puppet/ssl/ca] debug: /File[/etc/puppet/ssl/ca/ca_key.pem]: Autorequiring File[/etc/puppet/ssl/ca] debug: /File[/etc/puppet/ssl/ca/ca_pub.pem]: Autorequiring File[/etc/puppet/ssl/ca] debug: Finishing transaction 2168470120 with 0 changes

[Puppet Users] Re: pkgsrc provider for Package?

2009-01-27 Thread Jesse Reynolds
2009/1/28 James Turnbull > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jesse Reynolds wrote: > > Hello > > > > I'm wondering if anyone has looked into adding pkgsrc package > > management as a provider for Package? > Not as far as I am awa

[Puppet Users] pkgsrc provider for Package?

2009-01-27 Thread Jesse Reynolds
Hello I'm wondering if anyone has looked into adding pkgsrc package management as a provider for Package? We use Joyent accelerators (zones on OpenSolaris) for our many of our production services and about a year ago Joyent switched from Blastwave to pkgsrc for userland packages. pkgsrc catal