[Puppet Users] Re: After puppet 3.8 - 6.17 upgrade, missing lots of pre-defined facters

2020-08-03 Thread Paul Raines
. > > there are a number of legacy facts hidden by default, they usually have > modern equivalents, please see the above link for a description > > > > > > On Monday, August 3, 2020 at 2:40:00 PM UTC+1 paul@gmail.com wrote: > >> >> I upgrad

[Puppet Users] After puppet 3.8 - 6.17 upgrade, missing lots of pre-defined facters

2020-08-03 Thread Paul Raines
I upgraded recently from puppet 3.8 to 6.17 on CentOS 7 using the http://yum.puppetlabs.com/puppet6/el/7/ repos. The puppet-agent package replaced the facter package. I notice a lot of facters that existed before are missing. For example zfs_version Were lots of these removed for specific r

[Puppet Users] Re: apache::mod::php::php_version - class versus hiera

2019-06-19 Thread Paul van den Bergen
OK, sorted - PEBKAC... in removing the config in the profile I removed mod php completely... doh On Thursday, 20 June 2019 02:39:34 UTC+10, Paul van den Bergen wrote: > > Hey folks, > > working with an older apache puppet module - 3.1.0 - that doesn't have use > cases for

[Puppet Users] apache::mod::php::php_version - class versus hiera

2019-06-19 Thread Paul van den Bergen
Hey folks, working with an older apache puppet module - 3.1.0 - that doesn't have use cases for bionic so I need to set my php version manually. if I include class { '::apache::mod::php': php_version => '7.2' # bionic } in my profile manifest it works just fine... if instead I try to

[Puppet Users] Re: Getting failure in puppet pipelines on premise enterprise installation, Please help

2018-05-04 Thread Paul Schaffer
there. Thank you, Paul On Friday, May 4, 2018 at 10:55:29 AM UTC-7, sidharth.v...@gmail.com wrote: > > Caused by: java.sql.SQLNonTransientConnectionException: Could not connect > to address=(host=35.231.23.92)(port=3306)(type=master) : Operation timed > out (Connection timed out)

[Puppet Users] Re: puppet disadvantages

2017-09-26 Thread Anirban Paul
https://jjasghar.github.io/blog/2013/06/26/ansible-vs-chef-vs-puppet/ On Monday, September 21, 2015 at 6:47:37 PM UTC+5:30, Sindhujit Ganguly wrote: > > Hi, > Can someone tell me the disadvantages of Puppet GUI? Why is Puppet > slow to changes and customer requests as compared to Ansible an

[Puppet Users] Re: apt/yum.downloads.puppetlabs.com CDN & rsync deprecation

2017-04-24 Thread Andreas Paul
We would also be interested in an alternative server to rsync from. Best regards, Andreas Paul On Monday, April 24, 2017 at 2:46:24 PM UTC+2, Chris Kuehl wrote: > > Is there an alternative server we can rsync from? We've been using ftpsync > (the recommended tool <https://www.

Re: [Puppet Users] Trouble with future parser ?

2017-01-03 Thread Paul Seymour
On Tuesday, 3 January 2017 11:07:53 UTC, R.I. Pienaar wrote: > > > > > yes, so this class needs access to the variable in question, best to pass > it > into it as a property > Yeah got it thanks. What I missed looks way more obvious when I lay it out in a mail. Not fully back after the holid

Re: [Puppet Users] Trouble with future parser ?

2017-01-03 Thread Paul Seymour
On Tuesday, 3 January 2017 10:59:42 UTC, R.I. Pienaar wrote: > > > > - Original Message - > > From: "Paul Seymour" > > > To: "puppet-users" > > > Sent: Tuesday, 3 January, 2017 11:57:02 > > Subject: [Puppet Users]

[Puppet Users] Trouble with future parser ?

2017-01-03 Thread Paul Seymour
-%> GRUB_HIDDEN_TIMEOUT=<%= @hidden_timeout %> <% end -%> <% if @hidden_timeout_quiet != nil -%> GRUB_HIDDEN_TIMEOUT_QUIET="<%= @hidden_timeout_quiet %>" <% end -%> GRUB_DISTRIBUTOR=<%= @distributor %> GRUB_CMDLINE_LINUX_DEFAULT="quiet" <%

Re: [Puppet Users] development workflow

2016-11-07 Thread Paul Seward
t you keep everything in a 3rd party service like bitbucket. Some workflow related features (eg mandating a minimum number of approvals on a merge request before it being accepted) are only available in the enterprise edition, but you can get a lng way with the free version. -Paul On 7 November 201

[Puppet Users] Re: handy tip against unhelpful "Could not intern from pson" error

2016-09-12 Thread Paul Otto
This saved me a bunch of time just now. Thanks! Regards, Paul Otto On Monday, February 24, 2014 at 7:53:14 AM UTC-7, Helen Paterson wrote: > > Thank you, this was a great help > > On Wednesday, August 24, 2011 5:21:21 PM UTC+1, Luke Bigum wrote: > >> Cheers, that'll

[Puppet Users] Re: R10k Deploy single module first time

2016-08-19 Thread Andreas Paul
Hi, shameless self-plug: you could try out my r10k fork https://github.com/xorpaul/g10k It does the almost all operations in parallel which can speed up your environment deployment dramatically. Already compiled binary blobs can be found here: https://github.com/xorpaul/g10k/releases On Tue

Re: [Puppet Users] Puppet install failure

2016-04-27 Thread Paul Trepanier
Thanks for your help everybody! I should have just done the RT*M thing from the start... On Tuesday, April 26, 2016 at 3:39:45 PM UTC-5, Melissa Stone wrote: > > > > On Tue, Apr 26, 2016 at 1:29 PM Paul Trepanier > wrote: > >> Well, puppet docs say just run "yum i

Re: [Puppet Users] Puppet install failure

2016-04-26 Thread Paul Trepanier
at version of the install guide actually works? Troubled by how difficult this is and I say that being someone who's been in this business long enough to have to compile software in UNIX in order to get it to run - long before package managers... Paul On Tuesday, April 26, 2016 at 3:22:08 PM

Re: [Puppet Users] Puppet install failure

2016-04-26 Thread Paul Trepanier
t not ready for prime time on 7? Paul On Tuesday, April 26, 2016 at 2:46:13 PM UTC-5, Christopher Wood wrote: > > On Tue, Apr 26, 2016 at 12:37:38PM -0700, Paul Trepanier wrote: > >Hi Folks, > >..on CentOS 7 > > > ># rpm -ivh > http://yum.puppetlabs.

Re: [Puppet Users] Puppet install failure

2016-04-26 Thread Paul Trepanier
quot; in it). What is the difference between the "pc1 and non-"pc1" variants? Would have been nice if they explained this in README.txt... Paul On Tuesday, April 26, 2016 at 2:46:13 PM UTC-5, Christopher Wood wrote: > > On Tue, Apr 26, 2016 at 12:37:38PM -0700, Paul Trepanier

Re: [Puppet Users] Puppet install failure

2016-04-26 Thread Paul Trepanier
Confused. Why did you include links to 4.0 docs for 3.8? It appears you can't install 4.0 based on all the instructions out there referencing yum.puppetlabs.com. ?? On Tuesday, April 26, 2016 at 2:46:13 PM UTC-5, Christopher Wood wrote: > > On Tue, Apr 26, 2016 at 12:37:38PM

[Puppet Users] Puppet install failure

2016-04-26 Thread Paul Trepanier
@puppetlabs-deps ruby-shadow.x86_64 1:2.2.0-2.el7 @puppetlabs-deps Thanks! Paul -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emai

[Puppet Users] puppet can not auto update files under one dircetory when one of these files was deleted

2016-01-21 Thread paul zhao
In Centos 6.5, I use puppet 3.8.2. I found an question, for example: in pupept-server machine, there has diretory A, and a.conf in A, b.conf in A, then in puppet-agent, after synchronized(puppet agent -t), there also has diretory A, a.conf in A, b.conf in A next, in pupept-server, I deleted ..

[Puppet Users] Re: Using Puppet 4 with external CA and single intermediate CA

2015-07-03 Thread Andreas Paul
Found a Puppet Server bug which sounds to me like the source of my problem: https://tickets.puppetlabs.com/browse/SERVER-346 On Thursday, July 2, 2015 at 6:36:52 PM UTC+2, Andreas Paul wrote: > > Hello there, > > I'm trying to bootstrap my new Puppet 4 environment with

[Puppet Users] Using Puppet 4 with external CA and single intermediate CA

2015-07-02 Thread Andreas Paul
Hello there, I'm trying to bootstrap my new Puppet 4 environment with an external CA as described here: https://docs.puppetlabs.com/puppet/latest/reference/config_ssl_external_ca.html#option-2-single-intermediate-ca Here is the important part of the config: webserver.conf: > ... > ssl-cert : /

Re: [Puppet Users] A case for git (SVN vs Git)

2015-06-17 Thread Paul Seward
#x27;ve taken on more services than we were running last year, and made a lot of architectural changes in the last 4 months, so it's really not comparing like with like. That said, I still think we wouldn't have been able to get this months volume of changes out the door with our svn work

Re: [Puppet Users] A case for git (SVN vs Git)

2015-06-15 Thread Paul Seward
x merged to production) then evaluating how svn and git meet those requirements in a fair unbiased manner. Obviously git will still win in any scenario which involves branching/merging - but at least you'll have gone about it in a structured way, and that's hard to argue against. -Paul --

[Puppet Users] Re: Multi-master with SRV records

2015-05-06 Thread Paul Seymour
On Tuesday, 5 May 2015 21:09:31 UTC+1, Justin Lambert wrote: > > I need to build a new puppet environment and was looking at using SRV > records for a multi-master setup. Having a single master and SRV records > works great, but I haven’t successfully been able to build a second master. > > >

Re: [Puppet Users] Re: Announce: Native Facter (cfacter) 0.3.0 is available!

2015-02-04 Thread Paul Seymour
On Wednesday, 4 February 2015 23:07:46 UTC, Melissa Stone wrote: > > > > On Tue, Feb 3, 2015 at 5:37 AM, Paul Seymour > wrote: > >> >> >>> Thanks for this. Just put the RHEL7 x86_64 on a puppet client and it >>> complains:- >>> >

[Puppet Users] Re: Augeas and grub.conf

2015-02-03 Thread Paul Greenbank
Hi You can try setm - I'm not expert but have managed to use setm to do what you need: # Enable audit prior to daemon augeas { 'set_audit': incl=> '/boot/grub/grub.conf', lens=> 'grub.lns', changes => [

[Puppet Users] Re: Announce: Native Facter (cfacter) 0.3.0 is available!

2015-02-03 Thread Paul Seymour
e installed via the RPM in /usr/lib this doesn't happen when running via the command line so maybe something with my environment. Linking/Copying the libs to /usr/lib64 and all is well with Puppet agent Thanks Paul -- You received this message because you are subscribed to the Google Groups

[Puppet Users] CouchDB with Hiera HTTP

2015-02-01 Thread Paul Ponzeka
So I am trying out CouchDB with hiera-http, and so far almost everything is working nicely. I am running into an issue where fact's are not being translated into usebale data. Meaning, in hiera, i have a definition: *pdcemulator*%{clientcert} When I do a hiera lookup, it comes back blank: hie

Re: [Puppet Users] PuppetDB 1.6.3 Garbage collection fails abruptly

2015-01-07 Thread Andreas Paul
[pool-3-thread-1] [cli.services] Finished database garbage collection On Friday, January 2, 2015 6:19:06 PM UTC+1, Andreas Paul wrote: > > Hi Wyatt, > > - Have you recently upgraded PuppetDB, or changed any other part of your > Puppet/PuppetDB installation? > No, we haven&#x

Re: [Puppet Users] PuppetDB 1.6.3 Garbage collection fails abruptly

2015-01-02 Thread Andreas Paul
> > That should help get the ball rolling -- to my knowledge we haven't seen > this before. > > Thanks, > Wyatt > > > On 01/02/2015 06:44 AM, Andreas Paul wrote: > > Hi there, > > > > the PuppetDB garbage collection fails sometimes after 5 minutes

[Puppet Users] PuppetDB 1.6.3 Garbage collection fails abruptly

2015-01-02 Thread Andreas Paul
Hi there, the PuppetDB garbage collection fails sometimes after 5 minutes and sometimes after 2-3 hours with the following error message: 2014-12-29 12:12:57,312 INFO [pool-3-thread-1] [cli.services] Starting database garbage collection 2014-12-29 16:31:39,106 ERROR [pool-3-thread-1] [cli.serv

[Puppet Users] selinux / selboolean error

2014-12-26 Thread Paul Raines
In the manifest/init.pp of a module I am writing in puppet 3.6.2 I have if $selinux { selboolean { 'authlogin_nsswitch_use_ldap': persistent => true, value => on, } } How when this runs on machine with selinux disabled (facter clearly shows $selinux is fal

[Puppet Users] Issue with Defined Resource on Windows and Powershell

2014-12-19 Thread Paul Ponzeka
I have a powershell script that I need to re-use several times in puppet. Essentially it is a single line script that creates a new AD site. But, I have three sites to create. From my understanding I need to use a resource, but am having trouble getting it working. Here is my setup:

Re: [Puppet Users] PuppetDB errors

2014-11-24 Thread Paul Seymour
Thanks Wyatt, I have sent the tarballs from a couple of instances where we are seeing this to your inbox. Cheers Paul On Friday, 21 November 2014 17:32:16 UTC, Wyatt Alt wrote: > > Manually deleting that row (id=22128) in fact_values might also do the > trick if it's only one

Re: [Puppet Users] PuppetDB errors

2014-11-20 Thread Paul Seymour
On Wednesday, 19 November 2014 17:56:23 UTC, Wyatt Alt wrote: > > Hey Paul, > > That's some kind of DB corruption. Shouldn't be happening. Do you have > any sense of when this started or whether it was tied to a recent > upgrade? Is there a stacktrace in your logs

[Puppet Users] PuppetDB errors

2014-11-19 Thread Paul Seymour
bb83 | | | 107292 | | Is it just noise or something to be concerned about ? This is with v2.2.1 and PostGres 9.3.5 Thanks Paul -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe

[Puppet Users] PuppetDB Queries

2014-11-18 Thread Paul Seymour
r easier from inside PSQL ? Thanks Paul -- 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 view this disc

[Puppet Users] Re: Puppet Classes not Showing in Enterprise Console

2014-11-12 Thread Paul Sanders
My Class is now showing in the console. It was down to some syntax issues and naming conventions within my .pp files. That will teach me to blindly copy and paste! On Tuesday, 11 November 2014 14:29:08 UTC, Paul Sanders wrote: > > Hello All, > > I am currently running Puppet En

[Puppet Users] Puppet Classes not Showing in Enterprise Console

2014-11-11 Thread Paul Sanders
repo (v0.7.7-32-gfd1c97f) > > ├── puppetlabs-pe_staging (v0.3.3-2-g3ed56f8) > > ├── puppetlabs-postgresql (v2.5.0-pe2) > > ├── puppetlabs-puppet_enterprise (v3.2.1-27-g8f61956) > > ├── puppetlabs-reboot (v0.1.4) > > ├── puppetlabs-request_manager (v0.1.1) > > └── pu

[Puppet Users] Puppet Labs' Splunk module not purging ini_setting resources?

2014-10-27 Thread Paul Krizak
Hi, all. I'm having a hell of a time trying to figure out why the Puppet Labs' Splunk module (https://forge.puppetlabs.com/puppetlabs/splunk) seemingly refuses to work with the ini_setting purge functionality. Inside the module, it's got some code to purge content from the two managed INI file

Re: [Puppet Users] Facter via cron hanging on RHEL5

2014-10-21 Thread Paul Seymour
On Monday, 20 October 2014 17:20:23 UTC+1, Wil Cooley wrote: > > > On Oct 20, 2014 1:41 AM, "Paul Seymour" > > wrote: > > > > This didn’t happen with 1.6.x which was our previous version.And I > cannot find a RHEL6 host with this issue. So I suspect

[Puppet Users] Facter via cron hanging on RHEL5

2014-10-20 Thread Paul Seymour
ur previous version.And I cannot find a RHEL6 host with this issue. So I suspect Ruby here. Any ideas anyone ? Thanks Paul -- 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] Re: Passing Parameters to Powershell

2014-10-15 Thread Paul Ponzeka
1.1.1","2.2.2.2"] On Monday, October 13, 2014 1:48:46 PM UTC-4, Paul Ponzeka wrote: > > Josh, your a god among men. Thank you so much. It was the literal string > for the variable that resolved it. > > On Monday, October 13, 2014 1:05:39 PM UTC-4, Josh Cooper wrote:

Re: [Puppet Users] Re: Passing Parameters to Powershell

2014-10-13 Thread Paul Ponzeka
Josh, your a god among men. Thank you so much. It was the literal string for the variable that resolved it. On Monday, October 13, 2014 1:05:39 PM UTC-4, Josh Cooper wrote: > > Hi Paul, > > On Mon, Oct 13, 2014 at 7:15 AM, Paul Ponzeka > wrote: > >> Thanks for this

Re: [Puppet Users] Re: Passing Parameters to Powershell

2014-10-13 Thread Paul Ponzeka
warders = '1.1.1.1' ) { anchor { 'windows_dns::begin': } -> class{'windows_dns::install': } -> class{'windows_dns::config': } -> class{'windows_dns::service': } -> anchor { 'windows_dns::end': } } Any help would be ama

Re: [Puppet Users] Re: Passing Parameters to Powershell

2014-10-09 Thread Paul Ponzeka
I tried that and it just came up blank. Am I suppose to pass it as a powershell parameter? On Thursday, October 9, 2014 5:18:05 PM UTC-4, Paul Ponzeka wrote: > > Thanks josh, so in my template file setdnsforwarders.ps1 is this the > correct syntax? > > $outside = <%= sc

Re: [Puppet Users] Re: Passing Parameters to Powershell

2014-10-09 Thread Paul Ponzeka
exec { "Executing a script": >> command => "powershell.exe -ExecutionPolicy ByPass -File >> ${script} ${param1}", >> unless => "powershell.exe -ExecutionPolicy ByPass -command >> \"here any command on powershell \"&

[Puppet Users] Re: Passing Parameters to Powershell

2014-10-09 Thread Paul Ponzeka
C-4, Juan Andres Ramirez wrote: > > if you want execute a powershell file: > > command => "powershell.exe -ExecutionPolicy ByPass -File file.ps1 > ${param1}" > > On Thursday, October 9, 2014 4:22:14 PM UTC-3, Paul Ponzeka wrote: >> >> I am using Puppet insta

[Puppet Users] Passing Parameters to Powershell

2014-10-09 Thread Paul Ponzeka
I am using Puppet installed with the powershell module. I am struggling with how to pass a puppet variable through to powershell. For instance I have the following in my module *init.pp* file: class windows_dns( $forwarders = '1.1.1.1' ) { anchor { 'windows_dns::begin': } -> class{'win

[Puppet Users] Re: EXEC resource fails but does not log a failure

2014-10-08 Thread Paul Chernoch
, the TF VIEW command, which actually fetches a file from TFS, handles all the cases properly. Paul On Tuesday, October 7, 2014 12:15:23 PM UTC-4, Paul Chernoch wrote: > > I have an EXEC command that has an onlyif condition. When I have my puppet > service running as the correct user acc

[Puppet Users] EXEC resource fails but does not log a failure

2014-10-07 Thread Paul Chernoch
quot;: command => $tfview_cmd, path => $exec_path, cwd => $tf_dir_unix, onlyif=> $tfhistory_cmd, returns => ["0"], logoutput => true, require => Class['tfview::tfcomponents'] } I am running agents on Windows

Re: [Puppet Users] puppetlabs-apache n00b question - docroot value for fully proxied virtual host?

2014-09-25 Thread Paul BH
Thanks for this guys; sorry I hadn't seen these responses till now... I'd gladly do a PR, but what would be the situation when its not required? Is it if @proxy_dest or @proxy_pass are set? Secondly; my setup (running a jenkins box behind apache) also needs these directives set: AllowEncodedSl

[Puppet Users] Re: Generate Puppet manifiest from server

2014-09-25 Thread Paul Tötterman
> > Anyone knows if there is any possibility to generate a puppet manifiest > from a server to use it as a template to other servers?. > Take a look at BluePrint <http://devstructure.com/blueprint/> Cheers, Paul -- You received this message because you are subscribed to

[Puppet Users] puppetlabs-apache n00b question - docroot value for fully proxied virtual host?

2014-09-15 Thread Paul BH
? As all traffic is proxied, I (believe) the value is irrelevant. Is there a way to tell the puppet module to not write out a docroot? Cheers! Paul -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and

[Puppet Users] Re: What do you use the 'group' attribute for when using the acl module?

2014-09-10 Thread Paul Chernoch
Thank you! From what you say, I doubt that I need to mess with it. Paul -- 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] What do you use the 'group' attribute for when using the acl module?

2014-09-09 Thread Paul Chernoch
plicit managed ACE. See Microsoft's page <http://support.microsoft.com/kb/126629> for instructions on enabling CREATOR GROUP. Paul -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and st

[Puppet Users] Re: Puppet Enterprise runonce fails but regularly scheduled agent run succeeds

2014-09-03 Thread Paul Chernoch
Thank you! I did not know there was a separate MCO user! I will see what happens when I change it. My further investigation does show that the problem is due to which user account is running RUBY.EXE on the agent, so this is likely the answer. Paul On Friday, August 29, 2014 5:03:55 PM UTC-4

[Puppet Users] Re: PuppetDB 2.2 and pg_trgm extension

2014-08-30 Thread Paul Seymour
Ignore me didn't add the extension to the PuppetDB database. Added it to the puppetdb DB and hey presto:- 2014-08-30 08:40:27,935 INFO [c.p.p.s.migrate] Creating additional index `fact_paths_path_trgm` Too early in the morning for this sh.. Cheers Paul -- You received this message be

[Puppet Users] PuppetDB 2.2 and pg_trgm extension

2014-08-30 Thread Paul Seymour
ths around for my environment but that shouldn't matter. Any ideas. These are on RHEL6.5. Cheers Paul -- 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

[Puppet Users] Puppet Enterprise runonce fails but regularly scheduled agent run succeeds

2014-08-29 Thread Paul Chernoch
hat itself calls TF.EXE HISTORY to see if the file has changed in TFS and needs to be checked out again. That script is coded so that if an exception is thrown by TF.EXE, it will return zero, and indicate that TF VIEW must be called to fetch a new copy of the file. Any ideas? Paul Chernoch Lead Sof

Re: [Puppet Users] PuppetDB Catalog Duplication and Multiple Masters

2014-08-18 Thread Paul Seymour
; Perhaps, with more details. > > ken. > Thanks Ken, your reply has prompted me to take a look at something and we have some inline templates that dump some variables. I will switch these off to see if it takes care of it - and I suspect it will. If not I will come back to you.

[Puppet Users] PuppetDB Catalog Duplication and Multiple Masters

2014-08-18 Thread Paul Seymour
pool ? I saw this by switching on the debug setting in PuppetDB and diffing the resulting JSON files. Would that be the case, or is it something else I am not seeing ? Any ideas on how to improve this ? Thanks Paul -- You received this message because you are subscribed to the Google Groups

[Puppet Users] Re: How to get agents ip address in master manifest file

2014-08-13 Thread Paul Tötterman
> > I have a requirement to get the value of the ip address which send the > request for the catalog for the master in one of my manifest file. How can > i retrieve it inside master manifest file ? > Read about facts: https://docs.puppetlabs.com/learning/variables.html Cheers,

[Puppet Users] Enterprise Validation Installer - DNS resolution

2014-07-23 Thread Paul Sanders
ere a way I can troubleshoot this error any further, as 'Log View' doesn't show any information. Thanks, Paul -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving email

[Puppet Users] Re: Puppet module for Windows 2012 SNMP Service

2014-07-23 Thread Paul Tötterman
> > Does anyone have a module or example puppet code for turning on SNMP > server and setting the community on a Windows 2012 server? > I think SNMP on Windows 2012 is deprecated: http://technet.microsoft.com/en-us/library/hh831568 Cheers, Paul -- You received this message bec

[Puppet Users] SRV Records and Multiple Masters

2014-07-18 Thread Paul Seymour
Hello, Just looking for a little "best practice" advice. If I am using DNS SRV records to load-balance and use multiple Puppet Masters, and CA servers (certificate data is sync'ed) which is the best recommended way of generating the master certificate ? So I set certname in the [master] sectio

[Puppet Users] Controlling the order of stop/starts on refresh between dependent services.

2014-06-02 Thread Paul Gale
like the underlying series of operations to be: stop 'bar', stop/start 'foo', start 'bar'. How can I do this without resorting to using execs? If bar were to be running whilst foo was unavailable (even if for a moment) bad things would happen. To make matters wor

[Puppet Users] Puppet Master - agent install - no internet

2014-05-23 Thread Paul Walsh
. I have tried a number of combinations and I am loosing the will :0) Hope you can help... cheers Paul -- 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

Re: [Puppet Users] Puppet 3.6.1 Virtual Packages, and unrelated facts questions...

2014-05-23 Thread Paul Seymour
> > > +1 - let's file a bug report. > https://tickets.puppetlabs.com/browse/PUP-2650 -- 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..

[Puppet Users] Re: Puppet 3.6.1 Virtual Packages, and unrelated facts questions...

2014-05-23 Thread Paul Seymour
> > Now this may be related to 3.6.x but I cannot say for sure. A couple of > facts we use are now throwing some errors. > > First is:- > Could not retrieve fact='concat_basedir', resolution='': > uninitialized constant Puppet > > Which comes from:- > Facter.add("concat_basedir") do > setcod

[Puppet Users] Puppet 3.6.1 Virtual Packages, and unrelated facts questions...

2014-05-23 Thread Paul Seymour
ess Puppet.settings.global_defaults_initialized? else Puppet.parse_config end If I set it with:- Puppet.settings.initialize_global_settings(["--config=/etc/puppet/puppet.conf"]) Then it works fine. So it seems they may be related in facter not reading from the p

Re: [Puppet Users] Nasty.

2014-05-19 Thread Paul Seymour
> > >> >> However if I shutdown the master and run it under a shell with "--debug >> --no-daemonize" everything is fine and clients (re-download) the >> facts/plugins >> and get a catalog etc. >> >> I am a bit mystified about this, and ideas ? >> > > Kind of a guess, but this *may* be > https:/

[Puppet Users] Node definitions in 3.6 directory environments

2014-05-19 Thread Paul Seymour
ter way to lay this out or do I remove the "import" statement and bring all the .pp files back into the same place as site.pp etc ? Thanks Paul -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from thi

[Puppet Users] Nasty.

2014-05-16 Thread Paul Seymour
? Thanks Paul -- 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 view this discussion on

Re: [Puppet Users] YUM Provider in 3.x

2014-05-16 Thread Paul Seymour
It works. Thanks a lot my Google'ing turned up nothing -- 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 view thi

[Puppet Users] YUM Provider in 3.x

2014-05-16 Thread Paul Seymour
rs the package is being removed/installed every time and as there is no dependencies here it can leave us without an SSH server running. Which I guess is probably what we are actually telling it to do. But this never happens in the 2.x series. Any ideas on why, and how we can stop this behav

[Puppet Users] Re: A file managed by puppet that is left alone if customized

2014-04-28 Thread Paul Tötterman
file:///etc/motd'] # the latter > would typically be a puppet:/// URL > } In case the user wishes to make local modifications that are kept, he needs to `ln foo foo.local` and puppet won't copy from the canonical source. Cheers, Paul -- You received this message because you are

Re: [Puppet Users] A file managed by puppet that is left alone if customized

2014-04-28 Thread Paul Tötterman
rs or for updating the file if it hasn't > been touched by the user yet. > $dir is in home just to make this easily testable using puppet apply. The files I'm planning to manage are in /etc and users have sudo rights. /etc/skel is clearly the right way to handle initial home dir

[Puppet Users] A file managed by puppet that is left alone if customized

2014-04-24 Thread Paul Tötterman
ng the file. Normal file resource with replace doesn't cut it in this case. replacemd5 should be set to the md5 sum of the previous version of the file. I'd really like to see a custom type for this, that would handle templating some nice way, or at least allow one to specify mor

[Puppet Users] Re: file_line manifest

2014-04-14 Thread Paul Tötterman
Hi, > Can you have an idea? > Your regular expression doesn't match the existing setting. Since you are dealing with an ini-file, try using puppetlabs-inifile <https://forge.puppetlabs.com/puppetlabs/inifile> instead of file_line. Cheers, Paul -- You received this messag

[Puppet Users] Re: Windows msi needed to udpate dns server list

2014-03-19 Thread Paul Tötterman
odify the settings in registry? https://forge.puppetlabs.com/puppetlabs/registry https://serverfault.com/questions/67637/find-xp-client-dns-settings-in-the-registry Cheers, Paul -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To uns

Re: [Puppet Users] when a puppet exec resource contains several "single commands", puppet exec only fails if the last exec command fails

2014-03-10 Thread Paul Tötterman
; command => "/bin/ls /doesnotexit; /bin/echo hello", >>> } >>> >> Use: exec { 'test': command => '/bin/ls /doesnotexist && /bin/echo hello', } Cheers, Paul -- You received this message because you are subscribed to the Google

[Puppet Users] Re: Bug(?) in puppetlabs-firewall module prevents successful install/upgrade to PE 3.2

2014-03-06 Thread Paul Greenbank
Hey Peter As a work around I've downloaded the latest 1.0.2 firewall module from puppetforge backed up the broken module in the installer module directory copied the 1.0.2 version into the modules directory renamed it (yes this is probably a very bad thing !) to 1.0.0 which the installer expect

[Puppet Users] Re: Hiera isn't merging hashes

2014-02-27 Thread paul . lewis
That explains a lot, thanks! On Wednesday, February 26, 2014 10:08:27 PM UTC-5, Charlie Sharpsteen wrote: > > On Wednesday, February 26, 2014 2:19:23 PM UTC-8, paul@complex.comwrote: >> >> I have been doing some experimenting with Puppet + Hiera with some of my >>

Re: [Puppet Users] Hiera isn't merging hashes

2014-02-26 Thread paul . lewis
I currently have these versions of puppet related packages installed: # yum list installed | grep puppet facter.x86_64 1:1.7.3-1.el6 @puppetlabs-products hiera.noarch1.3.1-1.el6@puppetlabs puppet.noarch 3.3.1-1.el6

[Puppet Users] Hiera isn't merging hashes

2014-02-26 Thread paul . lewis
I have been doing some experimenting with Puppet + Hiera with some of my hashes, but when it is going through my hierarchy it is returning whatever hash it hits first and skipping the others. For my node 'sandbox1' sandbox.pp: node /^sandbox\d+/ { class { 'php':} notify { 'PHP hash': m

Re: [Puppet Users] Re: facter-1.7.3 and puppet-3.3.1 on OS X Mavericks 10.9

2014-02-11 Thread Paul Tötterman
> > Paul, that ssl error looks like the following post on puppet-users: > https://groups.google.com/forum/#!topic/puppet-users/4-6EimF_-NY/discussion, > which relates to SNI. > Thank you for pointing me in the right direction. > Adding a server alias to your puppetmaster

Re: [Puppet Users] Re: facter-1.7.3 and puppet-3.3.1 on OS X Mavericks 10.9

2014-02-11 Thread Paul Tötterman
be included anyway, so that isn't a solution in this case. Anyone have any other ideas? Cheers, Paul -- 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 t

[Puppet Users] Installed pupet , node_aws not showing up

2014-01-20 Thread Nathan Paul
Hi All, Newbie Starting with Puppet on ubuntu Installed puppet, puppetlabs/cloud_provisioner, gems guid and fog Puppet help not showing node_Aws command. What else i need to install Thanks in advance. NP -- You received this message because you are subscribed to the Google Groups "Puppet

[Puppet Users] Puppet open source node_aws

2014-01-20 Thread Nathan Paul
Hi All, I am just starting to setup Puppet on Ubuntu. Puppet node_aws commnad is not seen when I run puppet. Do I need to install any other packages, If I need to run puppet with AWS ec2. Thanks in advance for the help, NP -- You received this message because you are subscribed to the Google

[Puppet Users] Three level hashes in ERB

2014-01-16 Thread paul . lewis
I have been trying to create a three level hash to dump into a template, but the deepest layer of the hash seems to not work. My hash: $clusters = { 'Default' => { '127.0.0.1:11211' => { 'hostname' => '127.0.0.1', 'port' => '11211' }, }, } My ERB template

Re: [Puppet Users] Have An Issue To Report, But Can't Figure Out How

2014-01-14 Thread Paul Nickerson
, 2014 at 9:05 PM, Rob Reynolds > > > wrote: > >> >> >> >> On Mon, Jan 13, 2014 at 4:24 PM, jcbollinger >> >> > wrote: >> >>> >>> >>> On Monday, January 13, 2014 2:45:11 PM UTC-6, Rob Reynolds wrote: >>

[Puppet Users] Have An Issue To Report, But Can't Figure Out How

2014-01-13 Thread Paul Nickerson
I have an issue to report in the Puppet Community Package Repository, but I don't how to do so. The Puppet Labs issue tracker and project directory home page says "After choosing a project, use

[Puppet Users] Re: puppet nagios module integration

2013-12-30 Thread Paul Tötterman
e available, but I wrote my own, which is specific to our environment. > 2) Can we manage nagios through puppet UI. > No GUI-iterop as far as I know. Cheers, Paul -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsu

[Puppet Users] Re: Issues with hiera

2013-12-16 Thread Paul Archer
Is your clientcert == 'centosa', or is it 'centosa.example.com'? And have you tested it on the command line: hiera security::tcpwrappers::hostsallow operatingsystem=CentOS On Friday, December 13, 2013 11:17:44 PM UTC-6, Toki Winter wrote: > > Hi all, > > I'm running the following versions of Pu

Re: [Puppet Users] how to see which classes are assigned to a node?

2013-12-16 Thread Paul Archer
grep /etc/puppet/modules /var/lib/puppet/state/last_run_report.yaml | awk '{print $2}' | awk -F/ '{print $5}' | sort -u -- 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 e

Re: [Puppet Users] how to see which classes are assigned to a node?

2013-12-16 Thread Paul Archer
013 4:45:30 PM UTC-6, Mike Delaney wrote: > > On the client, the list of classes applied in the last successful puppet > run should be written to $vardir/state/classes.txt > > > On Fri, Dec 13, 2013 at 2:29 PM, Paul Archer > > wrote: > >> I'm trying to get

[Puppet Users] how to see which classes are assigned to a node?

2013-12-13 Thread Paul Archer
I'm trying to get my classes setup in hiera, but I'm having some issues, and having problems troubleshooting them. There doesn't seem to be any way to query either the puppetmaster or the client to get a list of the classes that the client actually gets. Running 'puppet node find my.node.example

[Puppet Users] Re: Pass variable to class from hiera puppetlabs-apache

2013-12-13 Thread Paul Archer
The classes indicator/variable/key (whatever it's officially called) is only for classes. Then in the appropriate yaml file, specify: apache::mpm_module: false or whatever. It's that easy. So your file should look like: classes: - apache apache::mpm_module: false apache::mod::prefork: tru

  1   2   3   4   5   6   >