[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
$mykeytab = lookup('mymodule::mykeytab') file { '/path/to/mykeytab': ensure => file, content => $mykeytab, } Replace "content => $mykeytab" with "content => Binary($mykeytab)" so that the data is serialized to the agent correctly. See

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
On Tuesday, April 28, 2020 at 7:00:28 AM UTC-7, Miroslav Kalina wrote: > > Hello guys, > > I am trying to audit directory on server and automaticaly regenerate (with > custom script run by *exec*) it's content whenever user touches it. With > single files it's easy to do with > > file

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
the site.pp file is in the wrong place and therefore > not being read however, based on the above environment details, I'm > struggling to see how that's possible. > > Any help will be appreciated here. > > Many Thanks, > Dan, > > -- > You received this message be

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
digest to use explicitly. See the `digest_algorithm` puppet setting and the `checksum` file parameter. https://puppet.com/docs/puppet/latest/configuration.html#digestalgorithm https://puppet.com/docs/puppet/latest/type.html#file-attribute-checksum Thanks > > M > > On Friday, June 21,

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

2019-06-21 Thread Josh Cooper
On Fri, Jun 21, 2019 at 12:51 AM Martin Alfke wrote: > > Hi, > > has anyone tried what will happen if we place the Puppet 6 core modules in a > Puppetfile when still having a Puppet 5.x agent? > Will the agent still use the built-in types/providers? > > e.g. > Puppetfile: > mod

Re: [Puppet Users] stdlib module causes puppet failure

2019-06-21 Thread Josh Cooper
On Thu, Jun 20, 2019 at 10:45 AM Michael Watters wrote: > > I'm having an issue with the puppetlabs-stdlib module causing compilation > failures using the puppet apply command. > > > Error: Class 'stdlib' is already defined (file: > >

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

2019-06-21 Thread Josh Cooper
On Thu, Jun 20, 2019 at 9:05 AM 'slig...@verizon.net' via Puppet Users wrote: > > Hello, > > We are using some fips and some non-fips agent. Proper agent rpm (fips or non > fips based on current configuration) has been installed, however, after agent > installation, if we were to update a agent

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
jor => "16.04" } }, family => "Debian", hardware => "x86_64", name => "Ubuntu", release => { full => "16.04", major => "16.04" }, selinux => { enabled => false } } > On Wed, Ju

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
the agent would abort the pluginsync operation, even though it could be making progress downloading individual files (see PUP-2885)! > Thanks - cheers! > > John > > > > On Fri, 2018/01/05 11:53:12AM -0800, Josh Cooper <j...@puppet.com> wrote: > | In Puppet 4 we added setti

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
-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/puppet-users/CAB586860327CB498EF79903967FEA231A7A720B%40E-EXDAGE-A0. > extra.cea.fr > <https://groups.google.com/d/msgid/puppet-users/CAB586860327CB498EF79903967FEA231A7A7

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
/pure/parser.rb no changes added to commit (use "git add" and/or "git commit -a") Dropped refs/stash@{0} (6ef5ec0fb8027f9957e9c5f55856389db79258cb) $ PAGER= git diff diff --git a/lib/puppet/external/pson/pure/parser.rb b/lib/puppet/external/pson/pure/parser.rb index cf607afc0a..58fa1

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

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] 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
pet/lib/puppet/util/command_line.rb:12:in `' >> 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/sys/ruby/lib/rub

Re: [Puppet Users] Rubygem not visible to puppet

2016-01-08 Thread Josh Cooper
visit https://groups.google.com/d/optout. > I'd recommend using the `puppet_gem` package provider, which in 4.x manages gems in the AIO package, e.g. package { 'rubyzip': ensure => present, provider => 'puppet_gem', } Josh -- Josh Cooper Developer, Puppet Labs -- You received

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
r more options, visit https://groups.google.com/d/optout. > Josh [1] https://tickets.puppetlabs.com/browse/PUP-3502?focusedCommentId=133316=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-133316 [2] https://github.com/puppetlabs/puppet/blob/master/lib/puppet/util/featur

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
On Tuesday, September 8, 2015 at 11:47:44 AM UTC-7, Vince Skahan wrote: > > I think I found a bug in facter in 3.8.2 but wanted to ask here before > opening a PL ticket. > > Basic description is that facter has different behaviors if you run it > without vs. with a fact specified. > > To

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
On Sunday, June 28, 2015 at 10:49:21 AM UTC-7, Mikhail Simin wrote: I'm using Puppet 3.7.3 and I observe this strange behavior when using the API to sign a certificate: == /var/log/apache.log == Jun 28 17:18:07.00 prod-puppetca apache: 127.0.0.1 prod-puppetca:8140 - -

[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

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

Re: [Puppet Users] Puppet runs the yum install command per each package

2015-01-14 Thread Josh Cooper
', 'iftop', 'python-backports', 'python-enum34', 'python-psutil', 'vconfig', 'expect', 'tcsh', 'python-setuptools'] package { $install_packages_el6: ensure = latest, } Puppet runs the yum install command per each package See https://tickets.puppetlabs.com/browse/PUP-146 Josh -- Josh

Re: [Puppet Users] Re: Puppet applies new file, then reverts it back

2015-01-05 Thread Josh Cooper
: /Stage[main]/Main/File[c:/foo]/content: content changed '{md5}0122b4c2c01ee1c698ecc309d2b8eb5a' to '{md5}81e073b428b50247daba38531dcf412a' But the output from your agent run seems to use the same case... Josh -- Josh Cooper Developer, Puppet Labs *Join us at **PuppetConf 2015, October 5-9

Re: [Puppet Users] Puppet agent in background causing dependency failure.

2015-01-05 Thread Josh Cooper
visit https://groups.google.com/d/msgid/puppet-users/5468B451.7040301%40Alumni.TU-Berlin.de . 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

Re: [Puppet Users] Passing exe switches on Windows

2014-12-12 Thread Josh Cooper
://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 40%!* -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe

Re: [Puppet Users] problem with windows client

2014-12-12 Thread Josh Cooper
%40googlegroups.com?utm_medium=emailutm_source=footer . For more options, visit https://groups.google.com/d/optout. Josh [1] https://github.com/djberg96/win32-dir/blob/ffi/lib/win32/dir.rb#L14-L70 [2] https://docs.puppetlabs.com/facter/2.3/core_facts.html#path -- Josh Cooper Developer, Puppet Labs *Join us

Re: [Puppet Users] problem with windows client

2014-12-12 Thread Josh Cooper
On Fri, Dec 12, 2014 at 1:49 PM, Felix Frank felix.fr...@alumni.tu-berlin.de wrote: On 12/12/2014 07:03 PM, Josh Cooper wrote: The constants are defined in the win32-dir gem[1]. Aweseome! path = $::local_appdata;$path Wait, shouldn't this be path = [ $local_appdata, $path

  1   2   3   4   >