Re: [Puppet Users] Puppet 5 Repo Mirror

2024-07-09 Thread Josh
Sorry it has taken me so long to get back here and thank you! This resolved my problems and I can move on to upgrading Josh On Thursday 13 June 2024 at 12:30:02 UTC+1 Dietrich, Stefan wrote: > Hello Josh, > > while not available anymore on the web, they can be still pulled via rsyn

[Puppet Users] Puppet 5 Repo Mirror

2024-06-13 Thread Josh
a couple of years back: https://yum.puppetlabs.com/puppet5/ Does anyone know of any current working puppet 5 yum repositories? I just want to make a local mirror that I can use before I embark on the process of uplifting everything Thanks Josh -- You received this message because you

[Puppet Users] Re: Could not autoload puppet/provider/apt_key/apt_key

2024-02-23 Thread 'Josh Cooper' via Puppet Users
The error occurs because the module is using Ruby 2.6 syntax (such as endless ranges) but Puppet 6 vendors Ruby 2.5. On Friday, February 23, 2024 at 7:39:40 AM UTC-8 Denny Fuchs wrote: > Hi, > > it seems, we have to upgrade to Puppet7. The error is gone, with this > version. > > Denny Fuchs

[Puppet Users] Re: Binary file in eyaml breaking use of Deferred due to pson

2023-07-14 Thread 'Josh Cooper' via Puppet Users
s://www.puppet.com/docs/puppet/7/lang_data_binary.html#reference_template-create-binary-typed-content for more details. Also note PSON has been removed in Puppet 8. Josh -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this gro

Re: [Puppet Users] RHEL 9 agent support?

2022-06-13 Thread Josh Cooper
ps.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/924b35f-bda5-6ae5-efe-d05a8de7aec%40ndsu.edu > . > Hi Tim, Puppet 6 is released quarterly and support for RHEL9 will go out in the next 6.x release. In the meantime, you can try nightly bui

Re: [Puppet Users] Correction: Puppet Platform 6.27.1 (not 6.27.0) is now available!

2022-04-21 Thread Josh Cooper
mail.gmail.com > . > > > > -- > Steve Huston - W2SRH - Unix Sysadmin, PICSciE/CSES & Astrophysical Sci > Princeton University |ICBM Address: 40.346344 -74.652242 > 345 Lewis Library |"On my ship, the Rocinante, wheeling through > Princeton, NJ 085

Re: [Puppet Users] File content misrecognised as checksum

2022-01-12 Thread Josh Cooper
nd an > email to puppet-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/72752c00-68db-4db2-98ff-b2d42ddeadedn%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/72752c00-68db-

Re: [Puppet Users] Does Puppet still execute in random order?

2021-06-21 Thread Josh Cooper
details in https://puppet.com/docs/puppet/7/lang_relationships.html and https://puppet.com/blog/introducing-manifest-ordered-resources/ Josh -- Josh Cooper Software Engineer j...@puppet.com -- You received this message because you are subscribed to the Google Groups "Puppet Users"

Re: [Puppet Users] Windows exec resource cannot find command error

2020-12-08 Thread Josh Cooper
om. >>> >>> >>> -- > 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 v

Re: [Puppet-dev] Re: [Puppet Users] Upcoming changes to the rolling 'puppet' repos!

2020-12-02 Thread Josh Cooper
ived this message because you are subscribed to the Google Groups > "Puppet Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to puppet-dev+unsubscr...@googlegroups.com. > To view this discussion on the web visit > htt

Re: [Puppet Users] Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'quick_check'

2020-09-15 Thread Josh Cooper
On Tue, Sep 15, 2020 at 5:25 AM pkraw...@gmail.com wrote: > So I've done some research on the puppet generate types command. I'm > seeing many different results from not having issues to causing issues with > puppet apply and puppet agent executions. We fixed an issue in 6.18.0

Re: [Puppet Users] Is "Sensitive" broken?

2020-09-11 Thread Josh Cooper
On Wed, Sep 9, 2020 at 11:16 PM 'Dirk Heinrichs' via Puppet Users < puppet-users@googlegroups.com> wrote: > Am Mittwoch, den 09.09.2020, 08:59 -0700 schrieb Josh Cooper: > > The issue you're running into is due to the sensitive value being > interpolated: > > content

Re: [Puppet Users] Is "Sensitive" broken?

2020-09-09 Thread Josh Cooper
lated: content => "${foo}\n" If you reference the Sensitive variable directly, then it will work as expected: content => $foo This issue and some possible solutions have been discussed in https://tickets.puppetlabs.com/browse/PUP-10092. For example, Henrik suggested a `rewrap` fu

Re: [Puppet Users] Deferred without result

2020-06-15 Thread Josh Cooper
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/84e6d862-2c4c-41d6-b45e-f16f94594b99o%40googlegroups.com > <https://groups.google.com/d/

[Puppet Users] Re: Auditing directory content not managed by Puppet

2020-05-08 Thread Josh Cooper
uppet/blob/9047506d745dc8bd4dc6cca9e67c2c56649f5447/lib/puppet/transaction/persistence.rb#L65>, so the load fails. Puppet should probably allow the Time class, in addition to Symbol. Could you file a PUP ticket? Also pull requests are welcome! Josh -- You received this message because yo

Re: [Puppet Users] Re: Puppetserver performance plummeting a few hours after startup

2020-02-07 Thread Josh Cooper
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/e8cff298-a0a6-48a9-9bbc-a7f000926467%40googlegroups

Re: [Puppet Users] Re: Puppetserver performance plummeting a few hours after startup

2020-02-06 Thread Josh Cooper
nt to set that to a lower value like "1d", though see the configuration reference page about how that affects scheduled resources. Also note setting it to 0 disables pruning entirely so the file can grow unbounded, which honestly seems wrong. I'd expect 0 to never cache... Josh -- Jos

Re: [Puppet Users] Trying to source a file from https source version 5.5

2019-12-11 Thread Josh Cooper
the entire cert chain (equivalent to SSLCertificateChainFile in Apache)? Can you connect using the openssl binary in the puppet-agent package? /opt/puppetlabs/puppet/bin/openssl s_client -CApath /opt/puppetlabs/puppet/ssl/certs -connect artifactory.example.com:443 Did you run /opt/puppetlabs/

Re: [Puppet Users] Re: puppet agent fails to self-restart on config change

2019-11-21 Thread Josh Cooper
2d837eb3ac%40googlegroups.com?utm_medium=email_source=footer> > . > I was able to reproduce this a few months ago, but didn't find the cause. Could someone file a JIRA ticket if there isn't one already? Josh -- Josh Cooper | Software Engineer j...@puppet.com | @coopjn -- You

[Puppet Users] HTTP proxy changes in Puppet Agents 5.5.17, 6.4.4, 6.8.0+

2019-10-25 Thread Josh Cooper
wildcards (*.example.com) or "bare" domains ( example.com) as puppet and ruby do not consistently handle them. See https://tickets.puppetlabs.com/browse/PUP-10106, which will be fixed in the next set of releases. Josh -- Josh Cooper | Software Engineer j...@puppet.com | @coop

Re: [Puppet Users] Puppet agent fails collect packages for puppet "Cannot collect packages for Puppet::Type::package::ProviderYum provider; Failed to list packages"

2019-10-16 Thread Josh Cooper
c-9683-ed423d783240%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/a41bc387-75f1-499c-9683-ed423d783240%40googlegroups.com?utm_medium=email_source=footer> > . > Try running "puppet resource package --param provider --debug" to see which yum command fails

Re: [EXTERNAL] - [Puppet Users] Puppet agent is not applying changes

2019-10-01 Thread Josh Cooper
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/4a709aee-0057-4498-92f8-7b24ec4a31b4%40googlegroups.

Re: [Puppet Users] Puppet agent is not applying changes

2019-09-26 Thread Josh Cooper
Hi Dan, I think the problem is that default should not be quoted (see https://puppet.com/docs/puppet/latest/lang_node_definitions.html#syntax): If you do node "default", then puppet will only apply the class if the node's fqdn is "default". Josh On Thu, Sep 26, 2019 at 9:55

Re: [Puppet Users] http_proxy used for Puppet Master?

2019-09-04 Thread Josh Cooper
On Tue, Sep 3, 2019 at 9:17 AM Josh Cooper wrote: > > > On Mon, Sep 2, 2019 at 9:52 AM Jer Johnson wrote: > >> Hi! >> >> it looks like between Puppet Agent 6.7.2 and 6.8.0 , running "puppet >> agent -t " started picking >> up the http_pr

Re: [Puppet Users] Error: Could not run: The CRL issued by 'CN=Puppet CA: server.example.com' is missing

2019-09-03 Thread Josh Cooper
ntermediate CA certificate ( https://tickets.puppetlabs.com/browse/SERVER-2205). What does `puppet ssl verify` display on the 6.x agent? Josh -- Josh Cooper | Software Engineer j...@puppet.com | @coopjn Join us for Puppetize PDX <http://www.puppet.com/puppetize> 9-10 October. -- You received

Re: [Puppet Users] http_proxy used for Puppet Master?

2019-09-03 Thread Josh Cooper
That said I would not expect 6.8.0 to start using the http_proxy environment setting if it didn't previously in 6.7.2. What are your HTTP_PROXY and NO_PROXY environment variables and puppet settings on the agent? Josh -- Josh Cooper | Software Engineer j...@puppet.com | @coopjn Join

Re: [Puppet Users] Using bash for custom facts - results are strings, not booleans

2019-07-12 Thread Josh Cooper
s 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 visit > https://groups.google

Re: [Puppet Users] fips and non fips agent rpms

2019-06-25 Thread Josh Cooper
On Mon, Jun 24, 2019 at 10:04 AM 'slig...@verizon.net' via Puppet Users < puppet-users@googlegroups.com> wrote: > Thanks Josh, > > I am not switching out package. I am making a fips enabled server (with > fips agent installed) into a fips disabled one. Basically updating the gr

Re: [Puppet Users] Core Modules with Puppet pre6?

2019-06-21 Thread Josh Cooper
lation, while all agents should pluginsync the core modules and use their type/providers during catalog application, taking precedent over the versions in the puppet-agent 5.x package. This is one of the reasons we had to make the yumrepo_core module retain compatiblility with 5.x agents: https://gi

Re: [Puppet Users] stdlib module causes puppet failure

2019-06-21 Thread Josh Cooper
know how to resolve this > or what would cause puppet to include the same class twice? You may be running into https://tickets.puppetlabs.com/browse/PUP-9602. Try deleting /mnt/live/puppeteer/conf.d/puppet/.resource_types Josh > > -- > You received this message because you are su

Re: [Puppet Users] fips and non fips agent rpms

2019-06-21 Thread Josh Cooper
med due to its reliance on md5. That will be changing in the near future though. Josh > > Thanks > > M > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receivin

Re: [Puppet Users] puppet 6 facter -p Thread.exclusive is deprecated, use Thread::Mutex

2019-04-05 Thread Josh Cooper
a module and downloaded to the agent. The Thread.exclusive call is not needed, and likely occurred when copy/pasting from an old core fact in the Ruby facter implementation. We removed that from core Ruby in https://github.com/puppetlabs/facter/commit/159d3a682f141a5183c933be5ef2cf763f59bb6c#diff-5ac9

Re: [Puppet Users] Error during pluginsync for Puppet 5/6 when using json

2019-02-11 Thread Josh Cooper
obviously works for other people. Maybe someone on this list > has any idea how to track this down further or has encountered a similar > issue. > How are you forcing "ctime" to be used for pluginsync? Normally it's "md5". Are you overridding "supported_checksu

Re: [Puppet Users] Permissions denied?

2019-01-29 Thread Josh Cooper
4a7000249b%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/59bf2f60-d02d-450e-90ef-2d4a7000249b%40googlegroups.com?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Josh Cooper | Software Engineer j..

Re: [Puppet Users] Re: Puppetserver 6.0 -> Error:num=20 and Error:num=21

2019-01-04 Thread Josh Cooper
le and process multiple CRLs, so it is not necessary to disable CRL checking. However the steps you outlined are required for puppet5 agents talking to puppetserver6 when it is using intermediate CA certs, as older agents don't process multiple CRLs correctly. See https://puppet.com/docs/puppets

Re: [Puppet Users] Re: Upgrade to puppet-agent 5.3.5 report failure

2018-11-30 Thread Josh Cooper
ps > "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/45e5e998-f3a1-4aa1-8066-5bed2a4d

Re: [Puppet Users] Re: Unknown resource type after Upgrade

2018-10-02 Thread Josh Cooper
On Fri, Sep 28, 2018 at 2:33 PM Josh Cooper wrote: > > > > On Fri, Sep 28, 2018 at 1:04 AM Christian Reiß > wrote: >> >> Hey, >> >> thank you-- >> that clears that up. Seems like time will solve the issue; postponing the >> update for now. &

Re: [Puppet Users] Re: Unknown resource type after Upgrade

2018-09-28 Thread Josh Cooper
ers+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/8a5b4fed-cf93-4c8a-8652-5fc3222952c0%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/8a5b4fed-cf93-4c8a-8652-5fc3222952c0%40googlegroups

Re: [Puppet Users] Unknown resource type after Upgrade

2018-09-27 Thread Josh Cooper
PPT-205 - Puppet Certified Professional 2017 >> Zabbix- ZABBIX Certified Specialist >> LPI3 >> ITIL v3 >> > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from

Re: [Puppet Users] Re: More oddities with installting FOSS version of Puppet

2018-08-01 Thread Josh Cooper
legroups.com. > For more options, visit https://groups.google.com/d/optout.-- Josh Cooper | Software Engineer j...@puppet.com | @coopjn -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop recei

Re: [Puppet Users] More oddities with installting FOSS version of Puppet

2018-07-30 Thread Josh Cooper
On Thu, Jul 26, 2018 at 1:09 PM Peter Berghold wrote: > > Josh, > > I wiped the entire trees meaning /opt/puppetlabs and /etc/puppetlabs > recursive. > Ah, k... FWIW, I'm able to install puppetserver and puppet-agent on 16.04: # wget http://apt.puppet.com/puppetlabs-rele

Re: [Puppet Users] More oddities with installting FOSS version of Puppet

2018-07-25 Thread Josh Cooper
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/CAArvnv2UyOurHTWArzv7DWUtjtJb85C%2BAPZb%3D2EQAYfF%2B-HScw%40mail.gmail.com. > For more options, visit https://groups.googl

[Puppet Users] [Puppet-Users] Puppet Platform 6 Update

2018-07-16 Thread Josh Cooper
e exec, or manage that one API that eluded you until now.See https://github.com/puppetlabs/puppet-resource_api <https://github.com/puppetlabs/puppet-resource_api> and https://github.com/puppetlabs/puppet-specifications <https://github.com/puppetlabs/puppet-specifications> for more details

Re: [Puppet Users] puppet module repository w/ self signed ssl?

2018-06-05 Thread Josh Cooper
low the workaround in https://tickets.puppetlabs.com/browse/PUP-8889, but longer term we want to make it easier to support third-party CA certs for things like file sources, etc. Josh -- Josh Cooper | Software Engineer j...@puppet.com | @coopjn -- You received this message because you are

Re: [Puppet Users] Puppet type provider help?

2018-04-04 Thread Josh Cooper
n the web visit https://groups.google.com/d/ > msgid/puppet-users/dc8c6918-683d-4d1f-ae2c-b94761c79239%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/dc8c6918-683d-4d1f-ae2c-b94761c79239%40googlegroups.com?utm_medium=email_source=footer> > . > For more

Re: [Puppet Users] Re: Puppet Agent Hang when PuppetServer Crashes...

2018-02-20 Thread Josh Cooper
On Fri, Jan 5, 2018 at 12:31 PM, John Sellens <jsell...@syonex.com> wrote: > Hi Josh - thanks for the info. > > Can I make an assertion that having the default read timeout be unlimited > is a mistake? In practical terms, anything over 60 seconds means > something is broken.

Re: [Puppet Users] puppet 5 upgrade seems to have caused multiple 500 error on server with file resources (to Windows clients)

2018-02-20 Thread Josh Cooper
cial characters: https://puppet.com/docs/puppetserver/5.2/release_notes.html#bug-fixes-1. > > > On Tuesday, January 16, 2018 at 7:16:53 PM UTC-5, Josh Cooper wrote: >> >> >> >> On Tue, Jan 16, 2018 at 11:08 AM, jmp242 <jp1...@gmail.com> wrote: >> >>

Re: [Puppet Users] Announce: Puppet Platform 5.3.4 is now available

2018-02-12 Thread Josh Cooper
gt; > . > For more options, visit https://groups.google.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

Re: [Puppet Users] puppet 5 upgrade seems to have caused multiple 500 error on server with file resources (to Windows clients)

2018-01-16 Thread Josh Cooper
ails 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/175349a2-26e3-40e1-b8f7-03e50a302919%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/175349a2-

Re: [Puppet Users] PSON.load fails when string contains e.g. "\n"

2018-01-11 Thread Josh Cooper
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/puppet-users/2503d182

Re: [Puppet Users] Re: Puppet Agent Hang when PuppetServer Crashes...

2018-01-05 Thread Josh Cooper
=footer> > . > > For more options, visit https://groups.google.com/d/optout. > In Puppet 4 we added settings for configuring http connect and read timeouts independently[1]. Previously they were both controlled by the configfiletimeout. The default read timeout is unlimited

Re: [Puppet Users] Service set to stopped causes error when the service doesn't exist on Windows

2017-06-23 Thread Josh Cooper
; > . > For more options, visit https://groups.google.com/d/optout. > Sounds like you're running into https://tickets.puppetlabs.com/browse/PUP-6822. I recommend voting for the ticket and adding yourself as a watcher. Josh -- Josh Cooper | Software Engineer j...@puppet.com | @coopjn -- You r

Re: [Puppet Users] Re: Scheduled_task?

2017-05-17 Thread Josh Cooper
dc88-4188-b2e4-678a1a14dec0%40googlegroups.com?utm_medium=email_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > Puppet only supports v1 of the Windows task scheduler API (which is present in 2003 and up), so I'm inclined to think folders are a

Re: [Puppet Users] Puppet-Agent

2017-05-17 Thread Josh Cooper
/puppet-users/CAD33ukGmU_NKBgRcEMGGDQ_LHziHOsUd54yxmJx_4HFF4EEpJw%40mail.gmail.com?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > By default puppet agents will try to connect to "puppet". You likely need to specify the server

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

2017-01-10 Thread Josh Cooper
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 visit https://groups.google.com/d/ms

Re: [Puppet Users] Unable to install r10k 1.5.1

2016-12-13 Thread Josh Cooper
c1-4b54-bf49-d2b1cb8ddbd6%40googlegroups.com?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Josh Cooper Developer, Puppet -- You received this message because you are subscribed to the Google Groups "Puppet Users" group.

Re: [Puppet Users] Very frequent "Error: Could not request certificate: The certificate retrieved from the master does not match the agent's private key." on Windows

2016-10-12 Thread Josh Cooper
egroups.com. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/puppet-users/56a91341-3509-403a-8eb7-e88d903eb02f%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/56a91341-3509-403a-8eb7-e88d903eb02f%40googlegroups.com?utm_medium=

Re: [Puppet Users] Dependacies with Custom Types

2016-08-11 Thread Josh Cooper
>> >> >> On Wednesday, July 13, 2016 at 12:52:58 AM UTC-5, Josh Cooper wrote: >> [A clear and detailed explanation...] >> >> That was great, Josh. Are the same instructions available somewhere >> among Puppet's online docs and tutorials? If not, they sho

[Puppet Users] puppetserver custom mount Error 400

2016-08-08 Thread 'Josh Sinfield' via Puppet Users
Hi Chet, As Rob has stated - make sure the user that the Puppet master process is running as has permission to read + execute. Cheers, Josh -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop

Re: [Puppet Users] Dependacies with Custom Types

2016-07-12 Thread Josh Cooper
;> >> -- >> >> Rob Nelson >> rnel...@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, send an > email to pu

Re: [Puppet Users] Re: SRV records not working correctly

2016-06-24 Thread Josh Cooper
f1-bdc3-78a792809ce1%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/c358a880-b138-4df1-bdc3-78a792809ce1%40googlegroups.com?utm_medium=email_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Josh Cooper Developer,

Re: [Puppet Users] Autorequire defined type from custom type

2016-06-09 Thread Josh Cooper
n the web visit > https://groups.google.com/d/msgid/puppet-users/20160609135937.GD13102%40simulant.bodgit-n-scarper.com > . > For more options, visit https://groups.google.com/d/optout. > -- Josh Cooper Developer, Puppet PuppetConf 2016 <http://2016.puppetconf.com/>, October

Re: [Puppet Users] Re: Puppet on windows ignoring puppet.conf

2016-04-19 Thread Josh Cooper
;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/51f8bdbc-875e-44a5-bbbf-4014e31b3ebc

Re: [Puppet Users] Re: Augeas failing when acting on smb.conf

2016-03-10 Thread 'Josh Sinfield' via Puppet Users
Hi David, Thanks very much for your message, I can confirm this worked! I dropped the new samba.aug into /usr/share/augeas/lenses and it fixed the issue. Appreciate your help. Cheers, Josh On Friday, 26 February 2016 17:20:12 UTC, David Lutterkort wrote: > > On Thursday, February 25

Re: [Puppet Users] Re: Augeas failing when acting on smb.conf

2016-02-25 Thread 'Josh Sinfield' via Puppet Users
ed. 1.2.0 is available on RHEL5 however?!?! I am going to look at building our own rpm from source, but don't have time right now. I tried yesterday but it failed near the end. Cheers, Josh On Tuesday, 4 August 2015 15:56:08 UTC+1, Fabrizio Zelaya wrote: > > Here's the file and I will op

Re: [Puppet Users] Error: Cannot start Windows Service. Access denied

2016-01-28 Thread Josh Cooper
56-a96299f67c05%40googlegroups.com?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > Most likely you are not running with elevated privileges, which is required in order to manage services (and most other things you're going to want to do

Re: [Puppet Users] German Umlauts in Catalog

2016-01-20 Thread Josh Cooper
on the agent? * what is the agent's code page, e.g. chcp * can you provide a gist of `puppet apply --trace` on Windows? * what encoding is the manifest stored in on the agent? Josh -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subscribed to the Google Groups &quo

Re: [Puppet Users] How to cope with accented characters in DisplayName using Puppet 3.8.x on Windows XP?

2016-01-20 Thread Josh Cooper
/rubygems/core_ext/kernel_require.rb:55:in >> `require' >> from C:/Arquivos de programas/Puppet >> Labs/Puppet/sys/ruby/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in >> `require' >> from C:/Arquivos de programas/Puppet >> Labs/Puppet/pup

Re: [Puppet Users] Rubygem not visible to puppet

2016-01-08 Thread Josh Cooper
iscussion on the web visit > https://groups.google.com/d/msgid/puppet-users/9073677f-6cca-40b4-8949-fba8553edee9%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/9073677f-6cca-40b4-8949-fba8553edee9%40googlegroups.com?utm_medium=email_source=footer> > . > For more options,

Re: [Puppet Users] How to cope with accented characters in DisplayName using Puppet 3.8.x on Windows XP?

2016-01-08 Thread Josh Cooper
ttps://groups.google.com/d/optout. > Puppet 3.8.x ships with ruby 1.9.3 (32-bit) and 2.0.0 (64-bit), both of which use ANSI versions of Win32 registry APIs (and not the wide/unicode versions). Puppet uses those methods to scan the registry looking for installed applications, and is likely the c

Re: [Puppet Users] Re: Can Windows environment variables be referenced by 'exec'

2016-01-05 Thread Josh Cooper
ppet 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/d3526938-7e72-475b-890f-6600108136ad%40goo

Re: [Puppet Users] Daemonized puppet on Windows and splay

2015-12-16 Thread Josh Cooper
me. To match *nix behavior, the daemon would need to calculate the initial splay & splaylimit, and tell the agent to ignore those settings, so we don't get double-splay. Josh -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subscribed to the Google Gr

Re: [Puppet Users] Re: How to include quoted string into a command

2015-12-15 Thread Josh Cooper
glegroups.com > <https://groups.google.com/d/msgid/puppet-users/aee7a6c5-307f-4b55-87ac-85f205724ff4%40googlegroups.com?utm_medium=email_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Josh Cooper Developer, Puppet Labs -- You received this mes

[Puppet Users] Announce: Puppet-Agent 1.3.0

2015-11-18 Thread Josh Cooper
components here: http://docs.puppetlabs.com/puppet/4.3/reference/about_agent.html To install or upgrade puppet-agent, follow the getting started directions: http://docs.puppetlabs.com/puppet/4.3/reference/index.html -- Josh Cooper Developer, Puppet Labs -- You received this message because you

Re: [Puppet Users] Re: External fact script provided by module not parsing on CentOS6

2015-10-05 Thread Josh Cooper
this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/6f35823d-d57f-46e0-86cf-cc2897b39400%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/6f35823d-d57f-46e0-86cf-cc2897b39400%40googlegroups.com?utm_medium=email_source=footer> > . >

Re: [Puppet Users] Dependent Ruby Gems - One run or Two

2015-10-01 Thread Josh Cooper
On Thu, Oct 1, 2015 at 10:35 AM, Fraser Goffin <goff...@gmail.com> wrote: > Hey Josh, > > Thanks for the heads up. You are right, version 0.4.3 does propose a > solution to this but unfortunately in my testing it doesn't quite work. I > have raised a couple of additional is

Re: [Puppet Users] Dependent Ruby Gems - One run or Two

2015-09-30 Thread Josh Cooper
xed in 0.4.3[2]. The problem was that previously the providers were not confined and would try to require the rest_client gem directly. Now, the providers are confined based on a provider feature, which allows puppet to defer evaluation of nexus related resources until after the gem is installed

Re: [Puppet Users] Puppetmaster performance degradation after update to 3.8.2

2015-09-16 Thread Josh Cooper
gle.com/d/msgid/puppet-users/CAFCL3HvvEC4HA4xD655sAPMBMznVdsqcQCYp5FHn%3D_SQ8TG2qg%40mail.gmail.com?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > I would take a look at the `--profile` option as described in https://puppetlabs.com/blog/tune-puppet

Re: [Puppet Users] Puppetserver 2 API requests returning 403 from curl, but agent/CLI works fine (puppet 4.2.1)

2015-09-14 Thread Josh Cooper
e.g. mymachine, needs to match exactly the for the catalog you're requesting. You can also add an ACL to auth.conf to allow a monitoring/controller node to retrieve all catalogs. Just make sure to only allow the one node to do that. path ~ ^/puppet/v3/catalog/ method find allow Josh -- Josh Coop

[Puppet Users] Re: custom facts sensitive to spaces

2015-09-09 Thread Josh Cooper
gt; grep foo" and "facter foo" shouldn't it ? > > I think you're running into https://tickets.puppetlabs.com/browse/FACT-1050 Josh -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and s

Re: [Puppet Users] Re: Possibly bug in Puppetlabs/Registry module

2015-08-18 Thread Josh Cooper
%2BghkA5_YXQGZs8s3%2BUqK3DVsbPCHA%40mail.gmail.com https://groups.google.com/d/msgid/puppet-users/CAMJiBK7OQyU77x_hugf6B%2BghkA5_YXQGZs8s3%2BUqK3DVsbPCHA%40mail.gmail.com?utm_medium=emailutm_source=footer . For more options, visit https://groups.google.com/d/optout. Josh -- Josh Cooper

Re: [Puppet Users] keep changing owner

2015-08-17 Thread Josh Cooper
://groups.google.com/d/optout. Josh -- Josh Cooper Developer, Puppet Labs -- 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] Puppet configuration Based on environmnet

2015-08-14 Thread Josh Cooper
-90b2e3d414a8%40googlegroups.com https://groups.google.com/d/msgid/puppet-users/77ebd82f-1b6a-4648-8e56-90b2e3d414a8%40googlegroups.com?utm_medium=emailutm_source=footer . For more options, visit https://groups.google.com/d/optout. -- Josh Cooper Developer, Puppet Labs *PuppetConf 2015 http://2015

Re: [Puppet Users] Memory leak in Passenger ?

2015-07-24 Thread Josh Cooper
through the passenger issue tracker and release notes to see if there are any known memory leaks, maybe https://github.com/phusion/passenger/issues/1278? Josh -- Josh Cooper Developer, Puppet Labs *PuppetConf 2015 http://2015.puppetconf.com/ is coming to Portland, Oregon! Join us October 5-9

Re: [Puppet Users] Puppet 4.2. and latest Puppet Agent 1.2.1-x64 on Windows 2008 r2 keeps crashing with error 400: Invalid byte sequence in UTF-8

2015-07-15 Thread Josh Cooper
...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/0B8B8EC1-A707-4810-9301-F6D9B09FB98A%40gt-it.de . For more options, visit https://groups.google.com/d/optout. [1] https://projects.puppetlabs.com/issues/12702#note-4 -- Josh Cooper Developer, Puppet

[Puppet Users] Re: API call to certificate_request deletes the request

2015-06-29 Thread Josh Cooper
that starts your CA. Josh [1] https://docs.puppetlabs.com/references/latest/configuration.html#autosign -- 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

[Puppet Users] Re: facter 3.0 not using /etc/facter/facts.d by default

2015-06-25 Thread Josh Cooper
On Thursday, June 25, 2015 at 7:35:36 AM UTC-7, math...@therussells.me wrote: I think this is a documentation issue only. Looking at this ticket https://tickets.puppetlabs.com/browse/FACT-826 I see mention of a different fact directory. Once i copied my facts to that new directory

[Puppet Users] Re: Can we install.. Oracle, weblogic, Notepad++ and tomcat using Puppet

2015-06-25 Thread Josh Sinfield
, it has some company specific data in it. if by oracle you mean java, then I recommend this module: https://forge.puppetlabs.com/biemond/jdk7 For tomcat we use PuppetLabs own tomcat module which you can also find on the puppet forge. HTH, Josh On Wednesday, 24 June 2015 13:49:30 UTC+1, Santosh

Re: [Puppet Users] run puppet client behind a Internetproxy with authentification

2015-06-05 Thread Josh Cooper
] http.open_timeout = Puppet[:http_connect_timeout] Josh -- Josh Cooper Developer, Puppet Labs *PuppetConf 2015 http://2015.puppetconf.com/ is coming to Portland, Oregon! Join us October 5-9.* *Register now to take advantage of the Early Adopter discount https://www.eventbrite.com/e/puppetconf-2015-october-5-9

Re: [Puppet Users] Augeas resource type for Windows?

2015-06-04 Thread Josh Cooper
that myself, so I'm not sure how well that'll work out. Josh -- Josh Cooper Developer, Puppet Labs *PuppetConf 2015 http://2015.puppetconf.com/ is coming to Portland, Oregon! Join us October 5-9.* *Register now to take advantage of the Early Adopter discount https://www.eventbrite.com/e

Re: [Puppet Users] odd new error with puppet version 3.8.1

2015-05-27 Thread Josh Cooper
for one of your modules. Josh -- Josh Cooper Developer, Puppet Labs *PuppetConf 2015 http://2015.puppetconf.com/ is coming to Portland, Oregon! Join us October 5-9.* *Register now to take advantage of the Early Adopter discount https://www.eventbrite.com/e/puppetconf-2015-october-5-9-tickets

Re: [Puppet Users] Re: puppet agent 4.0 running as root vs puppet server 2.0 running as puppet

2015-05-07 Thread Josh Cooper
On Thu, May 7, 2015 at 6:19 AM, jcbollinger john.bollin...@stjude.org wrote: On Thursday, May 7, 2015 at 12:32:59 AM UTC-5, Josh Cooper wrote: On Wed, May 6, 2015 at 7:29 AM, Johnson Earls darkfo...@gmail.com wrote: never mind. puppet agent ignores the user/group config settings, so

Re: [Puppet Users] puppet agent 4.0 running as root vs puppet server 2.0 running as puppet

2015-05-07 Thread Josh Cooper
On Thu, May 7, 2015 at 11:23 AM, jcf joshua.fiel...@gmail.com wrote: On May 6, 2015, at 22:32, Josh Cooper j...@puppetlabs.com wrote: On Wed, May 6, 2015 at 7:29 AM, Johnson Earls darkfoxpr...@gmail.com wrote: never mind. puppet agent ignores the user/group config settings, so those

Re: [Puppet Users] puppet agent 4.0 running as root vs puppet server 2.0 running as puppet

2015-05-07 Thread Josh Cooper
that unexpected? That sounds like a great reason to open a ticket. On Thursday, May 7, 2015 at 12:06:53 PM UTC-7, Josh Cooper wrote: In practice this happens rarely. Usually you install puppetserver, which brings in puppet-agent as a dependency. -- Josh Cooper Developer, Puppet Labs *PuppetConf 2015

Re: [Puppet Users] Re: puppet agent 4.0 running as root vs puppet server 2.0 running as puppet

2015-05-06 Thread Josh Cooper
-0df405277afb%40googlegroups.com?utm_medium=emailutm_source=footer . For more options, visit https://groups.google.com/d/optout. -- Josh Cooper Developer, Puppet Labs *PuppetConf 2015 http://2015.puppetconf.com/ is coming to Portland, Oregon! Join us October 5-9.* *Register now to take

Re: [Puppet Users] Issue with puppet 3.7.5 and augeas

2015-04-03 Thread Josh Cooper
%2BTYJw%40mail.gmail.com https://groups.google.com/d/msgid/puppet-users/CAArvnv1At3cLMmLhV%3DSnpBW7aOyaxAjuwik-kJK2TE1-W%2BTYJw%40mail.gmail.com?utm_medium=emailutm_source=footer . For more options, visit https://groups.google.com/d/optout. Josh -- Josh Cooper Developer, Puppet Labs

Re: [Puppet Users] Could not retrieve file metadata ... end of file reached

2015-03-17 Thread Josh Cooper
/docs/2.4/mod/core.html#keepalivetimeout On 13 March 2015 at 05:28, Josh Cooper j...@puppetlabs.com wrote: On Thu, Mar 12, 2015 at 4:21 AM, James Green james.mk.gr...@gmail.com wrote: I was running puppet agent -t --noop repeatedly with this error. Running again, this time omitting

Re: [Puppet Users] Could not retrieve file metadata ... end of file reached

2015-03-12 Thread Josh Cooper
likely your catalog is performing a long'ish operation, e.g. installing a package, the master closes the idle connection, the agent then tries to retrieve a file whose source is a puppet URI, which triggers a metadata request, and the agent receives the EOF exception. Josh -- Josh Cooper Developer

Re: [Puppet Users] External Facts in MODULEPATH/MODULE/facts.d/

2015-03-05 Thread Josh Cooper
`puppet facts find` thanks to Erik's contribution in https://tickets.puppetlabs.com/browse/PUP-3698 Josh -- Josh Cooper Developer, Puppet Labs *PuppetConf 2015 http://2015.puppetconf.com/ is coming to Portland, Oregon! Join us October 5-9.* *Register now to take advantage of the Early Adopter

Re: [Puppet Users] Bug #15326] (Accepted) Scheduled_task does not accept domain user accounts

2015-02-24 Thread Josh Cooper
-4122-96fa-40703ab7c916%40googlegroups.com?utm_medium=emailutm_source=footer . For more options, visit https://groups.google.com/d/optout. -- Josh Cooper Developer, Puppet Labs *Join us at **PuppetConf 2015, October 5-9 in Portland, OR - * http://2015.puppetconf.com. *Register early to save

  1   2   3   4   5   >