[Puppet Users] Announcing Tiny Puppet

2015-01-02 Thread Alessandro Franceschi
Hi all, with some hardly hidden pride and excitement I'd like to announce the first release of Tiny Puppet https://github.com/example42/puppet-tp (Yet Another Puppet Abstraction Layer), a Puppet module that allows easy, quick and coherent management of virtually any application. You can read

[Puppet Users] Re: module_data files are synced, but still an error

2015-01-02 Thread Brett Swift
It's not very helpful. Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Must pass r10k_version to Class[Puppet] at /etc/puppetlabs/puppet/ environments/brettenv/modules_site/profiles/manifests/base/linux.pp:8 on node devcorepptl999.vcloud.sjrb.ad

[Puppet Users] Re: module_data files are synced, but still an error

2015-01-02 Thread Brett Swift
This is the confusing part for me. When I do a --debug --compile, it's showing me that it's finding the right version that is in my modules ./data folder: puppet master --debug --compile devcorepptl999.vcloud.sjrb.ad --environment develop | grep r10k_version Debug: hiera():

[Puppet Users] Vagrant Puppetmaster Cert

2015-01-02 Thread Drew
Hey, I hope someone here can point me in the right direction. I've been struggling with this for a few days and I can't seem to figure out what the issue is. It's really strange. I have a vagrant configuration that spins up a puppetmaster and a target machine that runs the agent. When I

Re: [Puppet Users] Installation of puppet dashboard opensource

2015-01-02 Thread José Luis Ledesma
I think the problem is in the virtual host heading It should be virtualhost *:3000 instead of *3000:. Regards Hi everybody, I'm trying to install puppet dashboard with opensource. i installed and configured with some online tutorials. But i can't browse the dashboard. When i restart httpd

[Puppet Users] Puppet master on Windows

2015-01-02 Thread Alejandro del Castillo
Hello, We are looking at the different options out there to build a System Management solution for embedded systems. I am encouraged by the fact that puppet support opkg and it's already in use by OpenWRT (we build our own distribution, but it's opkg-based). Digging/experimenting around with

[Puppet Users] Re: module_data files are synced, but still an error

2015-01-02 Thread kaustubh chaudhari
Can you paste the full error? On Wednesday, December 31, 2014 12:19:58 PM UTC-5, Brett Swift wrote: This one is kind of frustrating.The only difference between these two servers is that the VM template used is different. The unfortunate thing is, I'm not sure what the differences

[Puppet Users] Installing multiple versions of a ZIP archive

2015-01-02 Thread Dirk Heinrichs
Hi, lets say I have a small class that simply extracts a given ZIP archive into a destination directory, using a version string passed in as class parameter to identify both the archive and the destination: class foo ($version = undef) { ... } If the archive is extracted manually, I can

Re: [Puppet Users] Installing multiple versions of a ZIP archive

2015-01-02 Thread Dirk Heinrichs
Am 02.01.2015 um 09:26 schrieb Dirk Heinrichs: There must be a better way to do this. I thought about passing in the versions as an array, but Puppet has no loops. Found it. Defined types is the way to go. Bye... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engineering Solutions

Re: [Puppet Users] Re: puppet-dashboard 2.0.0 (open source) and postgresq 8.4l tuning

2015-01-02 Thread Gav
Thanks chaps. It turns out that an internal process was DOS'ing the dashboard with wget's for nodes.csv. On Friday, 19 December 2014 23:28:21 UTC, Ramin K wrote: I would trim down the number of dashboard processes you need to a max of 2-4, a min of 1, and recycle every 10k

[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]

[Puppet Users] Re: [Puppet-dev] puppet enterprise agent not connect to master

2015-01-02 Thread Michael Smith
If the agent and master have different versions, they're not guaranteed to work together. However, I'm not aware of any specific issues with the combination you have (though our suggested upgrade path is to upgrade the master first; see

[Puppet Users] Re: Error: Failed to apply catalog: SSL_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A

2015-01-02 Thread Kai Wang
clean cert in agent csv-agent:/etc/puppet # cd /var/lib/puppet/ csv-agent:/var/lib/puppet # ls client_data client_yaml clientbucket facts lib ssl state csv-agent:/var/lib/puppet # rm -rf ssl/ rm -rf /var/lib/puppet/ssl/ 在 2014年12月22日星期一UTC+8下午2时00分55秒,App Win写道: Hi All, We are trying to

[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

[Puppet Users] Installation of puppet dashboard opensource

2015-01-02 Thread Ravi Chandran
Hi everybody, I'm trying to install puppet dashboard with opensource. i installed and configured with some online tutorials. But i can't browse the dashboard. When i restart httpd service, it through this error. 3000 is listeningI don't know where i made a mistake. I have attached several

[Puppet Users] Re: fileserver mount path permissions

2015-01-02 Thread Ricky Latupeirissa
Hi, This is standard file permissions related. The puppet fileserver process needs to be able to access every directory in whole path starting at the root. This means that the every directory leading up to and including dir2 needs at least execute and read rights for the directory. If the

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

2015-01-02 Thread Nicholas Miller
Hi All, I'm having a strange issue with one particular file where puppet applies the new file, then reverts back. It does this every time puppet runs, see below: C:\Program Files (x86)\Puppet Labs\Puppet\binpuppet agent -t Info: Retrieving plugin Info: Caching catalog for nick-srvr2k8r2 Info:

[Puppet Users] Package (postfix) is not reconfigured if the preseed file is changed

2015-01-02 Thread nagyt
I've implemented a similar solution to generate a preseed file for postfix as describe in http://projects.puppetlabs.com/projects/1/wiki/debian_preseed_patterns. The basic difference is that I created a puppet template for the pressed file with some parameters. But it seems that the solution

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

2015-01-02 Thread Wyatt Alt
Hey Andreas, Can you give some more information about how this cropped up? - Have you recently upgraded PuppetDB, or changed any other part of your Puppet/PuppetDB installation? - Was PuppetDB running fine before this started occurring, or are you still getting it set up? - What version of

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

2015-01-02 Thread Andreas Paul
Hi Wyatt, - Have you recently upgraded PuppetDB, or changed any other part of your Puppet/PuppetDB installation? No, we haven't changed our Puppet client/server or PuppetDB version recently. - Was PuppetDB running fine before this started occurring, or are you still getting it set up?

[Puppet Users] How to preserve original timestamp when copying a file?

2015-01-02 Thread staceytian4321
Hi guys, I am wondering if there was an option to preserve the original timestamp when copying a file? Right now the timestamp is updated every time the file is recopied. I don't want that. I am using open source Puppet 3.7.3. Thanks Stacey -- You received this message because you are

[Puppet Users] Default Catalog Store for Puppet 3??

2015-01-02 Thread Drew Decker
Guys, Sorry for the (guessing simple) question, but I can't for the life of me, wrap around the Puppet storage concept. It appears that I *want *to use PuppetDB, for long-term scalable, future reasons. However, in my existing environment, I have NO idea what I'm currently using from a