Re: [Puppet Users] Making intermediate certificate

2021-07-06 Thread Justin Stoller
Hello! I don't have a favorite tutorial for making the certificate, but for steps two and three that you mentioned you should be able to run `puppetserver ca import` to help import your certs and get them to the correct location on disk. HTH, Justin On Fri, Jul 2, 2021 at 12:11 PM Jarod Schoen

Re: [Puppet Users] Newbie wants to know your favourite distro for Puppet Server

2021-06-15 Thread Justin Stoller
what the majority of customers use, however I think Redhat/CentOS 8, and our builds from http://yum.puppet.com/puppet-release-el-8.noarch.rpm will treat you better. HTH, Justin CentOS (or best distro) - with all Windows agents. No Linux agents required > right now. I'm just trying to automat

Re: [Puppet Users] Puppetserver ca migrate

2021-03-11 Thread Justin Stoller
te to the approach there if you want, otherwise I'll reply to this thread when it's sorted out. > -Original message- > *From:* Justin Stoller > *Sent:* Friday 5th March 2021 20:35 > *To:* puppet-users@googlegroups.com > *Subject:* Re: [Puppet Users] Puppetserver ca mi

Re: [Puppet Users] Puppetserver ca migrate

2021-03-05 Thread Justin Stoller
: That "Generation succeeded. Find your files in /etc/puppetlabs/puppetserver/ca" line should be coming from the "puppetserver ca" cli generating the CA files in the new location > > -Original message- > *From:* Justin Stoller > *Sent:* Thursday 4t

Re: [Puppet Users] Puppetserver ca migrate

2021-03-04 Thread Justin Stoller
ike > Uses the default puppet.conf in your installation, override by supplying the --config flag. ? Hope that helps, Justin On Thu, Mar 4, 2021 at 8:05 AM Gwen Clayde wrote: > Hi, > > I want to solve this issue " The cadir is currently configured to be > inside the /et

Re: [Puppet Users] Re: open source puppet-agent for ppc64le / power9 on rhel 8

2021-03-02 Thread Justin Stoller
That's a weird thing with the top level /el/ directory. We definitely build EL 8 builds internally and externally they're under /puppet/, http://yum.puppetlabs.com/puppet/el/8/ . If that doesn't work with the documented repo release packages let us know as it'd be a bug. - Justin > Best wishes, > &

Re: [Puppet Users] init config once

2021-01-31 Thread Justin Stoller
Just to pile on. If you want the content updated whenever the package is updated and you are managing the package with puppet you can "subscribe" to the package resource to have the file resource only applied when the package changes. On Fri, Jan 29, 2021 at 11:47 AM Ben Ford wrote: > I do have

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

2020-11-10 Thread Justin Stoller
We needed to upgrade Jetty but they changed their defaults and started warning about weak ciphers. To avoid breaking folks we added back the ciphers that had been allowed at the start of the 6.x series but that causes a lot of warnings. If you don't have connections that rely on the older ciphers

Re: [Puppet Users] Puppet Compiled catalog very slow after upgrade puppetserver from puppet5 to puppet6

2020-09-17 Thread Justin Stoller
This is a draft of a new 6.x tuning guide we're working on, it may be of some help to you https://tickets.puppetlabs.com/browse/SERVER-2771 The big things are a need for increased codecache and a very negative effect of low max-requests-per-instance values. hth, Justin On Thu, Sep 17, 2020 at 7

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 Justin Stoller
things go wrong, how do you reverse it? > Remove the .resource_types directory? > Yep! > > On Friday, August 28, 2020 at 2:47:26 PM UTC-4 pkraw...@gmail.com wrote: > >> Justin, yes it's happening in all environments which leads me to believe >> it's related to an old cop

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

2020-08-28 Thread Justin Stoller
y manage a symlink. If you are using environment caching as well it should be even safer because types will only be read from disk on the first compilation that uses them and then cached in memory after that. hth, justin 1. https://puppet.com/docs/puppet/6.17/environment_isolation.html#env_generat

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

2020-08-25 Thread Justin Stoller
ronment that's being loaded first, but I don't think that'd cause a problem for uncached, new parameters on a type. HTH, Justin 1. https://github.com/puppetlabs/r10k/blob/master/doc/dynamic-environments/configuration.mkd#generate_types On Tue, Aug 25, 2020 at 9:42 AM pkraw...@gmail.com wrote:

Re: [Puppet Users] Puppet Rest API's list

2020-08-12 Thread Justin Stoller
Let us know if they aren't easily findable from google or through the docs page. fwiw, they're linked by service/product like: db: https://puppet.com/docs/puppetdb/latest/api/index.html server: https://puppet.com/docs/puppetserver/latest/http_api_index.html and pe:

Re: [Puppet Users] Alternative autosign parameter

2020-08-05 Thread Justin Stoller
should be signed. Your script can then validate that the CSR contains the correct data attached. hth, Justin > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emai

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

2020-07-17 Thread Justin Stoller
uot; for the path, giving it a different name, and a method of "delete" should work. If not (or you want to do something different than allow any node to evict the cache) you can see the complete docs on auth rules here: https://github.com/puppetlabs/trapperkeeper-authorization/blob/master/doc

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

2020-07-16 Thread Justin Stoller
, Justin On Thu, Jul 16, 2020 at 10:52 AM Peter Krawetzky wrote: > I've reviewed sever 500 error posts in here but the answers seem to differ > based on the situation. > > > One of our developers modified code to include a parameter available in > httpfile 0.1.9 called quick_chec

Re: [Puppet Users] Re: revoke / delete node certificate from puppet ca remotely?

2020-07-15 Thread Justin Stoller
-authorization/blob/master/doc/authorization-config.md#rules hth, Justin On Tue, Jul 14, 2020 at 4:22 PM Randy Zagar wrote: > Did you ever get this to work? I used a similar method in an engineering > lab where systems regularly got re-imaged and, hence, needed to be able to > revoke and clean

Re: [Puppet Users] Upgrade from puppet 5 to puppet 6

2020-06-24 Thread Justin Stoller
t; On Friday, June 19, 2020 at 1:45:24 AM UTC+5:30, Justin Stoller wrote: >> >> providing the erb template would be valuable, if possible. >> >> The error looks like someone defined new constants w/in a custom function >> file. >> Is your erb file calling a custom

Re: [Puppet Users] Upgrade from puppet 5 to puppet 6

2020-06-18 Thread Justin Stoller
providing the erb template would be valuable, if possible. The error looks like someone defined new constants w/in a custom function file. Is your erb file calling a custom function? On Thu, Jun 18, 2020 at 8:08 AM Aditya Gupta wrote: > Hello All, > > Recently i have updated from puppet-5 to

Re: [Puppet Users] How do I install Puppetserver for Ubuntu 20.04 (focal)?

2020-06-15 Thread Justin Stoller
ave decided to support it, but it hasn't been prioritized yet. Commenting in the above ticket should help with that. HTH, Justin On Mon, Jun 15, 2020 at 1:54 AM Devminded wrote: > Hi. > > I'm trying to figure out how to install puppetserver on a Ubuntu 20.04 > (focal) but I cannot f

Re: [Puppet Users] puppetserver - Performance and tuning

2020-06-15 Thread Justin Stoller
into puppet_metrics_dashboard or puppet_metrics_collector modules on the forge for a basic setup to get started quickly. HTH, Justin On Fri, Jun 12, 2020 at 7:04 AM Nerbolff wrote: > Hello, community, > > > I wonder if my setup is properly thought out. > I've got a 4000+ instan

Re: [Puppet Users] SSL Port 8140 not running

2020-05-26 Thread Justin Stoller
to double check the webserver values in your /etc/puppetlabs/puppetserver/conf.d/ it should have a value that looks something like: webserver: { ...other configuration... ssl-port: 8140 } hth, justin On Tue, May 26, 2020 at 8:50 AM Andreas Meier wrote: > Hi Group! > > I am ju

Re: [Puppet Users] Puppet on Ubuntu Focal

2020-04-29 Thread Justin Stoller
get agent support we evaluate master support but that's more of a business decision that depends on user demand. HTH, Justin > On Sunday, April 26, 2020 at 6:05:40 PM UTC+10, Gabriel Nagy wrote: >> >> Hi, >> >> Focal support will be added in the next puppet release (6.15.

Re: [Puppet Users] PuppetDB latest version has disabled APIv1 metrics

2020-03-13 Thread Justin Stoller
in its respective conf.d. hth, Justin On Thu, Mar 12, 2020 at 7:23 PM comport3 wrote: > The latest version of PuppetDB v6.9.1 has removed localhost access to the > v1 API metrics. > Ref https://puppet.com/security/cve/CVE-2020-7943/ > > https://puppet.com/doc

Re: [Puppet Users] The sense of the strict_hostname_checking boolean changed from 6.8.0-1 to 6.9.0-1 (Ubuntu 18)

2020-03-02 Thread Justin Stoller
d by those features are now available in the Puppet language, eg: node /my-lovely-node.*/ { ... } We've left the setting in for now though so users can time their upgrades to newer syntax appropriately. HTH, Justin PS. h/t to @Abaddon for his work with us on this issue > Simon > > -- &g

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

2020-02-10 Thread Justin Stoller
On Mon, Feb 10, 2020 at 1:44 AM Martijn Grendelman wrote: > Hi Kevin and others who have responded, > > Thanks all for your tips. Unfortunately, no breakthroughs yet. > > The current state is this: > >- Both Puppetservers typically run at the latest version, currently >both 6.8.0. >-

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

2020-02-06 Thread Justin Stoller
eeing if your new Server is the latest version and your old server hasn't been upgraded in a few months. HTH, Justin On Thu, Feb 6, 2020 at 8:43 AM KevinR wrote: > Hi Martijn, > > it sounds like you have a sub-optimal combination of: > >- The amount of JRubies >- The total a

[Puppet Users] Re: puppet --trace content

2019-11-27 Thread Justin Stoller
(but if more folks are concerned about this having been a breaking change I can put the solitary `--trace` output back to having them interleaved). On Thu, Nov 21, 2019 at 10:41 AM Justin Stoller wrote: > Hello! > > I noticed that the way we were computing the "Puppet" stack (ie t

[Puppet Users] puppet --trace content

2019-11-21 Thread Justin Stoller
start work on it relatively soon. I'd love your feedback, either in-line or in the linked ticket, to help figure out *what* that something is (go back to interleaving vs provide different flags for different traces). Thanks, Justin 1. https://tickets.puppetlabs.com/browse/PUP-10150 -- Yo

Re: [Puppet Users] PE 2019.2 with Puppet Agent 5.x (Turn off new Intermediate CA architecture)

2019-11-19 Thread Justin Stoller
re for demo purposes, but it's not actively maintained. Again, there's probably a better way w/in PE to distribute the certs once you've regen them for the CA/master to the console/pdb, but I don't know it. You might want to try #puppet-enterprise in the community slack channel. hth, Justin &g

Re: [Puppet Users] PE 2019.2 with Puppet Agent 5.x (CA issue?)

2019-11-16 Thread Justin Stoller
Depending on your security inclinations you might try turning crl checking off on your 5.5 agent (iirc, that was the biggest issue - if not the only issue). You might have to also copy the signed cert over to the agent too). Otherwise, you may be able to turn off your master, delete your ssldir

Re: [Puppet Users] Puppetserver 6.2.1 refuses to start after crash

2019-10-28 Thread Justin Stoller
6.3.0, I believe), or install the concurrent gem via puppetserver's gem utility (ie `puppetserver gem install concurrent-ruby -v 1.1.5`). Of those I would recommend upgrading your server since the 6.2.x stream will no longer be receiving updates. HTH, Justin

Re: [Puppet Users] Puppetserver fails with a load error of "concurrent"

2019-10-11 Thread Justin Stoller
The Puppet Server and Puppet Agent brought in a dependency on the concurrent gem in versions 6.7.0 & 6.9.0 respectively (the server and agent are unfortunately versioned slightly differently). On the master, the Agent and the Server also share Ruby code. So if you have a Server >= 6.7 with an

Re: [Puppet Users] Puppet server won't start

2019-09-04 Thread Justin Stoller
On Wed, Sep 4, 2019 at 12:16 PM 'Prentice Bisbal' via Puppet Users < puppet-users@googlegroups.com> wrote: > I'm doing a fresh install of Puppet6 on CentOS 7.6: > > # rpm -qa | grep puppet > puppetserver-6.4.0-1.el7.noarch > puppetdb-termini-6.3.4-1.el7.noarch > puppet-bolt-1.26.0-1.el7.x86_64 >

Re: [Puppet Users] Re: Could not retrieve file metadata for puppet:///files/limits-conf: Error 500 on SERVER: Server Error: Not authorized to call find on /file_metadata/files/limits-conf

2019-05-28 Thread Justin Stoller
ent side function. HTH, Justin On Tue, May 28, 2019 at 8:48 AM Chris Phillips wrote: > I thought the same and have tried that to no avail. I believe its because > we are storing the files outside of the standard modules directory ie > /etc/puppetlabs/code where as we are using /etc/pup

Re: [Puppet Users] PuppetServer failing after restart

2019-05-09 Thread Justin Stoller
pgrade the agent to the 5.x series you need to upgrade your Puppet Server to the 5.x series as well. HTH, Justin > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this grou

Re: [Puppet Users] Puppet Sever 6 upgrade on Enterprise Linux 7.6 issue

2019-03-05 Thread Justin Stoller
probably just follow what whatever they say, tbh. - Justin On Tue, Mar 5, 2019 at 5:04 AM Martin Alfke wrote: > Maybe our blog can shed some light on this: > https://www.example42.com/2018/10/08/puppet6-ca-upgrading/ > > On 5. Mar 2019, at 13:49, jmp242 wrote: > >

Re: [Puppet Users] Puppet Sever 6 upgrade on Enterprise Linux 7.6 issue

2019-03-04 Thread Justin Stoller
The new ca tool (which is one of the things node clean is calling under the hood) uses the CA's http api in most cases and requires special permissions. By default, the api now only allows access to most certificate endpoints by clients that contain a special cert extension. You can create a cert

Re: [Puppet Users] Puppetserver 6.0.2 timeouts in the puppetserver log and on the agent side

2019-02-11 Thread Justin Stoller
pport for Java 8 and will use more non-heap memory/code cache for those new optimizations mentioned above. HTH, Justin 1. https://github.com/puppetlabs/trapperkeeper-webserver-jetty9/blob/master/doc/jetty-config.md#idle-timeout-milliseconds > Mike > > -- > You recei

Re: [Puppet Users] Puppet 3 and hiera

2019-01-09 Thread Justin Stoller
On Wed, Jan 9, 2019 at 9:06 AM Peter Berghold wrote: > Hi folks, > > I know... I know... get off of Puppet 3. I'll be getting there soon. > > Right now I have Puppet 3 in our production environment where I work. > Long political story as to why we are still on 3 that I won't get into. I >

[Puppet Users] [ANN] R10K 3.1.0 released

2018-12-07 Thread Justin Stoller
We're happy to announce the R10K 3.1.0 has been released to Rubygems.org. R10K provides the ability to reference environments acted upon in a deploy's postrun script. This should help users integrate the creation of Puppet's type generation into your code deployment. See this FAQ topic[1] for

Re: [Puppet Users] Issue when trying to sign a certificate

2018-11-26 Thread Justin Stoller
My total wag would be that there's an issue with your serial file being zeroed out (its just a place, off the top of my head, where we read in a string and cast it to a number that could flap like you've described). - Justin > > Thanks in advance! > > -- > You received this mess

Re: [Puppet Users] Re: puppet master not seeing certificate signing request from agent

2018-10-31 Thread Justin Stoller
What happens on the agent that is running on the master? When running any agent here's a flag, `--http_debug` I think, that will show you exactly what Puppet's requesting. Seeing the output from curling the CA endpoints from the agent in question might be helpful (both from curl's side and the

Re: [Puppet Users] puppet.conf ini heading

2018-10-30 Thread Justin Stoller
ection ` flag to act on a specific section. If you don't specify a section in the puppet.conf the setting will be applied to the "main" section. eg `puppet config print --section master external_nodes` should give you want you want. HTH, Justin 1. https://github.com/puppetlabs/puppet/blob

Re: [Puppet Users] Re: Updates to CA command line interaction in Puppet 6

2018-09-27 Thread Justin Stoller
llow anyone with http access to your CA to sign certs. Maybe your network is secure enough that that's okay, but in general folks should only whitelist the certnames or secure extensions that are allowed to admin a CA. HTH, Justin > > And sorry, puppetserver ca list now also works. >

Re: [Puppet Users] New CA CLI tools in Puppet Platform 5.5.5

2018-08-24 Thread Justin Stoller
nding our current certificate workflows and that that difficulty impedes many from following best practices. Ultimately our goal is help users, existing and new, to get to those best practices as quickly and easily as possible. Regards, Justin > > > In addition to the existing major featur

[Puppet Users] [puppet-users] A note regarding deprecated CA related settings in Puppet 5.5

2018-08-24 Thread Justin Stoller
Hello! We recently released a new version of the Puppet Platform that contained many CA related deprecations and we wanted to reach out and clarify a few things. Currently in Puppet 5 there are two(!) mostly identical CA implementations, which can cause race conditions in signing and revoking,

Re: [Puppet Users] Announce: Puppet Platform 5.5.6 is now available!

2018-08-23 Thread Justin Stoller
nored; they should simply be translated from ini to hocon in the Puppet Server's config). We hope to have another release relatively soon that allows you update the settings (and resolve the deprecation warnings). HTH, Justin > best > > ~pete > > -- > You received this messag

Re: [Puppet Users] Re: Unable to run source using 'exec' resource

2018-04-25 Thread Justin Timberlake
issues :) Thanks to all, Best Regards, J On Tue, Apr 24, 2018 at 6:48 PM, jcbollinger <john.bollin...@stjude.org> wrote: > Dear Justin, > > On Monday, April 23, 2018 at 9:49:34 AM UTC-5, Justin tim wrote: >> >> Hello John / Chris, >> >> First of all, I’d l

Re: [Puppet Users] Re: Unable to run source using 'exec' resource

2018-04-23 Thread Justin Timberlake
bollin...@stjude.org> wrote: > > > On Sunday, April 22, 2018 at 2:26:11 AM UTC-5, Justin tim wrote: >> >> Hi, >> >> I've been trying to setup openstack keystone for my DEV environment using >> Puppet. Everything works fine, except the 'exec' resource. >

[Puppet Users] Unable to run source using 'exec' resource

2018-04-22 Thread Justin tim
Hi, I've been trying to setup openstack keystone for my DEV environment using Puppet. Everything works fine, except the 'exec' resource. I have tried the below things, but not getting the desired results 1. '*/bin/bash -c 'source /root/openrc.sh*' in the command attribute, but nothing

Re: [Puppet Users] Re: hiera consul backend Puppet 4.10

2017-09-17 Thread Justin DynamicD
... but it's rather effective at the end of the day. On Thursday, September 14, 2017 at 11:55:01 AM UTC-7, John Baird wrote: > > Justin, > > I just wanted to say that I am currently working on implementing the > hiera_http to interact with consul. It's not nearly a

Re: [Puppet Users] Re: Hiera 5 + Puppet 5 File Backend

2017-09-16 Thread Justin DynamicD
I had a similar but "not quite the same" challenge. Basically I just added a custom ruby function to let you parse the data you're looking for. So in addition to lookup (), I now have things like consul_servicenames() which dumps all services presented by a host in an array format (handy for

Re: [Puppet Users] Re: hiera consul backend Puppet 4.10

2017-08-31 Thread Justin DynamicD
what services are registered to a node yet ... can't find a single working example. On Thursday, August 31, 2017 at 5:47:09 PM UTC-7, John Baird wrote: > > Justin, > > Funny, i'm dealing with a somewhat similar scenario, but I should let you > know that you CAN run lookup from CLI

Re: [Puppet Users] yumrepo still not working ?

2017-08-31 Thread Justin DynamicD
In the case of elasticsearch, that team has a rather robust module on the forge that will manage that for you (and is regularly updated, so it's very current)... which means you may be able to dig through their module and see how they are adding repos then run with that for other repos you want

Re: [Puppet Users] Re: hiera consul backend Puppet 4.10

2017-08-31 Thread Justin DynamicD
the exact key/value I want ... out of scope of this question though. Thank you for your help. On Wednesday, August 30, 2017 at 2:16:25 PM UTC-7, Henrik Lindberg wrote: > > On 30/08/17 18:23, Justin DynamicD wrote: > > Thanks for this info. > > > > My biggest problem r

Re: [Puppet Users] Re: hiera consul backend Puppet 4.10

2017-08-30 Thread Justin DynamicD
hiera_5 consul backend isn't going to happen. Can I use Hiera_5 syntax against a Hiera 3 backend? On Wednesday, August 30, 2017 at 4:31:11 AM UTC-7, Henrik Lindberg wrote: > > On 30/08/17 09:32, Justin DynamicD wrote: > > I finally was able to solve this issue on my own, so postin

[Puppet Users] Re: hiera consul backend Puppet 4.10

2017-08-30 Thread Justin DynamicD
s question. On Tuesday, August 29, 2017 at 5:38:33 PM UTC-7, Justin DynamicD wrote: > > Quick update: > > I found out i can run "hiera " successfuly on the server as long > as I link the the file to the path approrpiate to the hiera command > (designated with a 'which').

[Puppet Users] Re: hiera consul backend Puppet 4.10

2017-08-29 Thread Justin DynamicD
ntax issue. Also ... is hiera something we _only_ need to function on the server? or is the server going to let the local client try to process the hiera lookup? Basically I have no idea where I have to ensure hiera is running properly. On Tuesday, August 29, 2017 at 4:17:46 PM UTC-7, Justi

[Puppet Users] hiera consul backend Puppet 4.10

2017-08-29 Thread Justin DynamicD
Hi, anyone have some good concise examples on how to setup using a consul backend in hiera? I've attempted with little luck to get this backend to work. So far these are the steps I've tried: 1. Imported lynxman/hiera-consul into in the Puppetfile 2. Modified puppetserver.conf

[Puppet Users] Local variables lost outside of .each loop

2017-01-30 Thread Justin Diana
Hey guys, I'm trying to loop through a hash to set a variable and then use it outside of the loop. For some reason, although my debug shows the variable is getting set to the correct value, it's NULL as soon as I move up a layer in the nested loop: $lb_info.each |$k, $v| { $myaddress

[Puppet Users] [ANN] Puppet Server 2.7.2 Available

2016-12-06 Thread Justin Stoller
We’re happy to announce the 2.7.2 release of Puppet Server. This is a backward compatible bug fix release. The release contains packaging related fixes: * Remove unneeded RPM dependencies, including system ruby <--- Regression in 2.7.x that precipitated this release * Improvements to service

Re: [Puppet Users] Problems with new PE 2016.4 install

2016-11-03 Thread Justin Stoller
on a collection[1], and reading the error I would assume that the fact `mountpoints` is returning a string or that the "/tmp" key within the fact is returning a string. Which is not how Facter should be behaving[2]. Have you changed anything relating to Facter or its configuration? - Justin

[Puppet Users] Re: How to handle multiple modules requiring the same packages

2016-06-13 Thread Justin Rowles
At risk of bumping a now truly ancient thread (which I found because I have a 3rd party module and one of my own which both want to control a specific package), I don't see why puppet should complain when two identical (or at least non-contradictory) invocations of the same resource are found.

Re: [Puppet Users] Use nodes with defined resource in nginx configuration

2016-03-31 Thread Justin Rowles
you like it! Justin. On Tuesday, 19 January 2016 12:39:11 UTC, garethr wrote: > > On 19 January 2016 at 11:34, Lowe Schmidt <m...@loweschmidt.se > > wrote: > > Exported resources would accomplish what you are trying to do, as long > as > > you don't often and r

[Puppet Users] Puppet, Hiera, and Consul

2016-03-31 Thread Justin Rowles
-consul Any feedback, whether in questions, PRs, or complaints, will be appreciated. Justin. -- 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-user

[Puppet Users] Re: beaker gem vs rspec spec/acceptance ?

2016-02-16 Thread Justin Stoller
gt; > > gem 'beaker-puppet_install_helper', :require => false > gem 'master_manipulator',:require => false > gem 'serverspec',:require => false > > > end > > > The above error was when retrieving module dependencies as liste

[Puppet Users] Announce: Puppet Server 2.1.2 and 1.1.2 available!

2015-10-20 Thread Justin May
We are pleased to announce the release of Puppet Server 2.1.2 and 1.1.2! These are both security and bug-fix releases, no new features have been added and we recommend that all users upgrade. Debian 8 is a newly supported platform for Puppet Server 2.1.2. *Puppet Server 2.1.2* Released October

Re: [Puppet Users] Beaker and mock services

2015-10-20 Thread Justin Stoller
a FreeIPA domain. After you have a strong base of rspec-puppet tests I would use Beaker to ensure that the roles can *actually* spin up a FreeIPA box and join a similarly spun up domain, in a way that can *relatively* quickly smoke test small changes at a time before pushing them to a staging en

[Puppet Users] Install Puppet as Docker CLI image

2015-10-19 Thread Justin Jackson
Hi all, I am trying to set up the standalone puppet as a docker image to be used as a CLI. I am doing this so that my colleagues and I can share the same "environment" for running puppet on our different platforms of choice. We are using Mac, Linux (Ubuntu 14+) and Windows (8 and 10). We

[Puppet Users] file_line - 400 on SERVER: Invalid parameter match on File_line[lsinitgroup]

2015-04-12 Thread Justin Rovang
I've loosened my 'match' to something as simple as 'cheeseburger' to see if it works, same error, I've tried moving match above 'line' too, and have confirmed the file_line type exists (the error would be different in that case anyway) file_line { 'lsinitgroup': ensure =

[Puppet Users] hiera + module init.pp interaction

2015-02-25 Thread justin parker
Hello everyone, Is it possible to get a hiera response to variable being called from a module's init.pp file? -- 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] Re: hiera + module init.pp interaction

2015-02-25 Thread justin parker
it differently. I hope this answers your question. Drew On Wednesday, February 25, 2015 at 4:09:34 PM UTC-5, justin parker wrote: Hello everyone, Is it possible to get a hiera response to variable being called from a module's init.pp file? -- You received this message because you

[Puppet Users] Re: puppet-server 0.4.1 - malformed DN provided by HTTP header x-client-dn

2015-01-02 Thread Justin May
Hi Kevin, We have identified this bug in JIRA as SERVER-213. Essentially, we currently only support the standard ',' separated DN's and not OpenSSL style '/' separated ones which are generated by Apache and NGNX. Hopefully we will have this fixed soon. Thanks, Justin On Tuesday, December 23

[Puppet Users] Re: Did PE 3.7 kills r10k?

2014-12-27 Thread Justin Holguin
-specified in the pulldown menu. If you never want to override that setting with another classifier group, then you should also set Override all other environments in the group's metadata. Hope that helps! Justin On Friday, December 26, 2014 3:39:02 PM UTC-8, Vadym Chepkov wrote: Hi, I really

Re: [Puppet Users] beaker ec2 example, should this work?

2014-10-06 Thread Justin Stoller
On Mon, Oct 6, 2014 at 6:44 PM, Ken Barber k...@puppetlabs.com wrote: I was just testing the host config file from puppetdb coupled with the documentation on the beaker documentation. Those docs honestly look old, they are still mentioning blimpy which I effectively deprecated/superseded

Re: [Puppet Users] Re: Unable to do puppet apply nodes.pp

2014-09-25 Thread Justin Timberlake
in environment production in 0.34 secondsNotice: /Stage[main]/Main/User[newton]/ensure: createdNotice: Finished catalog run in 0.46 seconds* Cool ...!! Excellent.. Thank you for everything .. Justin On Thu, Sep 25, 2014 at 3:46 PM, Felix Frank felix.fr...@alumni.tu-berlin.de wrote: On 09/25/2014

Re: [Puppet Users] Re: Unable to do puppet apply nodes.pp

2014-09-24 Thread Justin tim
sure that this time it works for me without any issues. Thanks in Advance. Justin.. On Wednesday, 24 September 2014 02:17:16 UTC+5:30, Felix.Frank wrote: On 09/21/2014 05:59 PM, Justin Timberlake wrote: puppet:/etc/puppet/manifests # puppet apply -dv user-absent.pp Debug: Runtime

Re: [Puppet Users] Re: Unable to do puppet apply nodes.pp

2014-09-24 Thread Justin Timberlake
Hi Felix, I'l try to patch it, if you can paste the steps/instructions somewhere. Thanks Justin On Thu, Sep 25, 2014 at 5:58 AM, Felix Frank felix.fr...@alumni.tu-berlin.de wrote: On 09/24/2014 08:37 PM, Justin tim wrote: Hello Will/Felix, Both of you were right. I upgraded my Puppet

Re: [Puppet Users] Re: Unable to do puppet apply nodes.pp

2014-09-22 Thread Justin Timberlake
Hello Felix, I'l upgrade my Puppet master and client to 3.7.1. Thanks, Justin. On Sun, Sep 21, 2014 at 8:10 PM, Felix Frank felix.fr...@alumni.tu-berlin.de wrote: On 09/21/2014 07:25 PM, Justin Timberlake wrote: But the strange thing is that when i checked the Puppet webconsole

Re: [Puppet Users] Re: Unable to do puppet apply nodes.pp

2014-09-21 Thread Justin Timberlake
Hello Felix, Im using Puppet version 3.7.0 I tried applying the dysfunctional manifest ( this time for a new user 'nathan' ). Attached is the debug output. Thanks in Advance Justin On Sun, Sep 21, 2014 at 2:52 PM, Felix Frank felix.fr...@alumni.tu-berlin.de wrote: On 09/21/2014 04:20 AM

Re: [Puppet Users] Re: Unable to do puppet apply nodes.pp

2014-09-21 Thread Justin Timberlake
, Justin On Sun, Sep 21, 2014 at 5:32 PM, Felix Frank felix.fr...@alumni.tu-berlin.de wrote: On 09/21/2014 05:59 PM, Justin Timberlake wrote: Hello Felix, Im using Puppet version 3.7.0 I tried applying the dysfunctional manifest ( this time for a new user 'nathan' ). Attached

[Puppet Users] Re: Unable to do puppet apply nodes.pp

2014-09-20 Thread Justin tim
Hi all, Thanks for all your help and suggestions. The issue got resolved. It was a silly mistake that i was doing. I was creating the manifest in wrong dir path. My actual environment where puppet would look for manifest files is --/etc/puppet/environment/production/manfiest. And i was

[Puppet Users] PE 3.3 Installing module hangs

2014-07-21 Thread Justin Yaple
Hello, Im just starting to use puppet and tried to install this module: puppet module install spuder-gitlab It says: Notice: Skipping versions which dont express PE compatibility. To install the most recent version of the module reguardless of compatibility with PE, use the

Re: [Puppet Users] PE 3.3 Installing module hangs

2014-07-21 Thread Justin Yaple
Hi Justin, Unfortunately, that's the result of slightly overprotective behavior of the puppet module tool in PE. The intent is to inform you when the module you asked for expresses requirements on a PE version that isn't what you have. spuder-gitlab has no PE requirements

[Puppet Users] MySQL Module Root Password issue RHEL6

2014-02-06 Thread Justin Sevier
Hi All, I did search and found this article before I posted: https://groups.google.com/forum/#!searchin/puppet-users/mysql$20root/puppet-users/nEZ9bDcaBJE/4O0hN459g9oJ Unfortunately there really wasn't a resolution as far as I can see. *The situation:*I am trying to setup a test

[Puppet Users] Title on file resources

2014-01-14 Thread Justin Lambert
/${name} } } $name and $title both equal app::config in this example. Is what I’m trying to do possible? I’m running puppet 3.4.0. Thanks, Justin -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop receiving

Re: [Puppet Users] Title on file resources

2014-01-14 Thread Justin Lambert
the puppet internals to say that with authority. On Jan 14, 2014, at 3:33 PM, Joseph Swick joseph.sw...@meltwater.com wrote: On 01/14/2014 05:12 PM, Justin Lambert wrote: I’m attempting to create a bunch of symlinks based on an array of filenames but I can’t figure out how to use the title

Re: [Puppet Users] installing PE 3.1 on OpenSuse 13.1 x64

2014-01-08 Thread Justin Stoller
On Wed, Jan 8, 2014 at 12:21 PM, expouser churi...@gmail.com wrote: Hi All, Does anyone know how to install PE (3.1 latest) on OpenSuse (13.1 x64) Linux. Unfortunately, you can't as it's not a supported platform (SLES is though!) I'm getting: !! ERROR: Unknown platform

Re: [Puppet Users] node_aws issue: undefined method

2014-01-02 Thread Justin Stoller
has its own ruby). I would try blowing away your CP install and then running the PE installer and selecting the Install Cloud Provisioner option. HTH, Justin I also configured my ~/.fog file *:default:* * :aws_access_key_id:MYKEY* * :aws_secret_access_key:MYSECRETKEY* I successfully ran

Re: [Puppet Users] MySQL server install with datadir != /var/lib/mysql

2013-12-04 Thread Justin
Have you tried creating a symlink (eg. /var/lib/mysql - /mysql/data) before installing with yum? On Dec 3, 2013 8:40 PM, Thomas thomas.e.ke...@gmail.com wrote: Has anybody sucessfully used puppetlabs-mysql (or some other method) to install MySQL-server on Linux with a my.cnf where datadir !=

Re: [Puppet Users] Howto install current Version on SLES

2013-10-17 Thread Justin Stoller
you can get started here: http://docs.puppetlabs.com/pe/latest/install_basic.html HTH, Justin On Thu, Oct 17, 2013 at 9:15 AM, Michael Wörz michael.wo...@gmail.comwrote: Hello, just started with puppet. But the version shipped with Suse Linux Enterprise ist very old and i did not manage

Re: [Puppet Users] Run a script if port is not running

2013-08-28 Thread Justin Brown
on failure. Frankly Puppet agent runs are too slow and consume too many resources to play watchdog. You could solve this with an exec resource that does command = 'netstat -ltn | grep -qv PORT_NUMBER SCRIPT' Cheers, Justin On Wed, Aug 28, 2013 at 10:25 AM, Virtual_user fos...@gmail.com wrote: Hi

Re: [Puppet Users] Re: How do I set global noop?

2013-07-27 Thread Justin Brown
and facts. Regards, Justin On Sat, Jul 27, 2013 at 10:52 AM, rvlinden rene.vanderlinde...@gmail.com wrote: Sam, You could make some changes to you site.pp and set some defaults like this Exec { schedule = $::globalvars_schedule, noop = $::globalvars_noop, } File { schedule

Re: [Puppet Users] Attention!!! Puppet pe-activemq not Starting

2013-07-18 Thread Justin Stoller
/activemq.pp:25 also while doing how to start pe-activemq You may have better luck on the pe-users list. What is the output (to stdout, stderr, or a log file in /var/log/pe-activemq/*.log) when you run `/sbin/service pe-activemq start`? - Justin Regards, Ripunjay -- You received

Re: [Puppet Users] Announce: Puppet 3.2.3 Available

2013-07-17 Thread Justin Brown
Moses, The Fedora 19 packages have not been updated. Could you issue packages for http://yum.puppetlabs.com/fedora/f19/? Thanks, Justin On Mon, Jul 15, 2013 at 2:18 PM, Moses Mendoza mo...@puppetlabs.com wrote: 3.2.3 is a bugfix release of the Puppet 3.2 series. It fixes some Windows bugs

Re: [Puppet Users] Re: Unable to use Cloud Provisioner

2013-07-17 Thread Justin Stoller
On Wed, Jul 17, 2013 at 4:23 PM, shivaraj mathrubai me.shiva...@gmail.comwrote: I'm using CentOS On Thursday, 18 July 2013 00:21:52 UTC+1, shivaraj mathrubai wrote: Hi Guys, I'm unable to load the module cloud provisioner, when I try to run node_aws it gives me the below errors:

Re: [Puppet Users] Packages on fedora19

2013-07-15 Thread Justin Brown
Michael, Excellent work. No problems so far. Thanks, Justin On Sat, Jul 13, 2013 at 6:12 PM, Michael Stahnke stah...@puppetlabs.comwrote: Fedora 19 is now up on yum.puppetlabs.com. As a word of caution, this is the first distro to adopt Ruby 2.0, so there could be some bugs in a few spots

[Puppet Users] Yum.puppetlabs.com: Fedora 19

2013-07-11 Thread Justin Brown
Does anyone know when yum.puppetlabs.com will have a Fedora 19 repository? Fedora 19 has upgraded to Ruby 2.0. Based on Puppet Feature #18494, it looks like Puppet 3.2 is compatible. However, the RPM metadata for the Fedora 18 RPMs won't allow the packages to cleanly install. Thanks, Justin

Re: [Puppet Users] get some issues using rake command with puppet enterprise VM

2013-07-10 Thread Justin Stoller
' work ? \ thanks in advanced Rake and Gem are not added to the path automatically. You can find them in /opt/puppet/bin if you need them however. HTH, Justin -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group

  1   2   3   >