[Puppet Users] Help -- puppet master cache not in fact caching

2014-10-07 Thread Victor Danilchenko
Hi all, We have a puppetmaster installation (CentOS, Puppet 3.4.3) in production, and as the scope and complexity of our installation grows, the manifest processing has been getting slower and slower. I looked into it today, and realized that caching wasn't working. So I put some config option

[Puppet Users] Puppet directory environments mysteriously breaking -- help?

2014-10-27 Thread Victor Danilchenko
Hi all, I am running a puppetmaster setup on CentOS. We have out production environment working fine. However, I am trying to migrate from puppet 3.4, and from config environments to directory environments. I got my environments tree all set up in the puppet master, but when I activate my dire

[Puppet Users] Re: Puppet directory environments mysteriously breaking -- help?

2014-10-28 Thread Victor Danilchenko
I was trying to avoid it, because we are also migrating to Git-centric workflow, and trying to set up per-branch environments -- it seems to me that the environment config files will be hard to keep straight under such setup. Unless I add environment.conf to the .gitignore, and instantiate it

[Puppet Users] Re: Puppet directory environments mysteriously breaking -- help?

2014-10-28 Thread Victor Danilchenko
the environments unless I specify their paths *explicitly*. Thanks for your help! On Tuesday, October 28, 2014 10:54:35 AM UTC-4, jcbollinger wrote: > > > > On Monday, October 27, 2014 4:43:07 PM UTC-5, Victor Danilchenko wrote: >> >> Hi all, >> >> I am r

[Puppet Users] Re: Puppet directory environments mysteriously breaking -- help?

2014-10-28 Thread Victor Danilchenko
nvironment from taking > # default_manifest = /etc/puppet/manifests > # Disabling to enable environment-specific site.pp 10/20/2014 tthayer > # disable_per_environment_manifest = true > > - Tony > > On Monday, October 27, 2014 2:43:07 PM UTC-7, Victor Dani

[Puppet Users] Re: Puppet directory environments mysteriously breaking -- help?

2014-10-28 Thread Victor Danilchenko
ke the production/environment.conf file out of the > equation? It will override any default values specified by puppet.conf. I > have left it out of my configuration entirely. > > On Tuesday, October 28, 2014 10:46:57 AM UTC-7, Victor Danilchenko wrote: >> >> Tony, &

[Puppet Users] Delving into Puppet code -- where should I ask?

2014-10-28 Thread Victor Danilchenko
So, as I posted on the adjacent thread, I have been having a problem with Puppet master 3.7 not reading the contents of my directory environments; it recognizes their existence, but ignores modules, manifests, and environment.conf therein. Trying to fish this problem out, I decided to go some c

Re: [Puppet Users] Delving into Puppet code -- where should I ask?

2014-10-28 Thread Victor Danilchenko
nifests > environmentpath = $confdir/environments > > > $confdir/environments expands out to be '/etc/puppet/environments'. > > -Riley > > -- > > *From: *"Victor Danilchenko" > > *To: *puppet...@googlegroups.com

[Puppet Users] Re: Powershell - Run as another user account

2014-10-28 Thread Victor Danilchenko
Is 'runas ' Windows command what you are looking for? On Tuesday, October 28, 2014 11:48:21 AM UTC-4, Jeff Picklyk wrote: > > Hello everyone, > > What is the suggested way with Puppet 3.7.x of running a powershell > command under another

Re: [Puppet Users] Delving into Puppet code -- where should I ask?

2014-10-28 Thread Victor Danilchenko
is means is that the Puppet > master needs to run in order to sync any new plugins before it can > distribute them. > > Your config look correct now since you've changed default_manifests to > './manifests'. Try changing the modulepath value in your environment.conf

[Puppet Users] Re: Puppet directory environments mysteriously breaking -- help?

2014-10-28 Thread Victor Danilchenko
So, I just started randomly twiddling knobs, and I realized the 'puppet module list' starts returning proper values once I comment out the 'certname' setting in /etc/puppet/puppet.conf: certname=kmadmin102.vistaprint.net (I had unqualified name there before, but whether unqualified or FQDN, it

[Puppet Users] Re: Puppet directory environments mysteriously breaking -- help?

2014-10-28 Thread Victor Danilchenko
y, October 28, 2014 12:32:48 PM UTC-5, Victor Danilchenko wrote: >> >> John, >> >> Sorry, I should have been more thorough -- this is Puppet 3.7 master, >> running as root (so it has full access to everything). >> > > > Actually, the master normally *s

[Puppet Users] Distro puppet on Ubuntu Vivid broken; any plans for Puppetlabs to release their own packages?

2015-05-04 Thread Victor Danilchenko
Hi guys, The Puppet that comes with Ubuntu Vivid (3.7.2) is broken -- it doesn't correctly resolve whether a service is an Upstart service, so e.g. any mysql service notification will fail when trying to restart a service (some other services fail too). This is because the 'service' Puppet type

[Puppet Users] Re: Distro puppet on Ubuntu Vivid broken; any plans for Puppetlabs to release their own packages?

2015-05-04 Thread Victor Danilchenko
I can't... the service invocation is done by the MySQL pupperlabs module (yes, I did grab the latest master, same problem); though it doesn't happen only there, some other modules fail in the same way, so it's not specifically MySQL module problem. It seems the provider autodetection is malfunc

[Puppet Users] Re: Distro puppet on Ubuntu Vivid broken; any plans for Puppetlabs to release their own packages?

2015-05-07 Thread Victor Danilchenko
OK, I filed a bug PUP-4540 . The short of it is, apparenlty Puppet apparently incorrectly detects *some *services (like mysql and cups) as Upstart services, and tries to manage them using the Upstart commands (/sbin/{start,stop,restart,reload,stat